From 42cc2eb141529b03a91c18ec8646a0a58fb111ba Mon Sep 17 00:00:00 2001 From: Emmanuel Briot Date: Mon, 13 Feb 2023 13:51:44 +0100 Subject: [PATCH] (package_specification): now hidden in trees Instead, package_declaration replaces it. This provides better folding in nvim: otherwise, the final ';' was not part of the tree node, and thus the last line "end P;" was not folded. --- grammar.js | 11 +- package-lock.json | 588 +- package.json | 3 +- queries/folds.scm | 3 +- queries/highlights.scm | 10 +- queries/locals.scm | 4 +- queries/textobjects.scm | 3 +- src/grammar.json | 14 +- src/node-types.json | 284 +- src/parser.c | 61207 ++++++++++++++++----------------- test/corpus/access.txt | 2 +- test/corpus/arrays.txt | 8 +- test/corpus/generics.txt | 2 +- test/corpus/packages.txt | 12 +- test/corpus/pragmas.txt | 4 +- test/corpus/preprocessor.txt | 2 +- test/corpus/records.txt | 14 +- test/corpus/subprograms.txt | 8 +- test/corpus/tasking.txt | 4 +- test/corpus/types.txt | 12 +- 20 files changed, 31382 insertions(+), 30813 deletions(-) diff --git a/grammar.js b/grammar.js index 68679ef..860736a 100644 --- a/grammar.js +++ b/grammar.js @@ -330,17 +330,17 @@ module.exports = grammar({ $.subprogram_declaration, $.expression_function_declaration, $.null_procedure_declaration, - $._package_declaration, + $.package_declaration, $._renaming_declaration, $.exception_declaration, $._generic_declaration, $.generic_instantiation, ), - _package_declaration: $ => seq( - $.package_specification, + package_declaration: $ => seq( + $._package_specification, ';', ), - package_specification: $ => seq( + _package_specification: $ => seq( reservedWord('package'), field('name', $._name), optional($.aspect_specification), @@ -1453,8 +1453,7 @@ module.exports = grammar({ ), generic_package_declaration: $ => seq( $.generic_formal_part, - $.package_specification, - ';', + $.package_declaration, ), generic_instantiation: $ => seq( // ARM 12.3 choice( diff --git a/package-lock.json b/package-lock.json index ad99000..f8152b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,578 @@ { "name": "tree-sitter-ada", "version": "0.1.0", - "lockfileVersion": 1, + "lockfileVersion": 2, "requires": true, + "packages": { + "": { + "name": "tree-sitter-ada", + "version": "0.1.0", + "dependencies": { + "tree-sitter": "0.20.0", + "tree-sitter-cli": "0.20.7" + } + }, + "node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/aproba": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" + }, + "node_modules/are-we-there-yet": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.7.tgz", + "integrity": "sha512-nxwy40TuMiUGqMyRHgCSWZ9FM4VAoRP4xUYSTv5ImRog+h9yISPbVH7H8fASCIzYn9wlEv4zvFL7uKDMCFQm3g==", + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^2.0.6" + } + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==" + }, + "node_modules/code-point-at": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", + "integrity": "sha512-RpAVKQA5T63xEj6/giIbUEtZwJ4UFIc3ZtvEkiaUERylqe8xb5IvqcgOurZLahv93CLKfxcw5YI+DZcUBRyLXA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==" + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" + }, + "node_modules/decompress-response": { + "version": "4.2.1", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", + "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", + "dependencies": { + "mimic-response": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==" + }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.4", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/expand-template": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", + "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", + "engines": { + "node": ">=6" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" + }, + "node_modules/gauge": { + "version": "2.7.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", + "integrity": "sha512-14x4kjc6lkD3ltw589k0NrPD6cCNTD6CWoVUNpB85+DrtONoZn+Rug6xZU5RvSC4+TZPxA5AnBibQYAvZn41Hg==", + "dependencies": { + "aproba": "^1.0.3", + "console-control-strings": "^1.0.0", + "has-unicode": "^2.0.0", + "object-assign": "^4.1.0", + "signal-exit": "^3.0.0", + "string-width": "^1.0.1", + "strip-ansi": "^3.0.1", + "wide-align": "^1.1.0" + } + }, + "node_modules/github-from-package": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", + "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==" + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==" + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/is-fullwidth-code-point": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "integrity": "sha512-1pqUqRjkhPJ9miNq9SwMfdvi6lBJcd6eFxvfaivQhaH3SgisfiuudvFntdKOmxuee/77l+FPjKrQjWvmPjWrRw==", + "dependencies": { + "number-is-nan": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/mimic-response": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimist": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", + "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" + }, + "node_modules/nan": { + "version": "2.17.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", + "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==" + }, + "node_modules/napi-build-utils": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz", + "integrity": "sha512-ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==" + }, + "node_modules/node-abi": { + "version": "2.30.1", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.30.1.tgz", + "integrity": "sha512-/2D0wOQPgaUWzVSVgRMx+trKJRC2UG4SUc4oCJoXx9Uxjtp0Vy3/kt7zcbxHF8+Z/pK3UloLWzBISg72brfy1w==", + "dependencies": { + "semver": "^5.4.1" + } + }, + "node_modules/npmlog": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", + "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", + "dependencies": { + "are-we-there-yet": "~1.1.2", + "console-control-strings": "~1.1.0", + "gauge": "~2.7.3", + "set-blocking": "~2.0.0" + } + }, + "node_modules/number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha512-4jbtZXNAsfZbAHiiqjLPBiCl16dES1zI4Hpzzxw61Tk+loF+sBDBKx1ICKKKwIqQ7M0mFn1TmkN7euSncWgHiQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/prebuild-install": { + "version": "6.1.4", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-6.1.4.tgz", + "integrity": "sha512-Z4vpywnK1lBg+zdPCVCsKq0xO66eEV9rWo2zrROGGiRS4JtueBOdlB1FnY8lcy7JsUud/Q3ijUxyWN26Ika0vQ==", + "dependencies": { + "detect-libc": "^1.0.3", + "expand-template": "^2.0.3", + "github-from-package": "0.0.0", + "minimist": "^1.2.3", + "mkdirp-classic": "^0.5.3", + "napi-build-utils": "^1.0.1", + "node-abi": "^2.21.0", + "npmlog": "^4.0.1", + "pump": "^3.0.0", + "rc": "^1.2.7", + "simple-get": "^3.0.3", + "tar-fs": "^2.0.0", + "tunnel-agent": "^0.6.0" + }, + "bin": { + "prebuild-install": "bin.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" + }, + "node_modules/pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/readable-stream": { + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", + "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==" + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/simple-get": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", + "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", + "dependencies": { + "decompress-response": "^4.2.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/string-width": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", + "integrity": "sha512-0XsVpQLnVCXHJfyEs8tC0zpTVIr5PKKsQtkT29IwupnPTjtPmQ3xT/4yCREF9hYkV/3M3kzcUTSAZT6a6h81tw==", + "dependencies": { + "code-point-at": "^1.0.0", + "is-fullwidth-code-point": "^1.0.0", + "strip-ansi": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tar-fs": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.1.tgz", + "integrity": "sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==", + "dependencies": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.1.4" + } + }, + "node_modules/tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "dependencies": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tar-stream/node_modules/readable-stream": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", + "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/tree-sitter": { + "version": "0.20.0", + "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.20.0.tgz", + "integrity": "sha512-tqTdtD1T2cN4aEES0sZCjKTQrc9Ls8H/iYlzpskhGy8yCwNPKBIbK9YuuCg/AxACr8RAY4wMoeCigM1X/A79yg==", + "hasInstallScript": true, + "dependencies": { + "nan": "^2.14.0", + "prebuild-install": "^6.0.1" + } + }, + "node_modules/tree-sitter-cli": { + "version": "0.20.7", + "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.20.7.tgz", + "integrity": "sha512-MHABT8oCPr4D0fatsPo6ATQ9H4h9vHpPRjlxkxJs80tpfAEKGn6A1zU3eqfCKBcgmfZDe9CiL3rKOGMzYHwA3w==", + "hasInstallScript": true, + "bin": { + "tree-sitter": "cli.js" + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" + } + }, "dependencies": { "ansi-regex": { "version": "2.1.1", @@ -329,6 +899,14 @@ "simple-concat": "^1.0.0" } }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + }, "string-width": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", @@ -339,14 +917,6 @@ "strip-ansi": "^3.0.0" } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - } - }, "strip-ansi": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", diff --git a/package.json b/package.json index 6241d11..2b233fb 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "generate": "tree-sitter generate", "test": "tree-sitter generate && time tree-sitter test", "testquick": "time tree-sitter test", - "update-test": "tree-sitter test --update" + "update-test": "tree-sitter test --update", + "install": "cp queries/*scm ~/.local/share/nvim/site/pack/packer/start/nvim-treesitter/queries/ada; echo 'RUN :TSInstall ada' in nvim" }, "main": "bindings/node", "tree-sitter": [ diff --git a/queries/folds.scm b/queries/folds.scm index f6f9084..b8b5735 100644 --- a/queries/folds.scm +++ b/queries/folds.scm @@ -2,7 +2,8 @@ ;; za toggles folding a package, subprogram, if statement or loop [ - (package_specification) + (package_declaration) + (generic_package_declaration) (package_body) (subprogram_body) (block_statement) diff --git a/queries/highlights.scm b/queries/highlights.scm index 98bfd16..8842037 100644 --- a/queries/highlights.scm +++ b/queries/highlights.scm @@ -79,7 +79,7 @@ "parallel" "reverse" "some" -] @keyword.repeat +] @repeat [ "return" ] @keyword.return @@ -100,15 +100,15 @@ (string_literal) @string (string_literal) @spell ;; spell-check strings (character_literal) @string -(identifier) @variable (numeric_literal) @number ;; Highlight the name of subprograms (procedure_specification name: (_) @function) (function_specification name: (_) @function) -(package_specification name: (_) @function) +(package_declaration name: (_) @function) (package_body name: (_) @function) (generic_instantiation name: (_) @function) +(entry_declaration . (identifier) @function) ;; Some keywords should take different categories depending on the context (use_clause "use" @include "type" @include) @@ -148,6 +148,10 @@ (range_constraint "range" @keyword.type) (signed_integer_type_definition "range" @keyword.type) (index_subtype_definition "range" @keyword.type) +(record_type_definition "abstract" @keyword.type) +(record_type_definition "tagged" @keyword.type) +(record_type_definition "limited" @keyword.type) +(record_type_definition (record_definition "null" @keyword.type)) (private_type_declaration "is" @keyword.type "private" @keyword.type) (private_type_declaration "tagged" @keyword.type) (private_type_declaration "limited" @keyword.type) diff --git a/queries/locals.scm b/queries/locals.scm index a146015..b36d371 100644 --- a/queries/locals.scm +++ b/queries/locals.scm @@ -3,7 +3,7 @@ ;; See https://tree-sitter.github.io/tree-sitter/syntax-highlighting#local-variables (compilation) @scope -(package_specification) @scope +(package_declaration) @scope (package_body) @scope (subprogram_declaration) @scope (subprogram_body) @scope @@ -12,7 +12,7 @@ (with_clause (identifier) @definition.import) (procedure_specification name: (_) @definition.function) (function_specification name: (_) @definition.function) -(package_specification name: (_) @definition.var) +(package_declaration name: (_) @definition.var) (package_body name: (_) @definition.var) (generic_instantiation . name: (_) @definition.var) (component_declaration . (identifier) @definition.var) diff --git a/queries/textobjects.scm b/queries/textobjects.scm index 33e883b..5d81701 100644 --- a/queries/textobjects.scm +++ b/queries/textobjects.scm @@ -12,7 +12,8 @@ (subprogram_body (handled_sequence_of_statements) @function.inner) (function_specification) @function.outer (procedure_specification) @function.outer -(package_specification) @function.outer +(package_declaration) @function.outer +(generic_package_declaration) @function.outer (package_body) @function.outer (if_statement) @block.outer (if_statement statements: (_) @block.inner) diff --git a/src/grammar.json b/src/grammar.json index 15defca..7a50013 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -1157,7 +1157,7 @@ }, { "type": "SYMBOL", - "name": "_package_declaration" + "name": "package_declaration" }, { "type": "SYMBOL", @@ -1177,12 +1177,12 @@ } ] }, - "_package_declaration": { + "package_declaration": { "type": "SEQ", "members": [ { "type": "SYMBOL", - "name": "package_specification" + "name": "_package_specification" }, { "type": "STRING", @@ -1190,7 +1190,7 @@ } ] }, - "package_specification": { + "_package_specification": { "type": "SEQ", "members": [ { @@ -8574,11 +8574,7 @@ }, { "type": "SYMBOL", - "name": "package_specification" - }, - { - "type": "STRING", - "value": ";" + "name": "package_declaration" } ] }, diff --git a/src/node-types.json b/src/node-types.json index abcc0e7..81326fd 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -1567,11 +1567,11 @@ "named": true }, { - "type": "package_renaming_declaration", + "type": "package_declaration", "named": true }, { - "type": "package_specification", + "type": "package_renaming_declaration", "named": true }, { @@ -5695,7 +5695,7 @@ "named": true }, { - "type": "package_specification", + "type": "package_declaration", "named": true } ] @@ -6184,11 +6184,11 @@ "named": true }, { - "type": "package_renaming_declaration", + "type": "package_declaration", "named": true }, { - "type": "package_specification", + "type": "package_renaming_declaration", "named": true }, { @@ -7729,11 +7729,11 @@ "named": true }, { - "type": "package_renaming_declaration", + "type": "package_declaration", "named": true }, { - "type": "package_specification", + "type": "package_renaming_declaration", "named": true }, { @@ -8331,139 +8331,7 @@ } }, { - "type": "package_renaming_declaration", - "named": true, - "fields": { - "name": { - "multiple": true, - "required": true, - "types": [ - { - "type": "attribute_designator", - "named": true - }, - { - "type": "character_literal", - "named": true - }, - { - "type": "function_call", - "named": true - }, - { - "type": "gnatprep_identifier", - "named": true - }, - { - "type": "identifier", - "named": true - }, - { - "type": "qualified_expression", - "named": true - }, - { - "type": "reduction_attribute_designator", - "named": true - }, - { - "type": "selected_component", - "named": true - }, - { - "type": "slice", - "named": true - }, - { - "type": "string_literal", - "named": true - }, - { - "type": "target_name", - "named": true - }, - { - "type": "tick", - "named": true - }, - { - "type": "value_sequence", - "named": true - } - ] - }, - "package_name": { - "multiple": true, - "required": true, - "types": [ - { - "type": "attribute_designator", - "named": true - }, - { - "type": "character_literal", - "named": true - }, - { - "type": "function_call", - "named": true - }, - { - "type": "gnatprep_identifier", - "named": true - }, - { - "type": "identifier", - "named": true - }, - { - "type": "qualified_expression", - "named": true - }, - { - "type": "reduction_attribute_designator", - "named": true - }, - { - "type": "selected_component", - "named": true - }, - { - "type": "slice", - "named": true - }, - { - "type": "string_literal", - "named": true - }, - { - "type": "target_name", - "named": true - }, - { - "type": "tick", - "named": true - }, - { - "type": "value_sequence", - "named": true - } - ] - } - }, - "children": { - "multiple": false, - "required": false, - "types": [ - { - "type": "aspect_specification", - "named": true - } - ] - } - }, - { - "type": "package_specification", + "type": "package_declaration", "named": true, "fields": { "endname": { @@ -8656,11 +8524,11 @@ "named": true }, { - "type": "package_renaming_declaration", + "type": "package_declaration", "named": true }, { - "type": "package_specification", + "type": "package_renaming_declaration", "named": true }, { @@ -8698,6 +8566,138 @@ ] } }, + { + "type": "package_renaming_declaration", + "named": true, + "fields": { + "name": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute_designator", + "named": true + }, + { + "type": "character_literal", + "named": true + }, + { + "type": "function_call", + "named": true + }, + { + "type": "gnatprep_identifier", + "named": true + }, + { + "type": "identifier", + "named": true + }, + { + "type": "qualified_expression", + "named": true + }, + { + "type": "reduction_attribute_designator", + "named": true + }, + { + "type": "selected_component", + "named": true + }, + { + "type": "slice", + "named": true + }, + { + "type": "string_literal", + "named": true + }, + { + "type": "target_name", + "named": true + }, + { + "type": "tick", + "named": true + }, + { + "type": "value_sequence", + "named": true + } + ] + }, + "package_name": { + "multiple": true, + "required": true, + "types": [ + { + "type": "attribute_designator", + "named": true + }, + { + "type": "character_literal", + "named": true + }, + { + "type": "function_call", + "named": true + }, + { + "type": "gnatprep_identifier", + "named": true + }, + { + "type": "identifier", + "named": true + }, + { + "type": "qualified_expression", + "named": true + }, + { + "type": "reduction_attribute_designator", + "named": true + }, + { + "type": "selected_component", + "named": true + }, + { + "type": "slice", + "named": true + }, + { + "type": "string_literal", + "named": true + }, + { + "type": "target_name", + "named": true + }, + { + "type": "tick", + "named": true + }, + { + "type": "value_sequence", + "named": true + } + ] + } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "aspect_specification", + "named": true + } + ] + } + }, { "type": "parameter_association", "named": true, diff --git a/src/parser.c b/src/parser.c index 4c5880a..4fa2db9 100644 --- a/src/parser.c +++ b/src/parser.c @@ -6,7 +6,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2064 +#define STATE_COUNT 2063 #define LARGE_STATE_COUNT 98 #define SYMBOL_COUNT 456 #define ALIAS_COUNT 0 @@ -14,7 +14,7 @@ #define EXTERNAL_TOKEN_COUNT 0 #define FIELD_COUNT 48 #define MAX_ALIAS_SEQUENCE_LENGTH 14 -#define PRODUCTION_ID_COUNT 125 +#define PRODUCTION_ID_COUNT 126 enum { sym_identifier = 1, @@ -62,9 +62,9 @@ enum { aux_sym_attribute_designator_token4 = 43, aux_sym_compilation_unit_token1 = 44, anon_sym_SEMI = 45, - aux_sym_package_specification_token1 = 46, - aux_sym_package_specification_token2 = 47, - aux_sym_package_specification_token3 = 48, + aux_sym__package_specification_token1 = 46, + aux_sym__package_specification_token2 = 47, + aux_sym__package_specification_token3 = 48, aux_sym_with_clause_token1 = 49, aux_sym_with_clause_token2 = 50, aux_sym_use_clause_token1 = 51, @@ -166,8 +166,8 @@ enum { sym__declarative_item = 147, sym__basic_declarative_item = 148, sym__basic_declaration = 149, - sym__package_declaration = 150, - sym_package_specification = 151, + sym_package_declaration = 150, + sym__package_specification = 151, sym_with_clause = 152, sym_use_clause = 153, sym_subunit = 154, @@ -426,7 +426,7 @@ enum { aux_sym_compilation_repeat1 = 407, aux_sym__name_list_repeat1 = 408, aux_sym__defining_identifier_list_repeat1 = 409, - aux_sym_package_specification_repeat1 = 410, + aux_sym__package_specification_repeat1 = 410, aux_sym_discriminant_constraint_repeat1 = 411, aux_sym_discriminant_association_repeat1 = 412, aux_sym_expression_repeat1 = 413, @@ -521,9 +521,9 @@ static const char * const ts_symbol_names[] = { [aux_sym_attribute_designator_token4] = "mod", [aux_sym_compilation_unit_token1] = "private", [anon_sym_SEMI] = ";", - [aux_sym_package_specification_token1] = "package", - [aux_sym_package_specification_token2] = "is", - [aux_sym_package_specification_token3] = "end", + [aux_sym__package_specification_token1] = "package", + [aux_sym__package_specification_token2] = "is", + [aux_sym__package_specification_token3] = "end", [aux_sym_with_clause_token1] = "limited", [aux_sym_with_clause_token2] = "with", [aux_sym_use_clause_token1] = "all", @@ -625,8 +625,8 @@ static const char * const ts_symbol_names[] = { [sym__declarative_item] = "_declarative_item", [sym__basic_declarative_item] = "_basic_declarative_item", [sym__basic_declaration] = "_basic_declaration", - [sym__package_declaration] = "_package_declaration", - [sym_package_specification] = "package_specification", + [sym_package_declaration] = "package_declaration", + [sym__package_specification] = "_package_specification", [sym_with_clause] = "with_clause", [sym_use_clause] = "use_clause", [sym_subunit] = "subunit", @@ -885,7 +885,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_compilation_repeat1] = "compilation_repeat1", [aux_sym__name_list_repeat1] = "_name_list_repeat1", [aux_sym__defining_identifier_list_repeat1] = "_defining_identifier_list_repeat1", - [aux_sym_package_specification_repeat1] = "package_specification_repeat1", + [aux_sym__package_specification_repeat1] = "_package_specification_repeat1", [aux_sym_discriminant_constraint_repeat1] = "discriminant_constraint_repeat1", [aux_sym_discriminant_association_repeat1] = "discriminant_association_repeat1", [aux_sym_expression_repeat1] = "expression_repeat1", @@ -980,9 +980,9 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_attribute_designator_token4] = anon_sym_mod, [aux_sym_compilation_unit_token1] = aux_sym_compilation_unit_token1, [anon_sym_SEMI] = anon_sym_SEMI, - [aux_sym_package_specification_token1] = aux_sym_package_specification_token1, - [aux_sym_package_specification_token2] = aux_sym_package_specification_token2, - [aux_sym_package_specification_token3] = aux_sym_package_specification_token3, + [aux_sym__package_specification_token1] = aux_sym__package_specification_token1, + [aux_sym__package_specification_token2] = aux_sym__package_specification_token2, + [aux_sym__package_specification_token3] = aux_sym__package_specification_token3, [aux_sym_with_clause_token1] = aux_sym_with_clause_token1, [aux_sym_with_clause_token2] = aux_sym_with_clause_token2, [aux_sym_use_clause_token1] = anon_sym_all, @@ -1084,8 +1084,8 @@ static const TSSymbol ts_symbol_map[] = { [sym__declarative_item] = sym__declarative_item, [sym__basic_declarative_item] = sym__basic_declarative_item, [sym__basic_declaration] = sym__basic_declaration, - [sym__package_declaration] = sym__package_declaration, - [sym_package_specification] = sym_package_specification, + [sym_package_declaration] = sym_package_declaration, + [sym__package_specification] = sym__package_specification, [sym_with_clause] = sym_with_clause, [sym_use_clause] = sym_use_clause, [sym_subunit] = sym_subunit, @@ -1344,7 +1344,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_compilation_repeat1] = aux_sym_compilation_repeat1, [aux_sym__name_list_repeat1] = aux_sym__name_list_repeat1, [aux_sym__defining_identifier_list_repeat1] = aux_sym__defining_identifier_list_repeat1, - [aux_sym_package_specification_repeat1] = aux_sym_package_specification_repeat1, + [aux_sym__package_specification_repeat1] = aux_sym__package_specification_repeat1, [aux_sym_discriminant_constraint_repeat1] = aux_sym_discriminant_constraint_repeat1, [aux_sym_discriminant_association_repeat1] = aux_sym_discriminant_association_repeat1, [aux_sym_expression_repeat1] = aux_sym_expression_repeat1, @@ -1577,15 +1577,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym_package_specification_token1] = { + [aux_sym__package_specification_token1] = { .visible = true, .named = false, }, - [aux_sym_package_specification_token2] = { + [aux_sym__package_specification_token2] = { .visible = true, .named = false, }, - [aux_sym_package_specification_token3] = { + [aux_sym__package_specification_token3] = { .visible = true, .named = false, }, @@ -1993,12 +1993,12 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, - [sym__package_declaration] = { - .visible = false, + [sym_package_declaration] = { + .visible = true, .named = true, }, - [sym_package_specification] = { - .visible = true, + [sym__package_specification] = { + .visible = false, .named = true, }, [sym_with_clause] = { @@ -3033,7 +3033,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_package_specification_repeat1] = { + [aux_sym__package_specification_repeat1] = { .visible = false, .named = false, }, @@ -3328,125 +3328,126 @@ static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [3] = {.index = 2, .length = 1}, [4] = {.index = 3, .length = 1}, [5] = {.index = 4, .length = 1}, - [6] = {.index = 5, .length = 1}, - [7] = {.index = 6, .length = 1}, - [8] = {.index = 7, .length = 1}, - [9] = {.index = 8, .length = 1}, - [10] = {.index = 9, .length = 2}, - [11] = {.index = 11, .length = 1}, - [12] = {.index = 12, .length = 1}, - [13] = {.index = 13, .length = 1}, - [14] = {.index = 14, .length = 1}, - [15] = {.index = 15, .length = 1}, - [16] = {.index = 16, .length = 2}, - [17] = {.index = 18, .length = 1}, - [18] = {.index = 19, .length = 1}, - [19] = {.index = 20, .length = 1}, - [20] = {.index = 21, .length = 1}, - [21] = {.index = 22, .length = 1}, - [22] = {.index = 23, .length = 1}, - [23] = {.index = 24, .length = 1}, - [24] = {.index = 25, .length = 1}, - [25] = {.index = 26, .length = 1}, - [26] = {.index = 27, .length = 4}, - [27] = {.index = 31, .length = 1}, - [28] = {.index = 32, .length = 2}, - [29] = {.index = 34, .length = 1}, - [30] = {.index = 35, .length = 1}, - [31] = {.index = 36, .length = 2}, + [6] = {.index = 5, .length = 2}, + [7] = {.index = 7, .length = 1}, + [8] = {.index = 8, .length = 1}, + [9] = {.index = 9, .length = 1}, + [10] = {.index = 10, .length = 1}, + [11] = {.index = 11, .length = 2}, + [12] = {.index = 13, .length = 1}, + [13] = {.index = 14, .length = 1}, + [14] = {.index = 15, .length = 1}, + [15] = {.index = 16, .length = 1}, + [16] = {.index = 17, .length = 1}, + [17] = {.index = 18, .length = 2}, + [18] = {.index = 20, .length = 1}, + [19] = {.index = 21, .length = 1}, + [20] = {.index = 22, .length = 1}, + [21] = {.index = 23, .length = 1}, + [22] = {.index = 24, .length = 1}, + [23] = {.index = 25, .length = 1}, + [24] = {.index = 26, .length = 1}, + [25] = {.index = 27, .length = 1}, + [26] = {.index = 28, .length = 1}, + [27] = {.index = 29, .length = 4}, + [28] = {.index = 33, .length = 1}, + [29] = {.index = 34, .length = 2}, + [30] = {.index = 36, .length = 1}, + [31] = {.index = 37, .length = 1}, [32] = {.index = 38, .length = 2}, - [33] = {.index = 40, .length = 1}, - [34] = {.index = 41, .length = 1}, - [35] = {.index = 42, .length = 1}, - [36] = {.index = 43, .length = 1}, - [37] = {.index = 44, .length = 1}, - [38] = {.index = 45, .length = 2}, + [33] = {.index = 40, .length = 2}, + [34] = {.index = 42, .length = 1}, + [35] = {.index = 43, .length = 1}, + [36] = {.index = 44, .length = 1}, + [37] = {.index = 45, .length = 1}, + [38] = {.index = 46, .length = 1}, [39] = {.index = 47, .length = 2}, [40] = {.index = 49, .length = 2}, [41] = {.index = 51, .length = 2}, - [42] = {.index = 53, .length = 1}, - [43] = {.index = 54, .length = 1}, - [44] = {.index = 55, .length = 1}, - [45] = {.index = 56, .length = 3}, - [46] = {.index = 59, .length = 1}, - [47] = {.index = 60, .length = 1}, - [48] = {.index = 61, .length = 1}, - [49] = {.index = 62, .length = 2}, + [42] = {.index = 53, .length = 2}, + [43] = {.index = 55, .length = 1}, + [44] = {.index = 56, .length = 1}, + [45] = {.index = 57, .length = 1}, + [46] = {.index = 58, .length = 3}, + [47] = {.index = 61, .length = 1}, + [48] = {.index = 62, .length = 1}, + [49] = {.index = 63, .length = 1}, [50] = {.index = 64, .length = 2}, [51] = {.index = 66, .length = 2}, - [52] = {.index = 68, .length = 1}, - [53] = {.index = 69, .length = 2}, - [54] = {.index = 71, .length = 1}, - [55] = {.index = 72, .length = 2}, - [56] = {.index = 74, .length = 1}, - [57] = {.index = 75, .length = 1}, - [58] = {.index = 76, .length = 2}, - [59] = {.index = 78, .length = 1}, - [60] = {.index = 79, .length = 1}, - [61] = {.index = 80, .length = 2}, - [62] = {.index = 82, .length = 1}, - [63] = {.index = 83, .length = 2}, + [52] = {.index = 68, .length = 2}, + [53] = {.index = 70, .length = 1}, + [54] = {.index = 71, .length = 2}, + [55] = {.index = 73, .length = 1}, + [56] = {.index = 74, .length = 2}, + [57] = {.index = 76, .length = 1}, + [58] = {.index = 77, .length = 1}, + [59] = {.index = 78, .length = 2}, + [60] = {.index = 80, .length = 1}, + [61] = {.index = 81, .length = 1}, + [62] = {.index = 82, .length = 2}, + [63] = {.index = 84, .length = 1}, [64] = {.index = 85, .length = 2}, - [65] = {.index = 87, .length = 1}, - [66] = {.index = 88, .length = 2}, + [65] = {.index = 87, .length = 2}, + [66] = {.index = 89, .length = 1}, [67] = {.index = 90, .length = 2}, [68] = {.index = 92, .length = 2}, [69] = {.index = 94, .length = 2}, - [70] = {.index = 96, .length = 1}, - [71] = {.index = 97, .length = 2}, + [70] = {.index = 96, .length = 2}, + [71] = {.index = 98, .length = 1}, [72] = {.index = 99, .length = 2}, [73] = {.index = 101, .length = 2}, - [74] = {.index = 103, .length = 1}, - [75] = {.index = 104, .length = 2}, + [74] = {.index = 103, .length = 2}, + [75] = {.index = 105, .length = 1}, [76] = {.index = 106, .length = 2}, [77] = {.index = 108, .length = 2}, [78] = {.index = 110, .length = 2}, - [79] = {.index = 112, .length = 1}, - [80] = {.index = 113, .length = 2}, - [81] = {.index = 115, .length = 1}, - [82] = {.index = 116, .length = 1}, - [83] = {.index = 117, .length = 2}, - [84] = {.index = 119, .length = 1}, - [85] = {.index = 120, .length = 2}, + [79] = {.index = 112, .length = 2}, + [80] = {.index = 114, .length = 1}, + [81] = {.index = 115, .length = 2}, + [82] = {.index = 117, .length = 1}, + [83] = {.index = 118, .length = 1}, + [84] = {.index = 119, .length = 2}, + [85] = {.index = 121, .length = 1}, [86] = {.index = 122, .length = 2}, - [87] = {.index = 124, .length = 3}, - [88] = {.index = 127, .length = 2}, + [87] = {.index = 124, .length = 2}, + [88] = {.index = 126, .length = 3}, [89] = {.index = 129, .length = 2}, - [90] = {.index = 131, .length = 1}, - [91] = {.index = 132, .length = 2}, - [92] = {.index = 134, .length = 1}, - [93] = {.index = 135, .length = 1}, - [94] = {.index = 136, .length = 2}, + [90] = {.index = 131, .length = 2}, + [91] = {.index = 133, .length = 1}, + [92] = {.index = 134, .length = 2}, + [93] = {.index = 136, .length = 1}, + [94] = {.index = 137, .length = 1}, [95] = {.index = 138, .length = 2}, [96] = {.index = 140, .length = 2}, - [97] = {.index = 142, .length = 1}, - [98] = {.index = 143, .length = 1}, - [99] = {.index = 144, .length = 1}, - [100] = {.index = 145, .length = 1}, - [101] = {.index = 146, .length = 1}, - [102] = {.index = 147, .length = 3}, - [103] = {.index = 150, .length = 2}, + [97] = {.index = 142, .length = 2}, + [98] = {.index = 144, .length = 1}, + [99] = {.index = 145, .length = 1}, + [100] = {.index = 146, .length = 1}, + [101] = {.index = 147, .length = 1}, + [102] = {.index = 148, .length = 1}, + [103] = {.index = 149, .length = 3}, [104] = {.index = 152, .length = 2}, - [105] = {.index = 154, .length = 1}, - [106] = {.index = 155, .length = 2}, + [105] = {.index = 154, .length = 2}, + [106] = {.index = 156, .length = 1}, [107] = {.index = 157, .length = 2}, [108] = {.index = 159, .length = 2}, - [109] = {.index = 161, .length = 1}, - [110] = {.index = 162, .length = 1}, - [111] = {.index = 163, .length = 1}, - [112] = {.index = 164, .length = 3}, - [113] = {.index = 167, .length = 1}, - [114] = {.index = 168, .length = 2}, + [109] = {.index = 161, .length = 2}, + [110] = {.index = 163, .length = 1}, + [111] = {.index = 164, .length = 1}, + [112] = {.index = 165, .length = 1}, + [113] = {.index = 166, .length = 3}, + [114] = {.index = 169, .length = 1}, [115] = {.index = 170, .length = 2}, - [116] = {.index = 172, .length = 1}, - [117] = {.index = 173, .length = 1}, - [118] = {.index = 174, .length = 3}, - [119] = {.index = 177, .length = 3}, - [120] = {.index = 180, .length = 1}, - [121] = {.index = 181, .length = 2}, - [122] = {.index = 183, .length = 1}, - [123] = {.index = 184, .length = 4}, - [124] = {.index = 188, .length = 4}, + [116] = {.index = 172, .length = 2}, + [117] = {.index = 174, .length = 1}, + [118] = {.index = 175, .length = 1}, + [119] = {.index = 176, .length = 3}, + [120] = {.index = 179, .length = 3}, + [121] = {.index = 182, .length = 1}, + [122] = {.index = 183, .length = 2}, + [123] = {.index = 185, .length = 1}, + [124] = {.index = 186, .length = 4}, + [125] = {.index = 190, .length = 4}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -3461,307 +3462,310 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [4] = {field_condition, 1}, [5] = - {field_subtype_mark, 0}, - [6] = - {field_subtype_mark, 0, .inherited = true}, + {field_endname, 0, .inherited = true}, + {field_name, 0, .inherited = true}, [7] = - {field_name, 1, .inherited = true}, + {field_subtype_mark, 0}, [8] = - {field_exception_name, 1}, + {field_subtype_mark, 0, .inherited = true}, [9] = + {field_name, 1, .inherited = true}, + [10] = + {field_exception_name, 1}, + [11] = {field_name, 0, .inherited = true}, {field_name, 1, .inherited = true}, - [11] = - {field_statement_identifier, 1}, - [12] = - {field_entry_direct_name, 1}, [13] = - {field_loop_name, 1}, + {field_statement_identifier, 1}, [14] = - {field_label_name, 1}, + {field_entry_direct_name, 1}, [15] = - {field_subtype_name, 0}, + {field_loop_name, 1}, [16] = + {field_label_name, 1}, + [17] = + {field_subtype_name, 0}, + [18] = {field_prefix, 0}, {field_selector_name, 2}, - [18] = - {field_variable_name, 0}, - [19] = - {field_subtype_mark, 1}, [20] = - {field_object_name, 2}, + {field_variable_name, 0}, [21] = - {field_is_parallel, 1}, + {field_subtype_mark, 1}, [22] = - {field_iterator_name, 2}, + {field_object_name, 2}, [23] = - {field_subtype_mark, 2, .inherited = true}, + {field_is_parallel, 1}, [24] = - {field_is_type, 1}, + {field_iterator_name, 2}, [25] = - {field_is_private, 0}, + {field_subtype_mark, 2, .inherited = true}, [26] = - {field_is_limited, 0}, + {field_is_type, 1}, [27] = + {field_is_private, 0}, + [28] = + {field_is_limited, 0}, + [29] = {field_left, 0}, {field_name, 0, .inherited = true}, {field_name, 2, .inherited = true}, {field_right, 2}, - [31] = - {field_parameter_profile, 2}, - [32] = - {field_entry_direct_name, 1}, + [33] = {field_parameter_profile, 2}, [34] = - {field_condition, 2}, - [35] = - {field_prefix, 0}, + {field_entry_direct_name, 1}, + {field_parameter_profile, 2}, [36] = + {field_condition, 2}, + [37] = + {field_prefix, 0}, + [38] = {field_name, 0}, {field_subtype_mark, 2, .inherited = true}, - [38] = + [40] = {field_is_abstract, 1}, {field_is_abstract, 2}, - [40] = - {field_callable_entity_name, 2}, - [41] = - {field_subtype_mark, 2}, [42] = - {field_iterator_name, 3}, + {field_callable_entity_name, 2}, [43] = - {field_subtype_mark, 3, .inherited = true}, + {field_subtype_mark, 2}, [44] = - {field_local_name, 1}, + {field_iterator_name, 3}, [45] = + {field_subtype_mark, 3, .inherited = true}, + [46] = + {field_local_name, 1}, + [47] = {field_is_all, 1}, {field_is_type, 2}, - [47] = + [49] = {field_endname, 4}, {field_name, 1}, - [49] = + [51] = {field_name, 1}, {field_package_name, 3}, - [51] = + [53] = {field_is_limited, 0}, {field_is_private, 1}, - [53] = - {field_subtype_mark, 1, .inherited = true}, - [54] = - {field_parent_unit_name, 2}, [55] = - {field_exception_name, 0}, + {field_subtype_mark, 1, .inherited = true}, [56] = + {field_parent_unit_name, 2}, + [57] = + {field_exception_name, 0}, + [58] = {field_prefix, 0}, {field_range_attribute_reference, 1}, {field_range_attribute_reference, 2}, - [59] = - {field_subpool_handle_name, 1}, - [60] = - {field_endname, 1}, [61] = - {field_default_name, 0}, + {field_subpool_handle_name, 1}, [62] = + {field_endname, 1}, + [63] = + {field_default_name, 0}, + [64] = {field_name, 0}, {field_subtype_mark, 2}, - [64] = + [66] = {field_condition, 0, .inherited = true}, {field_condition, 1, .inherited = true}, - [66] = + [68] = {field_condition, 3}, {field_loop_name, 1}, - [68] = + [70] = {field_statements, 1}, - [69] = + [71] = {field_name, 0}, {field_subtype_mark, 3, .inherited = true}, - [71] = + [73] = {field_parameter_profile, 3}, - [72] = + [74] = {field_is_abstract, 2}, {field_is_abstract, 3}, - [74] = - {field_callable_entity_name, 3}, - [75] = - {field_exception_name, 4}, [76] = - {field_object_name, 4}, - {field_subtype_mark, 2}, + {field_callable_entity_name, 3}, + [77] = + {field_exception_name, 4}, [78] = {field_object_name, 4}, - [79] = - {field_subtype_mark, 3}, + {field_subtype_mark, 2}, [80] = + {field_object_name, 4}, + [81] = + {field_subtype_mark, 3}, + [82] = {field_iterator_name, 4}, {field_subtype_mark, 2, .inherited = true}, - [82] = + [84] = {field_name, 2}, - [83] = - {field_endname, 5}, - {field_name, 1}, [85] = - {field_generic_name, 4}, + {field_endname, 5}, {field_name, 1}, [87] = + {field_generic_name, 4}, + {field_name, 1}, + [89] = {field_endname, 2}, - [88] = - {field_defining_program_unit_name, 2}, - {field_generic_package_name, 4}, [90] = {field_defining_program_unit_name, 2}, - {field_generic_procedure_name, 4}, + {field_generic_package_name, 4}, [92] = {field_defining_program_unit_name, 2}, - {field_generic_function_name, 4}, + {field_generic_procedure_name, 4}, [94] = + {field_defining_program_unit_name, 2}, + {field_generic_function_name, 4}, + [96] = {field_name, 0}, {field_subtype_mark, 3}, - [96] = + [98] = {field_subtype_mark, 4, .inherited = true}, - [97] = + [99] = {field_entry_direct_name, 1}, {field_entry_index, 3}, - [99] = + [101] = {field_subtype_mark, 0, .inherited = true}, {field_subtype_mark, 1, .inherited = true}, - [101] = + [103] = {field_name, 0}, {field_subtype_mark, 4, .inherited = true}, - [103] = + [105] = {field_statements, 2}, - [104] = + [106] = {field_object_name, 5}, {field_subtype_mark, 3}, - [106] = + [108] = {field_iterator_name, 5}, {field_subtype_mark, 2, .inherited = true}, - [108] = + [110] = {field_endname, 5}, {field_name, 2}, - [110] = + [112] = {field_endname, 6}, {field_name, 1}, - [112] = + [114] = {field_parameter_profile, 0}, - [113] = + [115] = {field_subtype_mark, 1, .inherited = true}, {field_subtype_mark, 2, .inherited = true}, - [115] = - {field_predicate, 4}, - [116] = - {field_endname, 3}, [117] = + {field_predicate, 4}, + [118] = + {field_endname, 3}, + [119] = {field_parameter_profile, 5}, {field_subtype_mark, 3, .inherited = true}, - [119] = + [121] = {field_default_subtype_mark, 4}, - [120] = + [122] = {field_name, 0}, {field_subtype_mark, 4}, - [122] = + [124] = {field_condition, 1}, {field_statements, 3}, - [124] = + [126] = {field_entry_direct_name, 1}, {field_entry_index, 3}, {field_parameter_profile, 5}, - [127] = + [129] = {field_entry_direct_name, 1}, {field_entry_identifier, 5}, - [129] = + [131] = {field_condition, 1}, {field_condition, 3, .inherited = true}, - [131] = + [133] = {field_statements, 3}, - [132] = + [134] = {field_generic_name, 5}, {field_name, 2}, - [134] = - {field_endname, 5}, - [135] = - {field_global_set, 1}, [136] = + {field_endname, 5}, + [137] = + {field_global_set, 1}, + [138] = {field_end_local_name, 6}, {field_local_name, 1}, - [138] = + [140] = {field_endname, 6}, {field_name, 2}, - [140] = + [142] = {field_endname, 7}, {field_name, 1}, - [142] = - {field_subtype_mark, 4}, - [143] = - {field_endname, 4}, [144] = - {field_generic_package_name, 5}, + {field_subtype_mark, 4}, [145] = - {field_default_subtype_mark, 5}, + {field_endname, 4}, [146] = - {field_abortable_part, 4}, + {field_generic_package_name, 5}, [147] = + {field_default_subtype_mark, 5}, + [148] = + {field_abortable_part, 4}, + [149] = {field_entry_direct_name, 1}, {field_entry_identifier, 6}, {field_parameter_profile, 2}, - [150] = + [152] = {field_condition, 1}, {field_condition, 4, .inherited = true}, - [152] = + [154] = {field_parameter_profile, 6}, {field_subtype_mark, 4, .inherited = true}, - [154] = + [156] = {field_endname, 6}, - [155] = + [157] = {field_end_local_name, 7}, {field_local_name, 1}, - [157] = + [159] = {field_endname, 7}, {field_name, 2}, - [159] = + [161] = {field_endname, 8}, {field_name, 1}, - [161] = - {field_subtype_mark, 5, .inherited = true}, - [162] = - {field_subtype_mark, 5}, [163] = - {field_default_subtype_mark, 6}, + {field_subtype_mark, 5, .inherited = true}, [164] = + {field_subtype_mark, 5}, + [165] = + {field_default_subtype_mark, 6}, + [166] = {field_condition, 1}, {field_else_statements, 5}, {field_statements, 3}, - [167] = + [169] = {field_endname, 7}, - [168] = + [170] = {field_end_local_name, 8}, {field_local_name, 1}, - [170] = + [172] = {field_endname, 8}, {field_name, 2}, - [172] = - {field_subtype_mark, 6, .inherited = true}, - [173] = - {field_default_subtype_mark, 7}, [174] = + {field_subtype_mark, 6, .inherited = true}, + [175] = + {field_default_subtype_mark, 7}, + [176] = {field_condition, 1}, {field_else_statements, 6}, {field_statements, 3}, - [177] = + [179] = {field_entry_direct_name, 1}, {field_entry_identifier, 8}, {field_entry_index, 3}, - [180] = + [182] = {field_endname, 8}, - [181] = + [183] = {field_endname, 9}, {field_name, 2}, - [183] = + [185] = {field_subtype_mark, 7, .inherited = true}, - [184] = + [186] = {field_entry_direct_name, 1}, {field_entry_identifier, 9}, {field_entry_index, 3}, {field_parameter_profile, 5}, - [188] = + [190] = {field_first_bit, 4}, {field_last_bit, 6}, {field_local_name, 0}, @@ -4308,11 +4312,11 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [528] = 528, [529] = 529, [530] = 530, - [531] = 531, + [531] = 523, [532] = 532, [533] = 533, [534] = 534, - [535] = 526, + [535] = 535, [536] = 536, [537] = 537, [538] = 538, @@ -4324,8 +4328,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [544] = 544, [545] = 545, [546] = 546, - [547] = 547, - [548] = 478, + [547] = 459, + [548] = 548, [549] = 549, [550] = 550, [551] = 551, @@ -4334,8 +4338,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [554] = 554, [555] = 555, [556] = 556, - [557] = 478, - [558] = 558, + [557] = 557, + [558] = 459, [559] = 559, [560] = 560, [561] = 561, @@ -4354,7 +4358,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [574] = 574, [575] = 575, [576] = 576, - [577] = 478, + [577] = 459, [578] = 578, [579] = 579, [580] = 580, @@ -4752,7 +4756,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [972] = 972, [973] = 973, [974] = 974, - [975] = 952, + [975] = 964, [976] = 976, [977] = 977, [978] = 978, @@ -5141,7 +5145,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1361] = 1361, [1362] = 1362, [1363] = 1363, - [1364] = 1261, + [1364] = 1230, [1365] = 1365, [1366] = 1366, [1367] = 1367, @@ -5840,7 +5844,6 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2060] = 2060, [2061] = 2061, [2062] = 2062, - [2063] = 2063, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -6843,7 +6846,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 't') ADVANCE(109); END_STATE(); case 50: - ACCEPT_TOKEN(aux_sym_package_specification_token2); + ACCEPT_TOKEN(aux_sym__package_specification_token2); END_STATE(); case 51: if (lookahead == 'M' || @@ -7058,7 +7061,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'i') ADVANCE(162); END_STATE(); case 101: - ACCEPT_TOKEN(aux_sym_package_specification_token3); + ACCEPT_TOKEN(aux_sym__package_specification_token3); END_STATE(); case 102: if (lookahead == 'R' || @@ -7737,7 +7740,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'i') ADVANCE(296); END_STATE(); case 282: - ACCEPT_TOKEN(aux_sym_package_specification_token1); + ACCEPT_TOKEN(aux_sym__package_specification_token1); END_STATE(); case 283: if (lookahead == 'L' || @@ -8320,32 +8323,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [462] = {.lex_state = 10}, [463] = {.lex_state = 10}, [464] = {.lex_state = 10}, - [465] = {.lex_state = 48}, + [465] = {.lex_state = 10}, [466] = {.lex_state = 10}, [467] = {.lex_state = 10}, - [468] = {.lex_state = 48}, - [469] = {.lex_state = 10}, + [468] = {.lex_state = 10}, + [469] = {.lex_state = 48}, [470] = {.lex_state = 10}, [471] = {.lex_state = 10}, [472] = {.lex_state = 10}, [473] = {.lex_state = 10}, - [474] = {.lex_state = 10}, + [474] = {.lex_state = 48}, [475] = {.lex_state = 10}, [476] = {.lex_state = 10}, [477] = {.lex_state = 10}, [478] = {.lex_state = 10}, [479] = {.lex_state = 10}, - [480] = {.lex_state = 48}, + [480] = {.lex_state = 10}, [481] = {.lex_state = 10}, - [482] = {.lex_state = 10}, + [482] = {.lex_state = 48}, [483] = {.lex_state = 10}, [484] = {.lex_state = 48}, [485] = {.lex_state = 48}, [486] = {.lex_state = 48}, - [487] = {.lex_state = 10}, + [487] = {.lex_state = 48}, [488] = {.lex_state = 48}, [489] = {.lex_state = 48}, - [490] = {.lex_state = 10}, + [490] = {.lex_state = 48}, [491] = {.lex_state = 48}, [492] = {.lex_state = 48}, [493] = {.lex_state = 48}, @@ -8354,9 +8357,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [496] = {.lex_state = 48}, [497] = {.lex_state = 48}, [498] = {.lex_state = 48}, - [499] = {.lex_state = 48}, + [499] = {.lex_state = 10}, [500] = {.lex_state = 48}, - [501] = {.lex_state = 48}, + [501] = {.lex_state = 10}, [502] = {.lex_state = 48}, [503] = {.lex_state = 48}, [504] = {.lex_state = 48}, @@ -8369,14 +8372,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [511] = {.lex_state = 48}, [512] = {.lex_state = 48}, [513] = {.lex_state = 48}, - [514] = {.lex_state = 10}, + [514] = {.lex_state = 48}, [515] = {.lex_state = 48}, [516] = {.lex_state = 48}, [517] = {.lex_state = 48}, [518] = {.lex_state = 48}, [519] = {.lex_state = 48}, [520] = {.lex_state = 48}, - [521] = {.lex_state = 48}, + [521] = {.lex_state = 10}, [522] = {.lex_state = 10}, [523] = {.lex_state = 10}, [524] = {.lex_state = 10}, @@ -8385,25 +8388,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [527] = {.lex_state = 10}, [528] = {.lex_state = 10}, [529] = {.lex_state = 10}, - [530] = {.lex_state = 10}, + [530] = {.lex_state = 48}, [531] = {.lex_state = 10}, - [532] = {.lex_state = 48}, + [532] = {.lex_state = 10}, [533] = {.lex_state = 10}, [534] = {.lex_state = 10}, [535] = {.lex_state = 10}, - [536] = {.lex_state = 10}, - [537] = {.lex_state = 48}, + [536] = {.lex_state = 48}, + [537] = {.lex_state = 10}, [538] = {.lex_state = 10}, - [539] = {.lex_state = 48}, - [540] = {.lex_state = 10}, + [539] = {.lex_state = 10}, + [540] = {.lex_state = 48}, [541] = {.lex_state = 10}, - [542] = {.lex_state = 10}, - [543] = {.lex_state = 48}, + [542] = {.lex_state = 48}, + [543] = {.lex_state = 10}, [544] = {.lex_state = 10}, [545] = {.lex_state = 48}, [546] = {.lex_state = 11}, - [547] = {.lex_state = 11}, - [548] = {.lex_state = 10}, + [547] = {.lex_state = 10}, + [548] = {.lex_state = 11}, [549] = {.lex_state = 11}, [550] = {.lex_state = 11}, [551] = {.lex_state = 11}, @@ -8412,25 +8415,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [554] = {.lex_state = 48}, [555] = {.lex_state = 11}, [556] = {.lex_state = 48}, - [557] = {.lex_state = 10}, - [558] = {.lex_state = 48}, + [557] = {.lex_state = 48}, + [558] = {.lex_state = 10}, [559] = {.lex_state = 48}, [560] = {.lex_state = 48}, [561] = {.lex_state = 48}, [562] = {.lex_state = 7}, - [563] = {.lex_state = 10}, - [564] = {.lex_state = 48}, + [563] = {.lex_state = 48}, + [564] = {.lex_state = 10}, [565] = {.lex_state = 11}, [566] = {.lex_state = 11}, [567] = {.lex_state = 10}, [568] = {.lex_state = 10}, [569] = {.lex_state = 10}, - [570] = {.lex_state = 10}, + [570] = {.lex_state = 48}, [571] = {.lex_state = 48}, [572] = {.lex_state = 48}, - [573] = {.lex_state = 48}, - [574] = {.lex_state = 48}, - [575] = {.lex_state = 10}, + [573] = {.lex_state = 10}, + [574] = {.lex_state = 10}, + [575] = {.lex_state = 48}, [576] = {.lex_state = 48}, [577] = {.lex_state = 10}, [578] = {.lex_state = 48}, @@ -8439,15 +8442,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [581] = {.lex_state = 48}, [582] = {.lex_state = 48}, [583] = {.lex_state = 10}, - [584] = {.lex_state = 48}, + [584] = {.lex_state = 11}, [585] = {.lex_state = 48}, [586] = {.lex_state = 48}, [587] = {.lex_state = 48}, - [588] = {.lex_state = 48}, + [588] = {.lex_state = 10}, [589] = {.lex_state = 48}, [590] = {.lex_state = 48}, - [591] = {.lex_state = 10}, - [592] = {.lex_state = 11}, + [591] = {.lex_state = 48}, + [592] = {.lex_state = 48}, [593] = {.lex_state = 48}, [594] = {.lex_state = 48}, [595] = {.lex_state = 48}, @@ -8516,14 +8519,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [658] = {.lex_state = 48}, [659] = {.lex_state = 48}, [660] = {.lex_state = 48}, - [661] = {.lex_state = 11}, + [661] = {.lex_state = 48}, [662] = {.lex_state = 48}, - [663] = {.lex_state = 48}, + [663] = {.lex_state = 11}, [664] = {.lex_state = 48}, [665] = {.lex_state = 48}, - [666] = {.lex_state = 48}, + [666] = {.lex_state = 10}, [667] = {.lex_state = 48}, - [668] = {.lex_state = 48}, + [668] = {.lex_state = 10}, [669] = {.lex_state = 48}, [670] = {.lex_state = 48}, [671] = {.lex_state = 48}, @@ -8534,8 +8537,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [676] = {.lex_state = 48}, [677] = {.lex_state = 48}, [678] = {.lex_state = 48}, - [679] = {.lex_state = 10}, - [680] = {.lex_state = 10}, + [679] = {.lex_state = 48}, + [680] = {.lex_state = 48}, [681] = {.lex_state = 48}, [682] = {.lex_state = 48}, [683] = {.lex_state = 48}, @@ -8651,9 +8654,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [793] = {.lex_state = 48}, [794] = {.lex_state = 48}, [795] = {.lex_state = 48}, - [796] = {.lex_state = 48}, + [796] = {.lex_state = 11}, [797] = {.lex_state = 48}, - [798] = {.lex_state = 11}, + [798] = {.lex_state = 48}, [799] = {.lex_state = 48}, [800] = {.lex_state = 48}, [801] = {.lex_state = 48}, @@ -8671,7 +8674,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [813] = {.lex_state = 48}, [814] = {.lex_state = 48}, [815] = {.lex_state = 48}, - [816] = {.lex_state = 48}, + [816] = {.lex_state = 11}, [817] = {.lex_state = 48}, [818] = {.lex_state = 48}, [819] = {.lex_state = 48}, @@ -8679,16 +8682,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [821] = {.lex_state = 48}, [822] = {.lex_state = 48}, [823] = {.lex_state = 48}, - [824] = {.lex_state = 48}, - [825] = {.lex_state = 48}, + [824] = {.lex_state = 10}, + [825] = {.lex_state = 11}, [826] = {.lex_state = 48}, [827] = {.lex_state = 48}, [828] = {.lex_state = 48}, [829] = {.lex_state = 48}, [830] = {.lex_state = 48}, - [831] = {.lex_state = 11}, + [831] = {.lex_state = 48}, [832] = {.lex_state = 48}, - [833] = {.lex_state = 10}, + [833] = {.lex_state = 48}, [834] = {.lex_state = 48}, [835] = {.lex_state = 48}, [836] = {.lex_state = 48}, @@ -8700,20 +8703,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [842] = {.lex_state = 48}, [843] = {.lex_state = 48}, [844] = {.lex_state = 48}, - [845] = {.lex_state = 11}, - [846] = {.lex_state = 48}, + [845] = {.lex_state = 48}, + [846] = {.lex_state = 11}, [847] = {.lex_state = 48}, - [848] = {.lex_state = 11}, - [849] = {.lex_state = 11}, - [850] = {.lex_state = 48}, + [848] = {.lex_state = 48}, + [849] = {.lex_state = 48}, + [850] = {.lex_state = 11}, [851] = {.lex_state = 48}, [852] = {.lex_state = 48}, [853] = {.lex_state = 0}, [854] = {.lex_state = 48}, - [855] = {.lex_state = 48}, - [856] = {.lex_state = 0}, - [857] = {.lex_state = 10}, - [858] = {.lex_state = 48}, + [855] = {.lex_state = 0}, + [856] = {.lex_state = 48}, + [857] = {.lex_state = 48}, + [858] = {.lex_state = 10}, [859] = {.lex_state = 48}, [860] = {.lex_state = 48}, [861] = {.lex_state = 48}, @@ -8730,13 +8733,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [872] = {.lex_state = 48}, [873] = {.lex_state = 48}, [874] = {.lex_state = 48}, - [875] = {.lex_state = 11}, - [876] = {.lex_state = 11}, + [875] = {.lex_state = 48}, + [876] = {.lex_state = 48}, [877] = {.lex_state = 11}, [878] = {.lex_state = 48}, - [879] = {.lex_state = 48}, + [879] = {.lex_state = 11}, [880] = {.lex_state = 48}, - [881] = {.lex_state = 48}, + [881] = {.lex_state = 11}, [882] = {.lex_state = 48}, [883] = {.lex_state = 11}, [884] = {.lex_state = 11}, @@ -8754,205 +8757,205 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [896] = {.lex_state = 11}, [897] = {.lex_state = 11}, [898] = {.lex_state = 11}, - [899] = {.lex_state = 48}, - [900] = {.lex_state = 48}, - [901] = {.lex_state = 48}, + [899] = {.lex_state = 10}, + [900] = {.lex_state = 11}, + [901] = {.lex_state = 11}, [902] = {.lex_state = 48}, [903] = {.lex_state = 48}, [904] = {.lex_state = 48}, [905] = {.lex_state = 48}, - [906] = {.lex_state = 11}, + [906] = {.lex_state = 48}, [907] = {.lex_state = 48}, [908] = {.lex_state = 48}, [909] = {.lex_state = 48}, [910] = {.lex_state = 48}, - [911] = {.lex_state = 10}, + [911] = {.lex_state = 48}, [912] = {.lex_state = 48}, - [913] = {.lex_state = 48}, - [914] = {.lex_state = 11}, + [913] = {.lex_state = 11}, + [914] = {.lex_state = 48}, [915] = {.lex_state = 48}, [916] = {.lex_state = 48}, [917] = {.lex_state = 48}, [918] = {.lex_state = 48}, - [919] = {.lex_state = 11}, - [920] = {.lex_state = 11}, - [921] = {.lex_state = 11}, + [919] = {.lex_state = 48}, + [920] = {.lex_state = 48}, + [921] = {.lex_state = 48}, [922] = {.lex_state = 48}, [923] = {.lex_state = 48}, [924] = {.lex_state = 48}, [925] = {.lex_state = 48}, [926] = {.lex_state = 48}, [927] = {.lex_state = 48}, - [928] = {.lex_state = 11}, + [928] = {.lex_state = 48}, [929] = {.lex_state = 48}, [930] = {.lex_state = 48}, [931] = {.lex_state = 48}, [932] = {.lex_state = 48}, - [933] = {.lex_state = 48}, - [934] = {.lex_state = 10}, + [933] = {.lex_state = 10}, + [934] = {.lex_state = 48}, [935] = {.lex_state = 48}, [936] = {.lex_state = 48}, [937] = {.lex_state = 48}, [938] = {.lex_state = 48}, [939] = {.lex_state = 48}, - [940] = {.lex_state = 48}, + [940] = {.lex_state = 11}, [941] = {.lex_state = 11}, [942] = {.lex_state = 48}, - [943] = {.lex_state = 48}, - [944] = {.lex_state = 48}, + [943] = {.lex_state = 11}, + [944] = {.lex_state = 11}, [945] = {.lex_state = 48}, [946] = {.lex_state = 48}, - [947] = {.lex_state = 11}, - [948] = {.lex_state = 10}, - [949] = {.lex_state = 48}, - [950] = {.lex_state = 48}, + [947] = {.lex_state = 48}, + [948] = {.lex_state = 11}, + [949] = {.lex_state = 11}, + [950] = {.lex_state = 11}, [951] = {.lex_state = 11}, - [952] = {.lex_state = 0}, - [953] = {.lex_state = 11}, - [954] = {.lex_state = 48}, - [955] = {.lex_state = 11}, + [952] = {.lex_state = 48}, + [953] = {.lex_state = 48}, + [954] = {.lex_state = 11}, + [955] = {.lex_state = 48}, [956] = {.lex_state = 48}, - [957] = {.lex_state = 10}, + [957] = {.lex_state = 48}, [958] = {.lex_state = 11}, [959] = {.lex_state = 48}, [960] = {.lex_state = 11}, - [961] = {.lex_state = 48}, + [961] = {.lex_state = 11}, [962] = {.lex_state = 48}, [963] = {.lex_state = 11}, - [964] = {.lex_state = 11}, + [964] = {.lex_state = 10}, [965] = {.lex_state = 11}, - [966] = {.lex_state = 48}, - [967] = {.lex_state = 11}, + [966] = {.lex_state = 11}, + [967] = {.lex_state = 10}, [968] = {.lex_state = 11}, [969] = {.lex_state = 11}, [970] = {.lex_state = 48}, [971] = {.lex_state = 11}, [972] = {.lex_state = 11}, - [973] = {.lex_state = 11}, + [973] = {.lex_state = 48}, [974] = {.lex_state = 11}, - [975] = {.lex_state = 10}, - [976] = {.lex_state = 11}, - [977] = {.lex_state = 11}, - [978] = {.lex_state = 48}, - [979] = {.lex_state = 48}, - [980] = {.lex_state = 48}, - [981] = {.lex_state = 48}, - [982] = {.lex_state = 11}, + [975] = {.lex_state = 0}, + [976] = {.lex_state = 48}, + [977] = {.lex_state = 48}, + [978] = {.lex_state = 11}, + [979] = {.lex_state = 11}, + [980] = {.lex_state = 10}, + [981] = {.lex_state = 11}, + [982] = {.lex_state = 48}, [983] = {.lex_state = 11}, [984] = {.lex_state = 48}, - [985] = {.lex_state = 0}, - [986] = {.lex_state = 48}, + [985] = {.lex_state = 48}, + [986] = {.lex_state = 11}, [987] = {.lex_state = 48}, [988] = {.lex_state = 48}, [989] = {.lex_state = 48}, - [990] = {.lex_state = 11}, + [990] = {.lex_state = 48}, [991] = {.lex_state = 48}, - [992] = {.lex_state = 48}, - [993] = {.lex_state = 48}, + [992] = {.lex_state = 11}, + [993] = {.lex_state = 11}, [994] = {.lex_state = 48}, - [995] = {.lex_state = 48}, + [995] = {.lex_state = 0}, [996] = {.lex_state = 48}, - [997] = {.lex_state = 48}, - [998] = {.lex_state = 48}, - [999] = {.lex_state = 48}, - [1000] = {.lex_state = 11}, - [1001] = {.lex_state = 11}, - [1002] = {.lex_state = 48}, + [997] = {.lex_state = 0}, + [998] = {.lex_state = 10}, + [999] = {.lex_state = 0}, + [1000] = {.lex_state = 48}, + [1001] = {.lex_state = 48}, + [1002] = {.lex_state = 11}, [1003] = {.lex_state = 48}, [1004] = {.lex_state = 48}, [1005] = {.lex_state = 48}, [1006] = {.lex_state = 48}, [1007] = {.lex_state = 48}, - [1008] = {.lex_state = 11}, - [1009] = {.lex_state = 0}, - [1010] = {.lex_state = 0}, + [1008] = {.lex_state = 48}, + [1009] = {.lex_state = 48}, + [1010] = {.lex_state = 48}, [1011] = {.lex_state = 48}, - [1012] = {.lex_state = 10}, - [1013] = {.lex_state = 10}, - [1014] = {.lex_state = 48}, + [1012] = {.lex_state = 48}, + [1013] = {.lex_state = 11}, + [1014] = {.lex_state = 11}, [1015] = {.lex_state = 10}, - [1016] = {.lex_state = 10}, + [1016] = {.lex_state = 48}, [1017] = {.lex_state = 10}, - [1018] = {.lex_state = 48}, - [1019] = {.lex_state = 10}, + [1018] = {.lex_state = 10}, + [1019] = {.lex_state = 48}, [1020] = {.lex_state = 48}, [1021] = {.lex_state = 10}, - [1022] = {.lex_state = 48}, - [1023] = {.lex_state = 48}, - [1024] = {.lex_state = 10}, - [1025] = {.lex_state = 48}, - [1026] = {.lex_state = 11}, - [1027] = {.lex_state = 0}, + [1022] = {.lex_state = 11}, + [1023] = {.lex_state = 0}, + [1024] = {.lex_state = 48}, + [1025] = {.lex_state = 10}, + [1026] = {.lex_state = 48}, + [1027] = {.lex_state = 48}, [1028] = {.lex_state = 48}, - [1029] = {.lex_state = 10}, - [1030] = {.lex_state = 0}, + [1029] = {.lex_state = 11}, + [1030] = {.lex_state = 10}, [1031] = {.lex_state = 48}, [1032] = {.lex_state = 48}, - [1033] = {.lex_state = 48}, + [1033] = {.lex_state = 10}, [1034] = {.lex_state = 48}, [1035] = {.lex_state = 48}, - [1036] = {.lex_state = 10}, + [1036] = {.lex_state = 11}, [1037] = {.lex_state = 48}, [1038] = {.lex_state = 48}, - [1039] = {.lex_state = 11}, + [1039] = {.lex_state = 48}, [1040] = {.lex_state = 48}, - [1041] = {.lex_state = 10}, + [1041] = {.lex_state = 48}, [1042] = {.lex_state = 48}, [1043] = {.lex_state = 48}, [1044] = {.lex_state = 48}, [1045] = {.lex_state = 48}, - [1046] = {.lex_state = 10}, + [1046] = {.lex_state = 11}, [1047] = {.lex_state = 48}, [1048] = {.lex_state = 48}, - [1049] = {.lex_state = 11}, - [1050] = {.lex_state = 48}, + [1049] = {.lex_state = 0}, + [1050] = {.lex_state = 10}, [1051] = {.lex_state = 48}, [1052] = {.lex_state = 48}, [1053] = {.lex_state = 48}, [1054] = {.lex_state = 10}, [1055] = {.lex_state = 48}, - [1056] = {.lex_state = 48}, - [1057] = {.lex_state = 11}, + [1056] = {.lex_state = 0}, + [1057] = {.lex_state = 10}, [1058] = {.lex_state = 48}, [1059] = {.lex_state = 48}, [1060] = {.lex_state = 48}, [1061] = {.lex_state = 48}, [1062] = {.lex_state = 10}, - [1063] = {.lex_state = 11}, - [1064] = {.lex_state = 10}, - [1065] = {.lex_state = 11}, - [1066] = {.lex_state = 48}, + [1063] = {.lex_state = 10}, + [1064] = {.lex_state = 48}, + [1065] = {.lex_state = 48}, + [1066] = {.lex_state = 10}, [1067] = {.lex_state = 48}, - [1068] = {.lex_state = 48}, - [1069] = {.lex_state = 0}, - [1070] = {.lex_state = 48}, - [1071] = {.lex_state = 0}, - [1072] = {.lex_state = 11}, - [1073] = {.lex_state = 48}, + [1068] = {.lex_state = 0}, + [1069] = {.lex_state = 48}, + [1070] = {.lex_state = 10}, + [1071] = {.lex_state = 10}, + [1072] = {.lex_state = 48}, + [1073] = {.lex_state = 10}, [1074] = {.lex_state = 48}, [1075] = {.lex_state = 48}, - [1076] = {.lex_state = 11}, + [1076] = {.lex_state = 48}, [1077] = {.lex_state = 48}, - [1078] = {.lex_state = 10}, - [1079] = {.lex_state = 48}, - [1080] = {.lex_state = 10}, + [1078] = {.lex_state = 48}, + [1079] = {.lex_state = 10}, + [1080] = {.lex_state = 48}, [1081] = {.lex_state = 10}, - [1082] = {.lex_state = 48}, - [1083] = {.lex_state = 10}, + [1082] = {.lex_state = 10}, + [1083] = {.lex_state = 48}, [1084] = {.lex_state = 48}, - [1085] = {.lex_state = 48}, + [1085] = {.lex_state = 10}, [1086] = {.lex_state = 10}, - [1087] = {.lex_state = 11}, + [1087] = {.lex_state = 48}, [1088] = {.lex_state = 10}, - [1089] = {.lex_state = 10}, - [1090] = {.lex_state = 10}, - [1091] = {.lex_state = 48}, - [1092] = {.lex_state = 10}, - [1093] = {.lex_state = 48}, - [1094] = {.lex_state = 10}, - [1095] = {.lex_state = 48}, + [1089] = {.lex_state = 11}, + [1090] = {.lex_state = 48}, + [1091] = {.lex_state = 11}, + [1092] = {.lex_state = 48}, + [1093] = {.lex_state = 11}, + [1094] = {.lex_state = 48}, + [1095] = {.lex_state = 10}, [1096] = {.lex_state = 48}, - [1097] = {.lex_state = 48}, + [1097] = {.lex_state = 10}, [1098] = {.lex_state = 48}, [1099] = {.lex_state = 48}, [1100] = {.lex_state = 48}, @@ -8962,20 +8965,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1104] = {.lex_state = 48}, [1105] = {.lex_state = 48}, [1106] = {.lex_state = 48}, - [1107] = {.lex_state = 0}, + [1107] = {.lex_state = 48}, [1108] = {.lex_state = 48}, [1109] = {.lex_state = 48}, [1110] = {.lex_state = 48}, [1111] = {.lex_state = 48}, [1112] = {.lex_state = 48}, - [1113] = {.lex_state = 48}, - [1114] = {.lex_state = 48}, + [1113] = {.lex_state = 0}, + [1114] = {.lex_state = 0}, [1115] = {.lex_state = 48}, [1116] = {.lex_state = 48}, - [1117] = {.lex_state = 48}, - [1118] = {.lex_state = 48}, + [1117] = {.lex_state = 0}, + [1118] = {.lex_state = 0}, [1119] = {.lex_state = 48}, - [1120] = {.lex_state = 0}, + [1120] = {.lex_state = 48}, [1121] = {.lex_state = 48}, [1122] = {.lex_state = 48}, [1123] = {.lex_state = 48}, @@ -8986,7 +8989,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1128] = {.lex_state = 48}, [1129] = {.lex_state = 48}, [1130] = {.lex_state = 48}, - [1131] = {.lex_state = 48}, + [1131] = {.lex_state = 0}, [1132] = {.lex_state = 48}, [1133] = {.lex_state = 48}, [1134] = {.lex_state = 48}, @@ -8996,7 +8999,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1138] = {.lex_state = 48}, [1139] = {.lex_state = 48}, [1140] = {.lex_state = 48}, - [1141] = {.lex_state = 0}, + [1141] = {.lex_state = 48}, [1142] = {.lex_state = 48}, [1143] = {.lex_state = 48}, [1144] = {.lex_state = 48}, @@ -9007,31 +9010,31 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1149] = {.lex_state = 48}, [1150] = {.lex_state = 48}, [1151] = {.lex_state = 48}, - [1152] = {.lex_state = 0}, - [1153] = {.lex_state = 0}, - [1154] = {.lex_state = 48}, + [1152] = {.lex_state = 48}, + [1153] = {.lex_state = 48}, + [1154] = {.lex_state = 0}, [1155] = {.lex_state = 48}, [1156] = {.lex_state = 48}, - [1157] = {.lex_state = 48}, + [1157] = {.lex_state = 0}, [1158] = {.lex_state = 48}, [1159] = {.lex_state = 48}, - [1160] = {.lex_state = 0}, + [1160] = {.lex_state = 48}, [1161] = {.lex_state = 48}, - [1162] = {.lex_state = 0}, + [1162] = {.lex_state = 11}, [1163] = {.lex_state = 48}, [1164] = {.lex_state = 48}, [1165] = {.lex_state = 48}, [1166] = {.lex_state = 48}, [1167] = {.lex_state = 48}, [1168] = {.lex_state = 48}, - [1169] = {.lex_state = 0}, - [1170] = {.lex_state = 48}, + [1169] = {.lex_state = 48}, + [1170] = {.lex_state = 0}, [1171] = {.lex_state = 48}, - [1172] = {.lex_state = 0}, - [1173] = {.lex_state = 48}, - [1174] = {.lex_state = 48}, - [1175] = {.lex_state = 0}, - [1176] = {.lex_state = 0}, + [1172] = {.lex_state = 11}, + [1173] = {.lex_state = 0}, + [1174] = {.lex_state = 0}, + [1175] = {.lex_state = 48}, + [1176] = {.lex_state = 48}, [1177] = {.lex_state = 48}, [1178] = {.lex_state = 48}, [1179] = {.lex_state = 48}, @@ -9041,16 +9044,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1183] = {.lex_state = 48}, [1184] = {.lex_state = 48}, [1185] = {.lex_state = 48}, - [1186] = {.lex_state = 48}, + [1186] = {.lex_state = 0}, [1187] = {.lex_state = 48}, - [1188] = {.lex_state = 0}, - [1189] = {.lex_state = 11}, - [1190] = {.lex_state = 11}, + [1188] = {.lex_state = 48}, + [1189] = {.lex_state = 0}, + [1190] = {.lex_state = 48}, [1191] = {.lex_state = 48}, [1192] = {.lex_state = 48}, [1193] = {.lex_state = 48}, - [1194] = {.lex_state = 48}, - [1195] = {.lex_state = 0}, + [1194] = {.lex_state = 0}, + [1195] = {.lex_state = 48}, [1196] = {.lex_state = 48}, [1197] = {.lex_state = 48}, [1198] = {.lex_state = 48}, @@ -9058,21 +9061,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1200] = {.lex_state = 48}, [1201] = {.lex_state = 0}, [1202] = {.lex_state = 48}, - [1203] = {.lex_state = 0}, + [1203] = {.lex_state = 48}, [1204] = {.lex_state = 48}, [1205] = {.lex_state = 48}, [1206] = {.lex_state = 48}, [1207] = {.lex_state = 48}, [1208] = {.lex_state = 0}, - [1209] = {.lex_state = 48}, + [1209] = {.lex_state = 0}, [1210] = {.lex_state = 48}, - [1211] = {.lex_state = 0}, - [1212] = {.lex_state = 48}, - [1213] = {.lex_state = 0}, + [1211] = {.lex_state = 48}, + [1212] = {.lex_state = 0}, + [1213] = {.lex_state = 48}, [1214] = {.lex_state = 48}, - [1215] = {.lex_state = 0}, + [1215] = {.lex_state = 48}, [1216] = {.lex_state = 48}, - [1217] = {.lex_state = 0}, + [1217] = {.lex_state = 48}, [1218] = {.lex_state = 0}, [1219] = {.lex_state = 48}, [1220] = {.lex_state = 48}, @@ -9080,62 +9083,62 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1222] = {.lex_state = 48}, [1223] = {.lex_state = 48}, [1224] = {.lex_state = 48}, - [1225] = {.lex_state = 48}, + [1225] = {.lex_state = 0}, [1226] = {.lex_state = 48}, [1227] = {.lex_state = 48}, - [1228] = {.lex_state = 0}, + [1228] = {.lex_state = 48}, [1229] = {.lex_state = 48}, - [1230] = {.lex_state = 0}, - [1231] = {.lex_state = 0}, - [1232] = {.lex_state = 0}, + [1230] = {.lex_state = 48}, + [1231] = {.lex_state = 48}, + [1232] = {.lex_state = 48}, [1233] = {.lex_state = 0}, - [1234] = {.lex_state = 0}, + [1234] = {.lex_state = 48}, [1235] = {.lex_state = 48}, [1236] = {.lex_state = 48}, - [1237] = {.lex_state = 0}, - [1238] = {.lex_state = 48}, + [1237] = {.lex_state = 48}, + [1238] = {.lex_state = 0}, [1239] = {.lex_state = 48}, - [1240] = {.lex_state = 0}, + [1240] = {.lex_state = 48}, [1241] = {.lex_state = 48}, - [1242] = {.lex_state = 48}, + [1242] = {.lex_state = 0}, [1243] = {.lex_state = 48}, - [1244] = {.lex_state = 0}, - [1245] = {.lex_state = 48}, - [1246] = {.lex_state = 0}, - [1247] = {.lex_state = 0}, - [1248] = {.lex_state = 48}, - [1249] = {.lex_state = 0}, - [1250] = {.lex_state = 48}, - [1251] = {.lex_state = 48}, - [1252] = {.lex_state = 0}, - [1253] = {.lex_state = 0}, + [1244] = {.lex_state = 48}, + [1245] = {.lex_state = 0}, + [1246] = {.lex_state = 48}, + [1247] = {.lex_state = 48}, + [1248] = {.lex_state = 0}, + [1249] = {.lex_state = 48}, + [1250] = {.lex_state = 0}, + [1251] = {.lex_state = 0}, + [1252] = {.lex_state = 48}, + [1253] = {.lex_state = 48}, [1254] = {.lex_state = 0}, - [1255] = {.lex_state = 0}, + [1255] = {.lex_state = 48}, [1256] = {.lex_state = 48}, [1257] = {.lex_state = 48}, [1258] = {.lex_state = 48}, [1259] = {.lex_state = 48}, [1260] = {.lex_state = 48}, - [1261] = {.lex_state = 48}, - [1262] = {.lex_state = 0}, + [1261] = {.lex_state = 0}, + [1262] = {.lex_state = 48}, [1263] = {.lex_state = 48}, [1264] = {.lex_state = 48}, [1265] = {.lex_state = 48}, - [1266] = {.lex_state = 48}, + [1266] = {.lex_state = 0}, [1267] = {.lex_state = 0}, [1268] = {.lex_state = 0}, - [1269] = {.lex_state = 0}, + [1269] = {.lex_state = 48}, [1270] = {.lex_state = 48}, [1271] = {.lex_state = 48}, [1272] = {.lex_state = 48}, [1273] = {.lex_state = 48}, [1274] = {.lex_state = 48}, - [1275] = {.lex_state = 48}, - [1276] = {.lex_state = 0}, - [1277] = {.lex_state = 48}, + [1275] = {.lex_state = 0}, + [1276] = {.lex_state = 48}, + [1277] = {.lex_state = 0}, [1278] = {.lex_state = 48}, [1279] = {.lex_state = 48}, - [1280] = {.lex_state = 0}, + [1280] = {.lex_state = 48}, [1281] = {.lex_state = 48}, [1282] = {.lex_state = 48}, [1283] = {.lex_state = 48}, @@ -9144,30 +9147,30 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1286] = {.lex_state = 48}, [1287] = {.lex_state = 48}, [1288] = {.lex_state = 48}, - [1289] = {.lex_state = 48}, - [1290] = {.lex_state = 48}, - [1291] = {.lex_state = 0}, - [1292] = {.lex_state = 0}, + [1289] = {.lex_state = 0}, + [1290] = {.lex_state = 0}, + [1291] = {.lex_state = 48}, + [1292] = {.lex_state = 48}, [1293] = {.lex_state = 48}, [1294] = {.lex_state = 48}, [1295] = {.lex_state = 48}, [1296] = {.lex_state = 48}, [1297] = {.lex_state = 48}, - [1298] = {.lex_state = 0}, - [1299] = {.lex_state = 48}, + [1298] = {.lex_state = 48}, + [1299] = {.lex_state = 0}, [1300] = {.lex_state = 48}, - [1301] = {.lex_state = 0}, + [1301] = {.lex_state = 48}, [1302] = {.lex_state = 48}, [1303] = {.lex_state = 48}, [1304] = {.lex_state = 48}, - [1305] = {.lex_state = 48}, - [1306] = {.lex_state = 48}, + [1305] = {.lex_state = 0}, + [1306] = {.lex_state = 0}, [1307] = {.lex_state = 48}, [1308] = {.lex_state = 48}, [1309] = {.lex_state = 48}, - [1310] = {.lex_state = 48}, + [1310] = {.lex_state = 0}, [1311] = {.lex_state = 48}, - [1312] = {.lex_state = 48}, + [1312] = {.lex_state = 0}, [1313] = {.lex_state = 48}, [1314] = {.lex_state = 48}, [1315] = {.lex_state = 48}, @@ -9177,44 +9180,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1319] = {.lex_state = 48}, [1320] = {.lex_state = 48}, [1321] = {.lex_state = 48}, - [1322] = {.lex_state = 0}, - [1323] = {.lex_state = 48}, + [1322] = {.lex_state = 48}, + [1323] = {.lex_state = 0}, [1324] = {.lex_state = 48}, [1325] = {.lex_state = 48}, - [1326] = {.lex_state = 48}, + [1326] = {.lex_state = 0}, [1327] = {.lex_state = 48}, [1328] = {.lex_state = 0}, [1329] = {.lex_state = 48}, [1330] = {.lex_state = 48}, - [1331] = {.lex_state = 48}, - [1332] = {.lex_state = 0}, + [1331] = {.lex_state = 0}, + [1332] = {.lex_state = 48}, [1333] = {.lex_state = 48}, - [1334] = {.lex_state = 48}, + [1334] = {.lex_state = 0}, [1335] = {.lex_state = 48}, [1336] = {.lex_state = 0}, [1337] = {.lex_state = 0}, [1338] = {.lex_state = 0}, [1339] = {.lex_state = 48}, - [1340] = {.lex_state = 0}, + [1340] = {.lex_state = 48}, [1341] = {.lex_state = 48}, [1342] = {.lex_state = 48}, - [1343] = {.lex_state = 48}, + [1343] = {.lex_state = 0}, [1344] = {.lex_state = 48}, [1345] = {.lex_state = 48}, - [1346] = {.lex_state = 48}, + [1346] = {.lex_state = 0}, [1347] = {.lex_state = 48}, - [1348] = {.lex_state = 48}, - [1349] = {.lex_state = 0}, + [1348] = {.lex_state = 0}, + [1349] = {.lex_state = 48}, [1350] = {.lex_state = 0}, - [1351] = {.lex_state = 48}, + [1351] = {.lex_state = 0}, [1352] = {.lex_state = 48}, [1353] = {.lex_state = 48}, [1354] = {.lex_state = 48}, - [1355] = {.lex_state = 48}, + [1355] = {.lex_state = 0}, [1356] = {.lex_state = 48}, [1357] = {.lex_state = 48}, - [1358] = {.lex_state = 48}, - [1359] = {.lex_state = 48}, + [1358] = {.lex_state = 0}, + [1359] = {.lex_state = 0}, [1360] = {.lex_state = 0}, [1361] = {.lex_state = 48}, [1362] = {.lex_state = 48}, @@ -9223,39 +9226,39 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1365] = {.lex_state = 0}, [1366] = {.lex_state = 48}, [1367] = {.lex_state = 48}, - [1368] = {.lex_state = 0}, + [1368] = {.lex_state = 48}, [1369] = {.lex_state = 48}, [1370] = {.lex_state = 48}, - [1371] = {.lex_state = 0}, + [1371] = {.lex_state = 48}, [1372] = {.lex_state = 48}, - [1373] = {.lex_state = 48}, - [1374] = {.lex_state = 48}, - [1375] = {.lex_state = 0}, + [1373] = {.lex_state = 0}, + [1374] = {.lex_state = 0}, + [1375] = {.lex_state = 48}, [1376] = {.lex_state = 48}, [1377] = {.lex_state = 48}, - [1378] = {.lex_state = 48}, + [1378] = {.lex_state = 0}, [1379] = {.lex_state = 48}, [1380] = {.lex_state = 48}, - [1381] = {.lex_state = 48}, + [1381] = {.lex_state = 0}, [1382] = {.lex_state = 48}, [1383] = {.lex_state = 48}, - [1384] = {.lex_state = 0}, + [1384] = {.lex_state = 48}, [1385] = {.lex_state = 48}, - [1386] = {.lex_state = 0}, + [1386] = {.lex_state = 48}, [1387] = {.lex_state = 48}, [1388] = {.lex_state = 48}, - [1389] = {.lex_state = 48}, + [1389] = {.lex_state = 0}, [1390] = {.lex_state = 48}, [1391] = {.lex_state = 0}, [1392] = {.lex_state = 0}, - [1393] = {.lex_state = 0}, + [1393] = {.lex_state = 48}, [1394] = {.lex_state = 0}, - [1395] = {.lex_state = 48}, - [1396] = {.lex_state = 0}, - [1397] = {.lex_state = 48}, + [1395] = {.lex_state = 0}, + [1396] = {.lex_state = 48}, + [1397] = {.lex_state = 0}, [1398] = {.lex_state = 48}, - [1399] = {.lex_state = 48}, - [1400] = {.lex_state = 48}, + [1399] = {.lex_state = 0}, + [1400] = {.lex_state = 0}, [1401] = {.lex_state = 48}, [1402] = {.lex_state = 48}, [1403] = {.lex_state = 48}, @@ -9273,8 +9276,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1415] = {.lex_state = 48}, [1416] = {.lex_state = 48}, [1417] = {.lex_state = 48}, - [1418] = {.lex_state = 48}, - [1419] = {.lex_state = 0}, + [1418] = {.lex_state = 0}, + [1419] = {.lex_state = 48}, [1420] = {.lex_state = 48}, [1421] = {.lex_state = 48}, [1422] = {.lex_state = 48}, @@ -9295,8 +9298,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1437] = {.lex_state = 0}, [1438] = {.lex_state = 48}, [1439] = {.lex_state = 48}, - [1440] = {.lex_state = 48}, - [1441] = {.lex_state = 0}, + [1440] = {.lex_state = 0}, + [1441] = {.lex_state = 48}, [1442] = {.lex_state = 48}, [1443] = {.lex_state = 0}, [1444] = {.lex_state = 48}, @@ -9315,29 +9318,29 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1457] = {.lex_state = 48}, [1458] = {.lex_state = 48}, [1459] = {.lex_state = 48}, - [1460] = {.lex_state = 48}, - [1461] = {.lex_state = 0}, + [1460] = {.lex_state = 0}, + [1461] = {.lex_state = 48}, [1462] = {.lex_state = 48}, [1463] = {.lex_state = 48}, - [1464] = {.lex_state = 0}, - [1465] = {.lex_state = 48}, + [1464] = {.lex_state = 48}, + [1465] = {.lex_state = 0}, [1466] = {.lex_state = 48}, - [1467] = {.lex_state = 0}, + [1467] = {.lex_state = 48}, [1468] = {.lex_state = 48}, [1469] = {.lex_state = 48}, [1470] = {.lex_state = 48}, [1471] = {.lex_state = 48}, [1472] = {.lex_state = 48}, [1473] = {.lex_state = 48}, - [1474] = {.lex_state = 48}, + [1474] = {.lex_state = 0}, [1475] = {.lex_state = 48}, [1476] = {.lex_state = 48}, - [1477] = {.lex_state = 0}, - [1478] = {.lex_state = 48}, + [1477] = {.lex_state = 48}, + [1478] = {.lex_state = 0}, [1479] = {.lex_state = 48}, - [1480] = {.lex_state = 0}, + [1480] = {.lex_state = 48}, [1481] = {.lex_state = 0}, - [1482] = {.lex_state = 48}, + [1482] = {.lex_state = 0}, [1483] = {.lex_state = 48}, [1484] = {.lex_state = 48}, [1485] = {.lex_state = 48}, @@ -9355,8 +9358,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1497] = {.lex_state = 48}, [1498] = {.lex_state = 48}, [1499] = {.lex_state = 48}, - [1500] = {.lex_state = 48}, - [1501] = {.lex_state = 0}, + [1500] = {.lex_state = 0}, + [1501] = {.lex_state = 48}, [1502] = {.lex_state = 48}, [1503] = {.lex_state = 48}, [1504] = {.lex_state = 48}, @@ -9365,19 +9368,19 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1507] = {.lex_state = 48}, [1508] = {.lex_state = 48}, [1509] = {.lex_state = 48}, - [1510] = {.lex_state = 0}, + [1510] = {.lex_state = 48}, [1511] = {.lex_state = 48}, - [1512] = {.lex_state = 48}, + [1512] = {.lex_state = 0}, [1513] = {.lex_state = 48}, - [1514] = {.lex_state = 0}, - [1515] = {.lex_state = 0}, + [1514] = {.lex_state = 48}, + [1515] = {.lex_state = 48}, [1516] = {.lex_state = 48}, - [1517] = {.lex_state = 0}, - [1518] = {.lex_state = 48}, - [1519] = {.lex_state = 0}, - [1520] = {.lex_state = 48}, + [1517] = {.lex_state = 48}, + [1518] = {.lex_state = 0}, + [1519] = {.lex_state = 48}, + [1520] = {.lex_state = 0}, [1521] = {.lex_state = 48}, - [1522] = {.lex_state = 48}, + [1522] = {.lex_state = 0}, [1523] = {.lex_state = 48}, [1524] = {.lex_state = 48}, [1525] = {.lex_state = 0}, @@ -9387,77 +9390,77 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1529] = {.lex_state = 48}, [1530] = {.lex_state = 48}, [1531] = {.lex_state = 0}, - [1532] = {.lex_state = 48}, + [1532] = {.lex_state = 0}, [1533] = {.lex_state = 0}, - [1534] = {.lex_state = 0}, + [1534] = {.lex_state = 48}, [1535] = {.lex_state = 0}, [1536] = {.lex_state = 48}, - [1537] = {.lex_state = 48}, - [1538] = {.lex_state = 48}, - [1539] = {.lex_state = 0}, + [1537] = {.lex_state = 0}, + [1538] = {.lex_state = 0}, + [1539] = {.lex_state = 48}, [1540] = {.lex_state = 0}, [1541] = {.lex_state = 48}, - [1542] = {.lex_state = 48}, - [1543] = {.lex_state = 0}, + [1542] = {.lex_state = 0}, + [1543] = {.lex_state = 48}, [1544] = {.lex_state = 48}, [1545] = {.lex_state = 48}, [1546] = {.lex_state = 0}, [1547] = {.lex_state = 0}, [1548] = {.lex_state = 48}, - [1549] = {.lex_state = 48}, + [1549] = {.lex_state = 0}, [1550] = {.lex_state = 0}, [1551] = {.lex_state = 48}, [1552] = {.lex_state = 48}, - [1553] = {.lex_state = 0}, - [1554] = {.lex_state = 0}, + [1553] = {.lex_state = 48}, + [1554] = {.lex_state = 48}, [1555] = {.lex_state = 48}, - [1556] = {.lex_state = 0}, + [1556] = {.lex_state = 48}, [1557] = {.lex_state = 48}, - [1558] = {.lex_state = 0}, + [1558] = {.lex_state = 48}, [1559] = {.lex_state = 48}, - [1560] = {.lex_state = 48}, - [1561] = {.lex_state = 0}, + [1560] = {.lex_state = 0}, + [1561] = {.lex_state = 48}, [1562] = {.lex_state = 48}, - [1563] = {.lex_state = 0}, - [1564] = {.lex_state = 0}, - [1565] = {.lex_state = 0}, + [1563] = {.lex_state = 48}, + [1564] = {.lex_state = 48}, + [1565] = {.lex_state = 48}, [1566] = {.lex_state = 48}, [1567] = {.lex_state = 48}, - [1568] = {.lex_state = 0}, - [1569] = {.lex_state = 0}, + [1568] = {.lex_state = 48}, + [1569] = {.lex_state = 48}, [1570] = {.lex_state = 48}, - [1571] = {.lex_state = 48}, - [1572] = {.lex_state = 48}, - [1573] = {.lex_state = 48}, - [1574] = {.lex_state = 48}, - [1575] = {.lex_state = 0}, + [1571] = {.lex_state = 0}, + [1572] = {.lex_state = 0}, + [1573] = {.lex_state = 0}, + [1574] = {.lex_state = 0}, + [1575] = {.lex_state = 48}, [1576] = {.lex_state = 48}, - [1577] = {.lex_state = 48}, - [1578] = {.lex_state = 48}, + [1577] = {.lex_state = 0}, + [1578] = {.lex_state = 0}, [1579] = {.lex_state = 48}, [1580] = {.lex_state = 48}, [1581] = {.lex_state = 48}, [1582] = {.lex_state = 48}, - [1583] = {.lex_state = 0}, - [1584] = {.lex_state = 48}, + [1583] = {.lex_state = 48}, + [1584] = {.lex_state = 0}, [1585] = {.lex_state = 48}, [1586] = {.lex_state = 48}, [1587] = {.lex_state = 48}, - [1588] = {.lex_state = 0}, + [1588] = {.lex_state = 48}, [1589] = {.lex_state = 48}, [1590] = {.lex_state = 48}, [1591] = {.lex_state = 48}, [1592] = {.lex_state = 0}, - [1593] = {.lex_state = 0}, + [1593] = {.lex_state = 48}, [1594] = {.lex_state = 48}, [1595] = {.lex_state = 48}, [1596] = {.lex_state = 48}, - [1597] = {.lex_state = 48}, + [1597] = {.lex_state = 0}, [1598] = {.lex_state = 48}, [1599] = {.lex_state = 48}, [1600] = {.lex_state = 48}, - [1601] = {.lex_state = 48}, - [1602] = {.lex_state = 48}, + [1601] = {.lex_state = 0}, + [1602] = {.lex_state = 0}, [1603] = {.lex_state = 48}, [1604] = {.lex_state = 48}, [1605] = {.lex_state = 48}, @@ -9515,25 +9518,25 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1657] = {.lex_state = 48}, [1658] = {.lex_state = 48}, [1659] = {.lex_state = 48}, - [1660] = {.lex_state = 48}, - [1661] = {.lex_state = 0}, + [1660] = {.lex_state = 0}, + [1661] = {.lex_state = 48}, [1662] = {.lex_state = 48}, [1663] = {.lex_state = 48}, - [1664] = {.lex_state = 48}, + [1664] = {.lex_state = 0}, [1665] = {.lex_state = 0}, - [1666] = {.lex_state = 0}, + [1666] = {.lex_state = 48}, [1667] = {.lex_state = 48}, [1668] = {.lex_state = 48}, [1669] = {.lex_state = 48}, [1670] = {.lex_state = 48}, - [1671] = {.lex_state = 0}, - [1672] = {.lex_state = 48}, - [1673] = {.lex_state = 0}, - [1674] = {.lex_state = 48}, - [1675] = {.lex_state = 48}, + [1671] = {.lex_state = 48}, + [1672] = {.lex_state = 0}, + [1673] = {.lex_state = 48}, + [1674] = {.lex_state = 0}, + [1675] = {.lex_state = 0}, [1676] = {.lex_state = 0}, [1677] = {.lex_state = 0}, - [1678] = {.lex_state = 0}, + [1678] = {.lex_state = 48}, [1679] = {.lex_state = 48}, [1680] = {.lex_state = 48}, [1681] = {.lex_state = 48}, @@ -9550,9 +9553,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1692] = {.lex_state = 48}, [1693] = {.lex_state = 48}, [1694] = {.lex_state = 48}, - [1695] = {.lex_state = 48}, + [1695] = {.lex_state = 0}, [1696] = {.lex_state = 0}, - [1697] = {.lex_state = 0}, + [1697] = {.lex_state = 48}, [1698] = {.lex_state = 48}, [1699] = {.lex_state = 48}, [1700] = {.lex_state = 48}, @@ -9569,24 +9572,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1711] = {.lex_state = 48}, [1712] = {.lex_state = 48}, [1713] = {.lex_state = 48}, - [1714] = {.lex_state = 48}, - [1715] = {.lex_state = 0}, + [1714] = {.lex_state = 0}, + [1715] = {.lex_state = 48}, [1716] = {.lex_state = 48}, [1717] = {.lex_state = 48}, - [1718] = {.lex_state = 48}, - [1719] = {.lex_state = 7}, - [1720] = {.lex_state = 0}, - [1721] = {.lex_state = 48}, - [1722] = {.lex_state = 0}, + [1718] = {.lex_state = 7}, + [1719] = {.lex_state = 48}, + [1720] = {.lex_state = 48}, + [1721] = {.lex_state = 0}, + [1722] = {.lex_state = 48}, [1723] = {.lex_state = 48}, [1724] = {.lex_state = 48}, [1725] = {.lex_state = 48}, [1726] = {.lex_state = 48}, - [1727] = {.lex_state = 48}, + [1727] = {.lex_state = 0}, [1728] = {.lex_state = 48}, [1729] = {.lex_state = 48}, [1730] = {.lex_state = 48}, - [1731] = {.lex_state = 48}, + [1731] = {.lex_state = 0}, [1732] = {.lex_state = 48}, [1733] = {.lex_state = 48}, [1734] = {.lex_state = 48}, @@ -9598,13 +9601,13 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1740] = {.lex_state = 48}, [1741] = {.lex_state = 48}, [1742] = {.lex_state = 48}, - [1743] = {.lex_state = 48}, - [1744] = {.lex_state = 0}, + [1743] = {.lex_state = 0}, + [1744] = {.lex_state = 48}, [1745] = {.lex_state = 48}, [1746] = {.lex_state = 48}, [1747] = {.lex_state = 48}, - [1748] = {.lex_state = 48}, - [1749] = {.lex_state = 0}, + [1748] = {.lex_state = 0}, + [1749] = {.lex_state = 48}, [1750] = {.lex_state = 48}, [1751] = {.lex_state = 48}, [1752] = {.lex_state = 48}, @@ -9623,17 +9626,17 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1765] = {.lex_state = 48}, [1766] = {.lex_state = 48}, [1767] = {.lex_state = 48}, - [1768] = {.lex_state = 48}, - [1769] = {.lex_state = 0}, - [1770] = {.lex_state = 48}, - [1771] = {.lex_state = 0}, + [1768] = {.lex_state = 0}, + [1769] = {.lex_state = 48}, + [1770] = {.lex_state = 0}, + [1771] = {.lex_state = 48}, [1772] = {.lex_state = 48}, [1773] = {.lex_state = 48}, [1774] = {.lex_state = 48}, [1775] = {.lex_state = 48}, - [1776] = {.lex_state = 48}, + [1776] = {.lex_state = 0}, [1777] = {.lex_state = 0}, - [1778] = {.lex_state = 0}, + [1778] = {.lex_state = 48}, [1779] = {.lex_state = 48}, [1780] = {.lex_state = 48}, [1781] = {.lex_state = 48}, @@ -9643,16 +9646,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1785] = {.lex_state = 48}, [1786] = {.lex_state = 48}, [1787] = {.lex_state = 48}, - [1788] = {.lex_state = 0}, + [1788] = {.lex_state = 48}, [1789] = {.lex_state = 48}, - [1790] = {.lex_state = 48}, - [1791] = {.lex_state = 0}, + [1790] = {.lex_state = 0}, + [1791] = {.lex_state = 48}, [1792] = {.lex_state = 48}, [1793] = {.lex_state = 48}, [1794] = {.lex_state = 48}, [1795] = {.lex_state = 48}, - [1796] = {.lex_state = 48}, - [1797] = {.lex_state = 0}, + [1796] = {.lex_state = 0}, + [1797] = {.lex_state = 48}, [1798] = {.lex_state = 48}, [1799] = {.lex_state = 48}, [1800] = {.lex_state = 48}, @@ -9660,38 +9663,38 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1802] = {.lex_state = 48}, [1803] = {.lex_state = 48}, [1804] = {.lex_state = 48}, - [1805] = {.lex_state = 48}, + [1805] = {.lex_state = 0}, [1806] = {.lex_state = 0}, - [1807] = {.lex_state = 0}, + [1807] = {.lex_state = 48}, [1808] = {.lex_state = 48}, [1809] = {.lex_state = 48}, [1810] = {.lex_state = 48}, [1811] = {.lex_state = 48}, - [1812] = {.lex_state = 0}, + [1812] = {.lex_state = 48}, [1813] = {.lex_state = 48}, [1814] = {.lex_state = 48}, - [1815] = {.lex_state = 48}, - [1816] = {.lex_state = 0}, - [1817] = {.lex_state = 48}, - [1818] = {.lex_state = 0}, + [1815] = {.lex_state = 0}, + [1816] = {.lex_state = 48}, + [1817] = {.lex_state = 0}, + [1818] = {.lex_state = 48}, [1819] = {.lex_state = 48}, - [1820] = {.lex_state = 48}, - [1821] = {.lex_state = 0}, + [1820] = {.lex_state = 0}, + [1821] = {.lex_state = 48}, [1822] = {.lex_state = 48}, [1823] = {.lex_state = 48}, [1824] = {.lex_state = 48}, [1825] = {.lex_state = 48}, [1826] = {.lex_state = 48}, - [1827] = {.lex_state = 48}, + [1827] = {.lex_state = 0}, [1828] = {.lex_state = 48}, [1829] = {.lex_state = 48}, [1830] = {.lex_state = 48}, [1831] = {.lex_state = 48}, - [1832] = {.lex_state = 48}, - [1833] = {.lex_state = 0}, + [1832] = {.lex_state = 0}, + [1833] = {.lex_state = 48}, [1834] = {.lex_state = 48}, - [1835] = {.lex_state = 48}, - [1836] = {.lex_state = 0}, + [1835] = {.lex_state = 0}, + [1836] = {.lex_state = 48}, [1837] = {.lex_state = 48}, [1838] = {.lex_state = 48}, [1839] = {.lex_state = 48}, @@ -9700,24 +9703,24 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1842] = {.lex_state = 0}, [1843] = {.lex_state = 0}, [1844] = {.lex_state = 0}, - [1845] = {.lex_state = 0}, - [1846] = {.lex_state = 48}, - [1847] = {.lex_state = 0}, + [1845] = {.lex_state = 48}, + [1846] = {.lex_state = 0}, + [1847] = {.lex_state = 48}, [1848] = {.lex_state = 48}, [1849] = {.lex_state = 48}, [1850] = {.lex_state = 48}, - [1851] = {.lex_state = 48}, + [1851] = {.lex_state = 0}, [1852] = {.lex_state = 48}, [1853] = {.lex_state = 48}, [1854] = {.lex_state = 48}, [1855] = {.lex_state = 48}, [1856] = {.lex_state = 48}, - [1857] = {.lex_state = 0}, - [1858] = {.lex_state = 48}, + [1857] = {.lex_state = 48}, + [1858] = {.lex_state = 0}, [1859] = {.lex_state = 0}, [1860] = {.lex_state = 0}, - [1861] = {.lex_state = 0}, - [1862] = {.lex_state = 48}, + [1861] = {.lex_state = 48}, + [1862] = {.lex_state = 0}, [1863] = {.lex_state = 48}, [1864] = {.lex_state = 48}, [1865] = {.lex_state = 48}, @@ -9731,23 +9734,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1873] = {.lex_state = 48}, [1874] = {.lex_state = 48}, [1875] = {.lex_state = 48}, - [1876] = {.lex_state = 48}, - [1877] = {.lex_state = 0}, + [1876] = {.lex_state = 0}, + [1877] = {.lex_state = 48}, [1878] = {.lex_state = 48}, [1879] = {.lex_state = 48}, [1880] = {.lex_state = 48}, [1881] = {.lex_state = 48}, [1882] = {.lex_state = 48}, - [1883] = {.lex_state = 0}, + [1883] = {.lex_state = 48}, [1884] = {.lex_state = 48}, - [1885] = {.lex_state = 48}, + [1885] = {.lex_state = 0}, [1886] = {.lex_state = 0}, - [1887] = {.lex_state = 0}, + [1887] = {.lex_state = 48}, [1888] = {.lex_state = 48}, - [1889] = {.lex_state = 48}, - [1890] = {.lex_state = 0}, + [1889] = {.lex_state = 0}, + [1890] = {.lex_state = 48}, [1891] = {.lex_state = 48}, - [1892] = {.lex_state = 48}, + [1892] = {.lex_state = 0}, [1893] = {.lex_state = 48}, [1894] = {.lex_state = 48}, [1895] = {.lex_state = 48}, @@ -9758,21 +9761,21 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1900] = {.lex_state = 48}, [1901] = {.lex_state = 48}, [1902] = {.lex_state = 48}, - [1903] = {.lex_state = 48}, - [1904] = {.lex_state = 0}, + [1903] = {.lex_state = 0}, + [1904] = {.lex_state = 48}, [1905] = {.lex_state = 48}, [1906] = {.lex_state = 48}, [1907] = {.lex_state = 48}, [1908] = {.lex_state = 48}, [1909] = {.lex_state = 0}, - [1910] = {.lex_state = 0}, + [1910] = {.lex_state = 48}, [1911] = {.lex_state = 48}, - [1912] = {.lex_state = 48}, + [1912] = {.lex_state = 0}, [1913] = {.lex_state = 0}, - [1914] = {.lex_state = 0}, + [1914] = {.lex_state = 48}, [1915] = {.lex_state = 48}, [1916] = {.lex_state = 48}, - [1917] = {.lex_state = 48}, + [1917] = {.lex_state = 0}, [1918] = {.lex_state = 0}, [1919] = {.lex_state = 48}, [1920] = {.lex_state = 48}, @@ -9806,9 +9809,9 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1948] = {.lex_state = 48}, [1949] = {.lex_state = 48}, [1950] = {.lex_state = 48}, - [1951] = {.lex_state = 0}, + [1951] = {.lex_state = 48}, [1952] = {.lex_state = 48}, - [1953] = {.lex_state = 48}, + [1953] = {.lex_state = 0}, [1954] = {.lex_state = 48}, [1955] = {.lex_state = 48}, [1956] = {.lex_state = 48}, @@ -9831,8 +9834,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1973] = {.lex_state = 48}, [1974] = {.lex_state = 0}, [1975] = {.lex_state = 48}, - [1976] = {.lex_state = 0}, - [1977] = {.lex_state = 48}, + [1976] = {.lex_state = 48}, + [1977] = {.lex_state = 0}, [1978] = {.lex_state = 48}, [1979] = {.lex_state = 48}, [1980] = {.lex_state = 48}, @@ -9869,10 +9872,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2011] = {.lex_state = 48}, [2012] = {.lex_state = 48}, [2013] = {.lex_state = 48}, - [2014] = {.lex_state = 48}, - [2015] = {.lex_state = 0}, - [2016] = {.lex_state = 48}, - [2017] = {.lex_state = 0}, + [2014] = {.lex_state = 0}, + [2015] = {.lex_state = 48}, + [2016] = {.lex_state = 0}, + [2017] = {.lex_state = 48}, [2018] = {.lex_state = 48}, [2019] = {.lex_state = 48}, [2020] = {.lex_state = 48}, @@ -9895,18 +9898,18 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2037] = {.lex_state = 48}, [2038] = {.lex_state = 48}, [2039] = {.lex_state = 48}, - [2040] = {.lex_state = 48}, - [2041] = {.lex_state = 0}, + [2040] = {.lex_state = 0}, + [2041] = {.lex_state = 48}, [2042] = {.lex_state = 48}, [2043] = {.lex_state = 48}, - [2044] = {.lex_state = 48}, - [2045] = {.lex_state = 0}, + [2044] = {.lex_state = 0}, + [2045] = {.lex_state = 48}, [2046] = {.lex_state = 48}, - [2047] = {.lex_state = 48}, - [2048] = {.lex_state = 0}, + [2047] = {.lex_state = 0}, + [2048] = {.lex_state = 48}, [2049] = {.lex_state = 48}, - [2050] = {.lex_state = 48}, - [2051] = {.lex_state = 0}, + [2050] = {.lex_state = 0}, + [2051] = {.lex_state = 48}, [2052] = {.lex_state = 48}, [2053] = {.lex_state = 48}, [2054] = {.lex_state = 48}, @@ -9916,9 +9919,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2058] = {.lex_state = 48}, [2059] = {.lex_state = 48}, [2060] = {.lex_state = 48}, - [2061] = {.lex_state = 48}, - [2062] = {.lex_state = 0}, - [2063] = {.lex_state = 48}, + [2061] = {.lex_state = 0}, + [2062] = {.lex_state = 48}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -9968,9 +9970,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_attribute_designator_token4] = ACTIONS(1), [aux_sym_compilation_unit_token1] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), - [aux_sym_package_specification_token1] = ACTIONS(1), - [aux_sym_package_specification_token2] = ACTIONS(1), - [aux_sym_package_specification_token3] = ACTIONS(1), + [aux_sym__package_specification_token1] = ACTIONS(1), + [aux_sym__package_specification_token2] = ACTIONS(1), + [aux_sym__package_specification_token3] = ACTIONS(1), [aux_sym_with_clause_token1] = ACTIONS(1), [aux_sym_with_clause_token2] = ACTIONS(1), [aux_sym_use_clause_token1] = ACTIONS(1), @@ -10046,105 +10048,105 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(1), }, [1] = { - [sym_compilation] = STATE(2051), - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym__defining_identifier_list] = STATE(2048), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), + [sym_compilation] = STATE(2050), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym__defining_identifier_list] = STATE(2047), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), [sym_compilation_unit] = STATE(2), - [sym__declarative_item] = STATE(510), - [sym__basic_declarative_item] = STATE(510), - [sym__basic_declaration] = STATE(510), - [sym__package_declaration] = STATE(510), - [sym_package_specification] = STATE(2044), - [sym_with_clause] = STATE(510), - [sym_use_clause] = STATE(510), - [sym_subunit] = STATE(510), - [sym__proper_body] = STATE(510), - [sym_subprogram_body] = STATE(510), - [sym_package_body] = STATE(510), - [sym__type_declaration] = STATE(510), - [sym_full_type_declaration] = STATE(510), - [sym_private_type_declaration] = STATE(510), - [sym_private_extension_declaration] = STATE(510), - [sym_incomplete_type_declaration] = STATE(510), - [sym__aspect_clause] = STATE(510), - [sym_at_clause] = STATE(510), - [sym_attribute_definition_clause] = STATE(510), - [sym_body_stub] = STATE(510), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(510), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(510), - [sym_protected_body_stub] = STATE(423), - [sym_entry_declaration] = STATE(510), - [sym_enumeration_representation_clause] = STATE(510), - [sym_exception_declaration] = STATE(510), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(510), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(510), - [sym_generic_package_declaration] = STATE(510), - [sym_generic_instantiation] = STATE(510), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_procedure_declaration] = STATE(510), - [sym_null_statement] = STATE(510), - [sym_number_declaration] = STATE(510), - [sym_object_declaration] = STATE(510), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(997), - [sym_pragma_g] = STATE(510), + [sym__declarative_item] = STATE(514), + [sym__basic_declarative_item] = STATE(514), + [sym__basic_declaration] = STATE(514), + [sym_package_declaration] = STATE(514), + [sym__package_specification] = STATE(2043), + [sym_with_clause] = STATE(514), + [sym_use_clause] = STATE(514), + [sym_subunit] = STATE(514), + [sym__proper_body] = STATE(514), + [sym_subprogram_body] = STATE(514), + [sym_package_body] = STATE(514), + [sym__type_declaration] = STATE(514), + [sym_full_type_declaration] = STATE(514), + [sym_private_type_declaration] = STATE(514), + [sym_private_extension_declaration] = STATE(514), + [sym_incomplete_type_declaration] = STATE(514), + [sym__aspect_clause] = STATE(514), + [sym_at_clause] = STATE(514), + [sym_attribute_definition_clause] = STATE(514), + [sym_body_stub] = STATE(514), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(514), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(514), + [sym_protected_body_stub] = STATE(400), + [sym_entry_declaration] = STATE(514), + [sym_enumeration_representation_clause] = STATE(514), + [sym_exception_declaration] = STATE(514), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(514), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(514), + [sym_generic_package_declaration] = STATE(514), + [sym_generic_instantiation] = STATE(514), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_procedure_declaration] = STATE(514), + [sym_null_statement] = STATE(514), + [sym_number_declaration] = STATE(514), + [sym_object_declaration] = STATE(514), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1005), + [sym_pragma_g] = STATE(514), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(510), - [sym__renaming_declaration] = STATE(510), - [sym_object_renaming_declaration] = STATE(510), - [sym_exception_renaming_declaration] = STATE(510), - [sym_package_renaming_declaration] = STATE(510), - [sym_subprogram_renaming_declaration] = STATE(510), - [sym_generic_renaming_declaration] = STATE(510), - [sym__simple_statement] = STATE(510), - [sym__statement] = STATE(510), - [sym__compound_statement] = STATE(510), - [sym__select_statement] = STATE(510), - [sym_asynchronous_select] = STATE(510), - [sym_conditional_entry_call] = STATE(510), - [sym_timed_entry_call] = STATE(510), - [sym_selective_accept] = STATE(510), - [sym_abort_statement] = STATE(510), - [sym_requeue_statement] = STATE(510), - [sym_accept_statement] = STATE(510), - [sym_case_statement] = STATE(510), - [sym_block_statement] = STATE(510), - [sym_if_statement] = STATE(510), - [sym_gnatprep_if_statement] = STATE(510), - [sym_exit_statement] = STATE(510), - [sym_goto_statement] = STATE(510), - [sym__delay_statement] = STATE(510), - [sym_delay_until_statement] = STATE(510), - [sym_delay_relative_statement] = STATE(510), - [sym_simple_return_statement] = STATE(510), - [sym_extended_return_statement] = STATE(510), - [sym_procedure_call_statement] = STATE(510), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(510), - [sym_loop_statement] = STATE(510), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(510), - [sym_subprogram_declaration] = STATE(510), - [sym_expression_function_declaration] = STATE(510), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(510), + [sym_record_representation_clause] = STATE(514), + [sym__renaming_declaration] = STATE(514), + [sym_object_renaming_declaration] = STATE(514), + [sym_exception_renaming_declaration] = STATE(514), + [sym_package_renaming_declaration] = STATE(514), + [sym_subprogram_renaming_declaration] = STATE(514), + [sym_generic_renaming_declaration] = STATE(514), + [sym__simple_statement] = STATE(514), + [sym__statement] = STATE(514), + [sym__compound_statement] = STATE(514), + [sym__select_statement] = STATE(514), + [sym_asynchronous_select] = STATE(514), + [sym_conditional_entry_call] = STATE(514), + [sym_timed_entry_call] = STATE(514), + [sym_selective_accept] = STATE(514), + [sym_abort_statement] = STATE(514), + [sym_requeue_statement] = STATE(514), + [sym_accept_statement] = STATE(514), + [sym_case_statement] = STATE(514), + [sym_block_statement] = STATE(514), + [sym_if_statement] = STATE(514), + [sym_gnatprep_if_statement] = STATE(514), + [sym_exit_statement] = STATE(514), + [sym_goto_statement] = STATE(514), + [sym__delay_statement] = STATE(514), + [sym_delay_until_statement] = STATE(514), + [sym_delay_relative_statement] = STATE(514), + [sym_simple_return_statement] = STATE(514), + [sym_extended_return_statement] = STATE(514), + [sym_procedure_call_statement] = STATE(514), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(514), + [sym_loop_statement] = STATE(514), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(514), + [sym_subprogram_declaration] = STATE(514), + [sym_expression_function_declaration] = STATE(514), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(514), [aux_sym_compilation_repeat1] = STATE(2), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), [ts_builtin_sym_end] = ACTIONS(5), [sym_identifier] = ACTIONS(7), [sym_gnatprep_identifier] = ACTIONS(9), @@ -10156,7 +10158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iterated_element_association_token1] = ACTIONS(13), [aux_sym_iterated_element_association_token2] = ACTIONS(15), [aux_sym_compilation_unit_token1] = ACTIONS(17), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_with_clause_token1] = ACTIONS(21), [aux_sym_with_clause_token2] = ACTIONS(23), [aux_sym_use_clause_token2] = ACTIONS(25), @@ -10191,104 +10193,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [2] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym__defining_identifier_list] = STATE(2048), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym__defining_identifier_list] = STATE(2047), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), [sym_compilation_unit] = STATE(3), - [sym__declarative_item] = STATE(510), - [sym__basic_declarative_item] = STATE(510), - [sym__basic_declaration] = STATE(510), - [sym__package_declaration] = STATE(510), - [sym_package_specification] = STATE(2044), - [sym_with_clause] = STATE(510), - [sym_use_clause] = STATE(510), - [sym_subunit] = STATE(510), - [sym__proper_body] = STATE(510), - [sym_subprogram_body] = STATE(510), - [sym_package_body] = STATE(510), - [sym__type_declaration] = STATE(510), - [sym_full_type_declaration] = STATE(510), - [sym_private_type_declaration] = STATE(510), - [sym_private_extension_declaration] = STATE(510), - [sym_incomplete_type_declaration] = STATE(510), - [sym__aspect_clause] = STATE(510), - [sym_at_clause] = STATE(510), - [sym_attribute_definition_clause] = STATE(510), - [sym_body_stub] = STATE(510), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(510), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(510), - [sym_protected_body_stub] = STATE(423), - [sym_entry_declaration] = STATE(510), - [sym_enumeration_representation_clause] = STATE(510), - [sym_exception_declaration] = STATE(510), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(510), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(510), - [sym_generic_package_declaration] = STATE(510), - [sym_generic_instantiation] = STATE(510), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_procedure_declaration] = STATE(510), - [sym_null_statement] = STATE(510), - [sym_number_declaration] = STATE(510), - [sym_object_declaration] = STATE(510), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(997), - [sym_pragma_g] = STATE(510), + [sym__declarative_item] = STATE(514), + [sym__basic_declarative_item] = STATE(514), + [sym__basic_declaration] = STATE(514), + [sym_package_declaration] = STATE(514), + [sym__package_specification] = STATE(2043), + [sym_with_clause] = STATE(514), + [sym_use_clause] = STATE(514), + [sym_subunit] = STATE(514), + [sym__proper_body] = STATE(514), + [sym_subprogram_body] = STATE(514), + [sym_package_body] = STATE(514), + [sym__type_declaration] = STATE(514), + [sym_full_type_declaration] = STATE(514), + [sym_private_type_declaration] = STATE(514), + [sym_private_extension_declaration] = STATE(514), + [sym_incomplete_type_declaration] = STATE(514), + [sym__aspect_clause] = STATE(514), + [sym_at_clause] = STATE(514), + [sym_attribute_definition_clause] = STATE(514), + [sym_body_stub] = STATE(514), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(514), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(514), + [sym_protected_body_stub] = STATE(400), + [sym_entry_declaration] = STATE(514), + [sym_enumeration_representation_clause] = STATE(514), + [sym_exception_declaration] = STATE(514), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(514), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(514), + [sym_generic_package_declaration] = STATE(514), + [sym_generic_instantiation] = STATE(514), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_procedure_declaration] = STATE(514), + [sym_null_statement] = STATE(514), + [sym_number_declaration] = STATE(514), + [sym_object_declaration] = STATE(514), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1005), + [sym_pragma_g] = STATE(514), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(510), - [sym__renaming_declaration] = STATE(510), - [sym_object_renaming_declaration] = STATE(510), - [sym_exception_renaming_declaration] = STATE(510), - [sym_package_renaming_declaration] = STATE(510), - [sym_subprogram_renaming_declaration] = STATE(510), - [sym_generic_renaming_declaration] = STATE(510), - [sym__simple_statement] = STATE(510), - [sym__statement] = STATE(510), - [sym__compound_statement] = STATE(510), - [sym__select_statement] = STATE(510), - [sym_asynchronous_select] = STATE(510), - [sym_conditional_entry_call] = STATE(510), - [sym_timed_entry_call] = STATE(510), - [sym_selective_accept] = STATE(510), - [sym_abort_statement] = STATE(510), - [sym_requeue_statement] = STATE(510), - [sym_accept_statement] = STATE(510), - [sym_case_statement] = STATE(510), - [sym_block_statement] = STATE(510), - [sym_if_statement] = STATE(510), - [sym_gnatprep_if_statement] = STATE(510), - [sym_exit_statement] = STATE(510), - [sym_goto_statement] = STATE(510), - [sym__delay_statement] = STATE(510), - [sym_delay_until_statement] = STATE(510), - [sym_delay_relative_statement] = STATE(510), - [sym_simple_return_statement] = STATE(510), - [sym_extended_return_statement] = STATE(510), - [sym_procedure_call_statement] = STATE(510), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(510), - [sym_loop_statement] = STATE(510), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(510), - [sym_subprogram_declaration] = STATE(510), - [sym_expression_function_declaration] = STATE(510), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(510), + [sym_record_representation_clause] = STATE(514), + [sym__renaming_declaration] = STATE(514), + [sym_object_renaming_declaration] = STATE(514), + [sym_exception_renaming_declaration] = STATE(514), + [sym_package_renaming_declaration] = STATE(514), + [sym_subprogram_renaming_declaration] = STATE(514), + [sym_generic_renaming_declaration] = STATE(514), + [sym__simple_statement] = STATE(514), + [sym__statement] = STATE(514), + [sym__compound_statement] = STATE(514), + [sym__select_statement] = STATE(514), + [sym_asynchronous_select] = STATE(514), + [sym_conditional_entry_call] = STATE(514), + [sym_timed_entry_call] = STATE(514), + [sym_selective_accept] = STATE(514), + [sym_abort_statement] = STATE(514), + [sym_requeue_statement] = STATE(514), + [sym_accept_statement] = STATE(514), + [sym_case_statement] = STATE(514), + [sym_block_statement] = STATE(514), + [sym_if_statement] = STATE(514), + [sym_gnatprep_if_statement] = STATE(514), + [sym_exit_statement] = STATE(514), + [sym_goto_statement] = STATE(514), + [sym__delay_statement] = STATE(514), + [sym_delay_until_statement] = STATE(514), + [sym_delay_relative_statement] = STATE(514), + [sym_simple_return_statement] = STATE(514), + [sym_extended_return_statement] = STATE(514), + [sym_procedure_call_statement] = STATE(514), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(514), + [sym_loop_statement] = STATE(514), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(514), + [sym_subprogram_declaration] = STATE(514), + [sym_expression_function_declaration] = STATE(514), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(514), [aux_sym_compilation_repeat1] = STATE(3), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), [ts_builtin_sym_end] = ACTIONS(85), [sym_identifier] = ACTIONS(7), [sym_gnatprep_identifier] = ACTIONS(9), @@ -10300,7 +10302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iterated_element_association_token1] = ACTIONS(13), [aux_sym_iterated_element_association_token2] = ACTIONS(15), [aux_sym_compilation_unit_token1] = ACTIONS(17), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_with_clause_token1] = ACTIONS(21), [aux_sym_with_clause_token2] = ACTIONS(23), [aux_sym_use_clause_token2] = ACTIONS(25), @@ -10335,104 +10337,104 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [3] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym__defining_identifier_list] = STATE(2048), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym__defining_identifier_list] = STATE(2047), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), [sym_compilation_unit] = STATE(3), - [sym__declarative_item] = STATE(510), - [sym__basic_declarative_item] = STATE(510), - [sym__basic_declaration] = STATE(510), - [sym__package_declaration] = STATE(510), - [sym_package_specification] = STATE(2044), - [sym_with_clause] = STATE(510), - [sym_use_clause] = STATE(510), - [sym_subunit] = STATE(510), - [sym__proper_body] = STATE(510), - [sym_subprogram_body] = STATE(510), - [sym_package_body] = STATE(510), - [sym__type_declaration] = STATE(510), - [sym_full_type_declaration] = STATE(510), - [sym_private_type_declaration] = STATE(510), - [sym_private_extension_declaration] = STATE(510), - [sym_incomplete_type_declaration] = STATE(510), - [sym__aspect_clause] = STATE(510), - [sym_at_clause] = STATE(510), - [sym_attribute_definition_clause] = STATE(510), - [sym_body_stub] = STATE(510), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(510), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(510), - [sym_protected_body_stub] = STATE(423), - [sym_entry_declaration] = STATE(510), - [sym_enumeration_representation_clause] = STATE(510), - [sym_exception_declaration] = STATE(510), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(510), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(510), - [sym_generic_package_declaration] = STATE(510), - [sym_generic_instantiation] = STATE(510), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_procedure_declaration] = STATE(510), - [sym_null_statement] = STATE(510), - [sym_number_declaration] = STATE(510), - [sym_object_declaration] = STATE(510), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(997), - [sym_pragma_g] = STATE(510), + [sym__declarative_item] = STATE(514), + [sym__basic_declarative_item] = STATE(514), + [sym__basic_declaration] = STATE(514), + [sym_package_declaration] = STATE(514), + [sym__package_specification] = STATE(2043), + [sym_with_clause] = STATE(514), + [sym_use_clause] = STATE(514), + [sym_subunit] = STATE(514), + [sym__proper_body] = STATE(514), + [sym_subprogram_body] = STATE(514), + [sym_package_body] = STATE(514), + [sym__type_declaration] = STATE(514), + [sym_full_type_declaration] = STATE(514), + [sym_private_type_declaration] = STATE(514), + [sym_private_extension_declaration] = STATE(514), + [sym_incomplete_type_declaration] = STATE(514), + [sym__aspect_clause] = STATE(514), + [sym_at_clause] = STATE(514), + [sym_attribute_definition_clause] = STATE(514), + [sym_body_stub] = STATE(514), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(514), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(514), + [sym_protected_body_stub] = STATE(400), + [sym_entry_declaration] = STATE(514), + [sym_enumeration_representation_clause] = STATE(514), + [sym_exception_declaration] = STATE(514), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(514), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(514), + [sym_generic_package_declaration] = STATE(514), + [sym_generic_instantiation] = STATE(514), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_procedure_declaration] = STATE(514), + [sym_null_statement] = STATE(514), + [sym_number_declaration] = STATE(514), + [sym_object_declaration] = STATE(514), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1005), + [sym_pragma_g] = STATE(514), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(510), - [sym__renaming_declaration] = STATE(510), - [sym_object_renaming_declaration] = STATE(510), - [sym_exception_renaming_declaration] = STATE(510), - [sym_package_renaming_declaration] = STATE(510), - [sym_subprogram_renaming_declaration] = STATE(510), - [sym_generic_renaming_declaration] = STATE(510), - [sym__simple_statement] = STATE(510), - [sym__statement] = STATE(510), - [sym__compound_statement] = STATE(510), - [sym__select_statement] = STATE(510), - [sym_asynchronous_select] = STATE(510), - [sym_conditional_entry_call] = STATE(510), - [sym_timed_entry_call] = STATE(510), - [sym_selective_accept] = STATE(510), - [sym_abort_statement] = STATE(510), - [sym_requeue_statement] = STATE(510), - [sym_accept_statement] = STATE(510), - [sym_case_statement] = STATE(510), - [sym_block_statement] = STATE(510), - [sym_if_statement] = STATE(510), - [sym_gnatprep_if_statement] = STATE(510), - [sym_exit_statement] = STATE(510), - [sym_goto_statement] = STATE(510), - [sym__delay_statement] = STATE(510), - [sym_delay_until_statement] = STATE(510), - [sym_delay_relative_statement] = STATE(510), - [sym_simple_return_statement] = STATE(510), - [sym_extended_return_statement] = STATE(510), - [sym_procedure_call_statement] = STATE(510), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(510), - [sym_loop_statement] = STATE(510), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(510), - [sym_subprogram_declaration] = STATE(510), - [sym_expression_function_declaration] = STATE(510), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(510), + [sym_record_representation_clause] = STATE(514), + [sym__renaming_declaration] = STATE(514), + [sym_object_renaming_declaration] = STATE(514), + [sym_exception_renaming_declaration] = STATE(514), + [sym_package_renaming_declaration] = STATE(514), + [sym_subprogram_renaming_declaration] = STATE(514), + [sym_generic_renaming_declaration] = STATE(514), + [sym__simple_statement] = STATE(514), + [sym__statement] = STATE(514), + [sym__compound_statement] = STATE(514), + [sym__select_statement] = STATE(514), + [sym_asynchronous_select] = STATE(514), + [sym_conditional_entry_call] = STATE(514), + [sym_timed_entry_call] = STATE(514), + [sym_selective_accept] = STATE(514), + [sym_abort_statement] = STATE(514), + [sym_requeue_statement] = STATE(514), + [sym_accept_statement] = STATE(514), + [sym_case_statement] = STATE(514), + [sym_block_statement] = STATE(514), + [sym_if_statement] = STATE(514), + [sym_gnatprep_if_statement] = STATE(514), + [sym_exit_statement] = STATE(514), + [sym_goto_statement] = STATE(514), + [sym__delay_statement] = STATE(514), + [sym_delay_until_statement] = STATE(514), + [sym_delay_relative_statement] = STATE(514), + [sym_simple_return_statement] = STATE(514), + [sym_extended_return_statement] = STATE(514), + [sym_procedure_call_statement] = STATE(514), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(514), + [sym_loop_statement] = STATE(514), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(514), + [sym_subprogram_declaration] = STATE(514), + [sym_expression_function_declaration] = STATE(514), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(514), [aux_sym_compilation_repeat1] = STATE(3), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), [ts_builtin_sym_end] = ACTIONS(87), [sym_identifier] = ACTIONS(89), [sym_gnatprep_identifier] = ACTIONS(92), @@ -10444,7 +10446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iterated_element_association_token1] = ACTIONS(98), [aux_sym_iterated_element_association_token2] = ACTIONS(101), [aux_sym_compilation_unit_token1] = ACTIONS(104), - [aux_sym_package_specification_token1] = ACTIONS(107), + [aux_sym__package_specification_token1] = ACTIONS(107), [aux_sym_with_clause_token1] = ACTIONS(110), [aux_sym_with_clause_token2] = ACTIONS(113), [aux_sym_use_clause_token2] = ACTIONS(116), @@ -10479,15 +10481,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(203), }, [4] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -10513,13 +10515,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), [sym_identifier] = ACTIONS(206), [sym_gnatprep_identifier] = ACTIONS(209), [sym_comment] = ACTIONS(3), @@ -10529,7 +10531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK] = ACTIONS(212), [aux_sym_iterated_element_association_token1] = ACTIONS(215), [aux_sym_iterator_filter_token1] = ACTIONS(218), - [aux_sym_package_specification_token3] = ACTIONS(218), + [aux_sym__package_specification_token3] = ACTIONS(218), [aux_sym_subprogram_body_token1] = ACTIONS(220), [aux_sym_expression_token2] = ACTIONS(218), [aux_sym_expression_token3] = ACTIONS(218), @@ -10559,12 +10561,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(274), }, [5] = { - [sym__defining_identifier_list] = STATE(2048), + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(5), [sym__proper_body] = STATE(5), [sym_subprogram_body] = STATE(5), @@ -10578,29 +10580,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(5), [sym_attribute_definition_clause] = STATE(5), [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(5), [sym_enumeration_representation_clause] = STATE(5), [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(5), [sym_generic_package_declaration] = STATE(5), [sym_generic_instantiation] = STATE(5), [sym_null_procedure_declaration] = STATE(5), [sym_number_declaration] = STATE(5), [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(5), @@ -10613,15 +10615,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(277), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(280), [aux_sym_iterated_element_association_token2] = ACTIONS(283), - [aux_sym_package_specification_token1] = ACTIONS(286), - [aux_sym_package_specification_token3] = ACTIONS(289), + [aux_sym__package_specification_token1] = ACTIONS(286), + [aux_sym__package_specification_token3] = ACTIONS(289), [aux_sym_use_clause_token2] = ACTIONS(291), [aux_sym_subprogram_body_token1] = ACTIONS(289), [aux_sym_relation_membership_token1] = ACTIONS(294), @@ -10639,12 +10641,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(321), }, [6] = { - [sym__defining_identifier_list] = STATE(2048), + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(5), [sym__proper_body] = STATE(5), [sym_subprogram_body] = STATE(5), @@ -10658,29 +10660,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(5), [sym_attribute_definition_clause] = STATE(5), [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(5), [sym_enumeration_representation_clause] = STATE(5), [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(5), [sym_generic_package_declaration] = STATE(5), [sym_generic_instantiation] = STATE(5), [sym_null_procedure_declaration] = STATE(5), [sym_number_declaration] = STATE(5), [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(5), @@ -10693,15 +10695,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), - [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1176), + [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1174), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -10718,69 +10720,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [7] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1770), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1769), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subunit_token1] = ACTIONS(336), [aux_sym_subprogram_body_token1] = ACTIONS(338), @@ -10797,91 +10799,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [8] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1895), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subunit_token1] = ACTIONS(342), - [aux_sym_subprogram_body_token1] = ACTIONS(344), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_private_type_declaration_token1] = ACTIONS(346), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [9] = { - [sym__defining_identifier_list] = STATE(2048), + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(6), [sym__basic_declarative_item] = STATE(6), [sym__basic_declaration] = STATE(6), - [sym__package_declaration] = STATE(6), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(6), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(6), [sym__proper_body] = STATE(6), [sym_subprogram_body] = STATE(6), @@ -10895,29 +10818,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(6), [sym_attribute_definition_clause] = STATE(6), [sym_body_stub] = STATE(6), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(6), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(6), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(6), [sym_enumeration_representation_clause] = STATE(6), [sym_exception_declaration] = STATE(6), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(6), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(6), [sym_generic_package_declaration] = STATE(6), [sym_generic_instantiation] = STATE(6), [sym_null_procedure_declaration] = STATE(6), [sym_number_declaration] = STATE(6), [sym_object_declaration] = STATE(6), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(6), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(6), @@ -10930,15 +10853,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(6), [sym_subprogram_declaration] = STATE(6), [sym_expression_function_declaration] = STATE(6), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(6), [aux_sym_non_empty_declarative_part_repeat1] = STATE(6), - [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1188), + [aux_sym_gnatprep_declarative_if_statement_repeat1] = STATE(1103), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -10950,74 +10873,387 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(330), - [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(348), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(350), + [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(342), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(344), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [10] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1770), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [9] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1898), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subunit_token1] = ACTIONS(346), + [aux_sym_subprogram_body_token1] = ACTIONS(348), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_private_type_declaration_token1] = ACTIONS(350), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [10] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1491), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token3] = ACTIONS(352), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(354), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [11] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1898), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(348), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_private_type_declaration_token1] = ACTIONS(350), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [12] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1545), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token3] = ACTIONS(356), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(358), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [13] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1769), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(338), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -11032,151 +11268,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [11] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1895), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [14] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1653), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(344), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_private_type_declaration_token1] = ACTIONS(346), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [12] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1545), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_package_specification_token3] = ACTIONS(352), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(354), + [aux_sym_subunit_token1] = ACTIONS(360), + [aux_sym_subprogram_body_token1] = ACTIONS(362), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), @@ -11188,13 +11346,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [13] = { - [sym__defining_identifier_list] = STATE(2048), + [15] = { + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(5), [sym__proper_body] = STATE(5), [sym_subprogram_body] = STATE(5), @@ -11208,29 +11366,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(5), [sym_attribute_definition_clause] = STATE(5), [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(5), [sym_enumeration_representation_clause] = STATE(5), [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(5), [sym_generic_package_declaration] = STATE(5), [sym_generic_instantiation] = STATE(5), [sym_null_procedure_declaration] = STATE(5), [sym_number_declaration] = STATE(5), [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(5), @@ -11243,14 +11401,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -11261,312 +11419,153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_mode_token1] = ACTIONS(53), [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(356), - [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(356), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(356), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [14] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1523), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_package_specification_token3] = ACTIONS(358), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(360), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [15] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(13), - [sym__basic_declarative_item] = STATE(13), - [sym__basic_declaration] = STATE(13), - [sym__package_declaration] = STATE(13), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(13), - [sym__proper_body] = STATE(13), - [sym_subprogram_body] = STATE(13), - [sym_package_body] = STATE(13), - [sym__type_declaration] = STATE(13), - [sym_full_type_declaration] = STATE(13), - [sym_private_type_declaration] = STATE(13), - [sym_private_extension_declaration] = STATE(13), - [sym_incomplete_type_declaration] = STATE(13), - [sym__aspect_clause] = STATE(13), - [sym_at_clause] = STATE(13), - [sym_attribute_definition_clause] = STATE(13), - [sym_body_stub] = STATE(13), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(13), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(13), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(13), - [sym_enumeration_representation_clause] = STATE(13), - [sym_exception_declaration] = STATE(13), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(13), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(13), - [sym_generic_package_declaration] = STATE(13), - [sym_generic_instantiation] = STATE(13), - [sym_null_procedure_declaration] = STATE(13), - [sym_number_declaration] = STATE(13), - [sym_object_declaration] = STATE(13), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(13), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(13), - [sym__renaming_declaration] = STATE(13), - [sym_object_renaming_declaration] = STATE(13), - [sym_exception_renaming_declaration] = STATE(13), - [sym_package_renaming_declaration] = STATE(13), - [sym_subprogram_renaming_declaration] = STATE(13), - [sym_generic_renaming_declaration] = STATE(13), - [sym_gnatprep_declarative_if_statement] = STATE(13), - [sym_subprogram_declaration] = STATE(13), - [sym_expression_function_declaration] = STATE(13), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(13), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(13), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(362), - [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(362), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(362), + [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(364), + [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(364), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(364), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [16] = { - [sym_unary_adding_operator] = STATE(537), + [sym_unary_adding_operator] = STATE(530), [sym__name] = STATE(522), - [sym_selected_component] = STATE(478), - [sym_slice] = STATE(478), - [sym__attribute_reference] = STATE(478), - [sym__reduction_attribute_reference] = STATE(478), - [sym_value_sequence] = STATE(2045), - [sym_iterated_element_association] = STATE(1371), - [sym_qualified_expression] = STATE(478), + [sym_selected_component] = STATE(459), + [sym_slice] = STATE(459), + [sym__attribute_reference] = STATE(459), + [sym__reduction_attribute_reference] = STATE(459), + [sym_value_sequence] = STATE(2044), + [sym_iterated_element_association] = STATE(1378), + [sym_qualified_expression] = STATE(459), [sym__subtype_indication] = STATE(1432), [sym_range_g] = STATE(1433), - [sym_expression] = STATE(1002), - [sym__relation] = STATE(607), - [sym_relation_membership] = STATE(607), - [sym_raise_expression] = STATE(607), - [sym__simple_expression] = STATE(661), + [sym_expression] = STATE(1009), + [sym__relation] = STATE(601), + [sym_relation_membership] = STATE(601), + [sym_raise_expression] = STATE(601), + [sym__simple_expression] = STATE(663), [sym_term] = STATE(546), - [sym__factor] = STATE(524), - [sym_factor_power] = STATE(524), - [sym_factor_abs] = STATE(524), - [sym_factor_not] = STATE(524), - [sym__parenthesized_expression] = STATE(528), - [sym__primary] = STATE(528), - [sym_primary_null] = STATE(528), - [sym_allocator] = STATE(528), + [sym__factor] = STATE(526), + [sym_factor_power] = STATE(526), + [sym_factor_abs] = STATE(526), + [sym_factor_not] = STATE(526), + [sym__parenthesized_expression] = STATE(535), + [sym__primary] = STATE(535), + [sym_primary_null] = STATE(535), + [sym_allocator] = STATE(535), [sym__conditional_expression] = STATE(1943), [sym_quantified_expression] = STATE(1943), [sym_declare_expression] = STATE(1943), [sym_case_expression] = STATE(1943), [sym_component_choice_list] = STATE(1942), - [sym__aggregate] = STATE(528), - [sym__delta_aggregate] = STATE(528), - [sym_extension_aggregate] = STATE(528), - [sym_record_delta_aggregate] = STATE(528), - [sym_array_delta_aggregate] = STATE(528), - [sym_record_aggregate] = STATE(528), + [sym__aggregate] = STATE(535), + [sym__delta_aggregate] = STATE(535), + [sym_extension_aggregate] = STATE(535), + [sym_record_delta_aggregate] = STATE(535), + [sym_array_delta_aggregate] = STATE(535), + [sym_record_aggregate] = STATE(535), [sym_record_component_association_list] = STATE(1941), - [sym__named_record_component_association] = STATE(1338), - [sym_null_exclusion] = STATE(835), - [sym__array_aggregate] = STATE(528), - [sym_positional_array_aggregate] = STATE(528), - [sym_null_array_aggregate] = STATE(528), - [sym_named_array_aggregate] = STATE(528), + [sym__named_record_component_association] = STATE(1312), + [sym_null_exclusion] = STATE(801), + [sym__array_aggregate] = STATE(535), + [sym_positional_array_aggregate] = STATE(535), + [sym_null_array_aggregate] = STATE(535), + [sym_named_array_aggregate] = STATE(535), [sym__array_component_association_list] = STATE(1940), - [sym_array_component_association] = STATE(1103), + [sym_array_component_association] = STATE(1145), [sym_discrete_choice_list] = STATE(1939), - [sym_discrete_choice] = STATE(1393), + [sym_discrete_choice] = STATE(1397), [sym_global_aspect_element] = STATE(1360), - [sym_global_mode] = STATE(772), + [sym_global_mode] = STATE(734), [sym_non_empty_mode] = STATE(872), [sym_if_expression] = STATE(1943), [sym_function_call] = STATE(522), - [sym_identifier] = ACTIONS(364), - [sym_gnatprep_identifier] = ACTIONS(366), + [sym_identifier] = ACTIONS(366), + [sym_gnatprep_identifier] = ACTIONS(368), [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(368), - [sym_character_literal] = ACTIONS(366), - [sym_numeric_literal] = ACTIONS(370), - [anon_sym_PLUS] = ACTIONS(372), - [anon_sym_DASH] = ACTIONS(374), - [sym_target_name] = ACTIONS(366), - [anon_sym_LPAREN] = ACTIONS(376), - [anon_sym_LBRACK] = ACTIONS(378), - [aux_sym_chunk_specification_token1] = ACTIONS(380), - [aux_sym_iterated_element_association_token1] = ACTIONS(382), - [aux_sym_relation_membership_token1] = ACTIONS(384), - [aux_sym_raise_expression_token1] = ACTIONS(386), - [aux_sym_factor_abs_token1] = ACTIONS(388), - [aux_sym_primary_null_token1] = ACTIONS(390), - [aux_sym_allocator_token1] = ACTIONS(392), - [aux_sym_declare_expression_token1] = ACTIONS(394), - [aux_sym_case_expression_token1] = ACTIONS(396), - [aux_sym_component_choice_list_token1] = ACTIONS(398), - [aux_sym_global_mode_token1] = ACTIONS(400), - [aux_sym_non_empty_mode_token1] = ACTIONS(402), - [aux_sym_if_expression_token1] = ACTIONS(404), + [sym_string_literal] = ACTIONS(370), + [sym_character_literal] = ACTIONS(368), + [sym_numeric_literal] = ACTIONS(372), + [anon_sym_PLUS] = ACTIONS(374), + [anon_sym_DASH] = ACTIONS(376), + [sym_target_name] = ACTIONS(368), + [anon_sym_LPAREN] = ACTIONS(378), + [anon_sym_LBRACK] = ACTIONS(380), + [aux_sym_chunk_specification_token1] = ACTIONS(382), + [aux_sym_iterated_element_association_token1] = ACTIONS(384), + [aux_sym_relation_membership_token1] = ACTIONS(386), + [aux_sym_raise_expression_token1] = ACTIONS(388), + [aux_sym_factor_abs_token1] = ACTIONS(390), + [aux_sym_primary_null_token1] = ACTIONS(392), + [aux_sym_allocator_token1] = ACTIONS(394), + [aux_sym_declare_expression_token1] = ACTIONS(396), + [aux_sym_case_expression_token1] = ACTIONS(398), + [aux_sym_component_choice_list_token1] = ACTIONS(400), + [aux_sym_global_mode_token1] = ACTIONS(402), + [aux_sym_non_empty_mode_token1] = ACTIONS(404), + [aux_sym_if_expression_token1] = ACTIONS(406), }, [17] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1650), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(15), + [sym__basic_declarative_item] = STATE(15), + [sym__basic_declaration] = STATE(15), + [sym_package_declaration] = STATE(15), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(15), + [sym__proper_body] = STATE(15), + [sym_subprogram_body] = STATE(15), + [sym_package_body] = STATE(15), + [sym__type_declaration] = STATE(15), + [sym_full_type_declaration] = STATE(15), + [sym_private_type_declaration] = STATE(15), + [sym_private_extension_declaration] = STATE(15), + [sym_incomplete_type_declaration] = STATE(15), + [sym__aspect_clause] = STATE(15), + [sym_at_clause] = STATE(15), + [sym_attribute_definition_clause] = STATE(15), + [sym_body_stub] = STATE(15), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(15), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(15), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(15), + [sym_enumeration_representation_clause] = STATE(15), + [sym_exception_declaration] = STATE(15), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(15), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(15), + [sym_generic_package_declaration] = STATE(15), + [sym_generic_instantiation] = STATE(15), + [sym_null_procedure_declaration] = STATE(15), + [sym_number_declaration] = STATE(15), + [sym_object_declaration] = STATE(15), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(15), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(15), + [sym__renaming_declaration] = STATE(15), + [sym_object_renaming_declaration] = STATE(15), + [sym_exception_renaming_declaration] = STATE(15), + [sym_package_renaming_declaration] = STATE(15), + [sym_subprogram_renaming_declaration] = STATE(15), + [sym_generic_renaming_declaration] = STATE(15), + [sym_gnatprep_declarative_if_statement] = STATE(15), + [sym_subprogram_declaration] = STATE(15), + [sym_expression_function_declaration] = STATE(15), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(15), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(15), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subunit_token1] = ACTIONS(406), - [aux_sym_subprogram_body_token1] = ACTIONS(408), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), @@ -11576,72 +11575,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_mode_token1] = ACTIONS(53), [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(408), + [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(408), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(408), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [18] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1888), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(5), + [sym__basic_declarative_item] = STATE(5), + [sym__basic_declaration] = STATE(5), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(5), + [sym__proper_body] = STATE(5), + [sym_subprogram_body] = STATE(5), + [sym_package_body] = STATE(5), + [sym__type_declaration] = STATE(5), + [sym_full_type_declaration] = STATE(5), + [sym_private_type_declaration] = STATE(5), + [sym_private_extension_declaration] = STATE(5), + [sym_incomplete_type_declaration] = STATE(5), + [sym__aspect_clause] = STATE(5), + [sym_at_clause] = STATE(5), + [sym_attribute_definition_clause] = STATE(5), + [sym_body_stub] = STATE(5), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(5), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(5), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(5), + [sym_enumeration_representation_clause] = STATE(5), + [sym_exception_declaration] = STATE(5), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(5), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(5), + [sym_generic_package_declaration] = STATE(5), + [sym_generic_instantiation] = STATE(5), + [sym_null_procedure_declaration] = STATE(5), + [sym_number_declaration] = STATE(5), + [sym_object_declaration] = STATE(5), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(5), + [sym__renaming_declaration] = STATE(5), + [sym_object_renaming_declaration] = STATE(5), + [sym_exception_renaming_declaration] = STATE(5), + [sym_package_renaming_declaration] = STATE(5), + [sym_subprogram_renaming_declaration] = STATE(5), + [sym_generic_renaming_declaration] = STATE(5), + [sym_gnatprep_declarative_if_statement] = STATE(5), + [sym_subprogram_declaration] = STATE(5), + [sym_expression_function_declaration] = STATE(5), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(5), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token3] = ACTIONS(410), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(410), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -11656,146 +11658,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [19] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1895), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(2025), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(344), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [20] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(2026), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(412), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -11809,70 +11734,70 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [21] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1969), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [20] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1905), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(414), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -11886,324 +11811,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [22] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1770), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(338), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [23] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1854), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(416), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [24] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(2019), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(418), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [25] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1905), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(420), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [26] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(38), + [21] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(39), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -12229,36 +11846,36 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(38), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(39), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_iterator_filter_token1] = ACTIONS(426), - [aux_sym_package_specification_token3] = ACTIONS(426), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_iterator_filter_token1] = ACTIONS(420), + [aux_sym__package_specification_token3] = ACTIONS(420), [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_expression_token2] = ACTIONS(426), - [aux_sym_expression_token3] = ACTIONS(426), - [aux_sym_expression_token4] = ACTIONS(426), + [aux_sym_expression_token2] = ACTIONS(420), + [aux_sym_expression_token3] = ACTIONS(420), + [aux_sym_expression_token4] = ACTIONS(420), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), [aux_sym_declare_expression_token1] = ACTIONS(43), [aux_sym_case_expression_token1] = ACTIONS(45), - [aux_sym_exception_declaration_token1] = ACTIONS(426), + [aux_sym_exception_declaration_token1] = ACTIONS(420), [anon_sym_LT_LT] = ACTIONS(55), [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_elsif_expression_item_token1] = ACTIONS(426), + [aux_sym_elsif_expression_item_token1] = ACTIONS(420), [aux_sym_result_profile_token1] = ACTIONS(61), [aux_sym_asynchronous_select_token1] = ACTIONS(63), [aux_sym_asynchronous_select_token2] = ACTIONS(65), @@ -12271,70 +11888,455 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_loop_statement_token1] = ACTIONS(79), [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, - [27] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1571), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), + [22] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1580), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(422), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [23] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1887), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(424), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [24] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1653), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(362), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [25] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1769), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(338), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [26] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1853), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(426), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [27] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1968), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(428), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -12349,69 +12351,146 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [28] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(5), - [sym__basic_declarative_item] = STATE(5), - [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(5), - [sym__proper_body] = STATE(5), - [sym_subprogram_body] = STATE(5), - [sym_package_body] = STATE(5), - [sym__type_declaration] = STATE(5), - [sym_full_type_declaration] = STATE(5), - [sym_private_type_declaration] = STATE(5), - [sym_private_extension_declaration] = STATE(5), - [sym_incomplete_type_declaration] = STATE(5), - [sym__aspect_clause] = STATE(5), - [sym_at_clause] = STATE(5), - [sym_attribute_definition_clause] = STATE(5), - [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(5), - [sym_enumeration_representation_clause] = STATE(5), - [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(5), - [sym_generic_package_declaration] = STATE(5), - [sym_generic_instantiation] = STATE(5), - [sym_null_procedure_declaration] = STATE(5), - [sym_number_declaration] = STATE(5), - [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(5), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(1898), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(5), - [sym__renaming_declaration] = STATE(5), - [sym_object_renaming_declaration] = STATE(5), - [sym_exception_renaming_declaration] = STATE(5), - [sym_package_renaming_declaration] = STATE(5), - [sym_subprogram_renaming_declaration] = STATE(5), - [sym_generic_renaming_declaration] = STATE(5), - [sym_gnatprep_declarative_if_statement] = STATE(5), - [sym_subprogram_declaration] = STATE(5), - [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(5), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_package_specification_token3] = ACTIONS(430), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_subprogram_body_token1] = ACTIONS(348), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [29] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(18), + [sym__basic_declarative_item] = STATE(18), + [sym__basic_declaration] = STATE(18), + [sym_package_declaration] = STATE(18), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(18), + [sym__proper_body] = STATE(18), + [sym_subprogram_body] = STATE(18), + [sym_package_body] = STATE(18), + [sym__type_declaration] = STATE(18), + [sym_full_type_declaration] = STATE(18), + [sym_private_type_declaration] = STATE(18), + [sym_private_extension_declaration] = STATE(18), + [sym_incomplete_type_declaration] = STATE(18), + [sym__aspect_clause] = STATE(18), + [sym_at_clause] = STATE(18), + [sym_attribute_definition_clause] = STATE(18), + [sym_body_stub] = STATE(18), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(18), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(18), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(18), + [sym_non_empty_declarative_part] = STATE(2018), + [sym_enumeration_representation_clause] = STATE(18), + [sym_exception_declaration] = STATE(18), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(18), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(18), + [sym_generic_package_declaration] = STATE(18), + [sym_generic_instantiation] = STATE(18), + [sym_null_procedure_declaration] = STATE(18), + [sym_number_declaration] = STATE(18), + [sym_object_declaration] = STATE(18), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(18), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(18), + [sym__renaming_declaration] = STATE(18), + [sym_object_renaming_declaration] = STATE(18), + [sym_exception_renaming_declaration] = STATE(18), + [sym_package_renaming_declaration] = STATE(18), + [sym_subprogram_renaming_declaration] = STATE(18), + [sym_generic_renaming_declaration] = STATE(18), + [sym_gnatprep_declarative_if_statement] = STATE(18), + [sym_subprogram_declaration] = STATE(18), + [sym_expression_function_declaration] = STATE(18), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(18), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(18), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_subprogram_body_token1] = ACTIONS(430), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -12425,146 +12504,69 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [29] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(28), - [sym__basic_declarative_item] = STATE(28), - [sym__basic_declaration] = STATE(28), - [sym__package_declaration] = STATE(28), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(28), - [sym__proper_body] = STATE(28), - [sym_subprogram_body] = STATE(28), - [sym_package_body] = STATE(28), - [sym__type_declaration] = STATE(28), - [sym_full_type_declaration] = STATE(28), - [sym_private_type_declaration] = STATE(28), - [sym_private_extension_declaration] = STATE(28), - [sym_incomplete_type_declaration] = STATE(28), - [sym__aspect_clause] = STATE(28), - [sym_at_clause] = STATE(28), - [sym_attribute_definition_clause] = STATE(28), - [sym_body_stub] = STATE(28), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(28), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(28), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(28), - [sym_non_empty_declarative_part] = STATE(1650), - [sym_enumeration_representation_clause] = STATE(28), - [sym_exception_declaration] = STATE(28), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(28), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(28), - [sym_generic_package_declaration] = STATE(28), - [sym_generic_instantiation] = STATE(28), - [sym_null_procedure_declaration] = STATE(28), - [sym_number_declaration] = STATE(28), - [sym_object_declaration] = STATE(28), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(28), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(28), - [sym__renaming_declaration] = STATE(28), - [sym_object_renaming_declaration] = STATE(28), - [sym_exception_renaming_declaration] = STATE(28), - [sym_package_renaming_declaration] = STATE(28), - [sym_subprogram_renaming_declaration] = STATE(28), - [sym_generic_renaming_declaration] = STATE(28), - [sym_gnatprep_declarative_if_statement] = STATE(28), - [sym_subprogram_declaration] = STATE(28), - [sym_expression_function_declaration] = STATE(28), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(28), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(28), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_subprogram_body_token1] = ACTIONS(408), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, [30] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(32), - [sym__basic_declarative_item] = STATE(32), - [sym__basic_declaration] = STATE(32), - [sym__package_declaration] = STATE(32), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(32), - [sym__proper_body] = STATE(32), - [sym_subprogram_body] = STATE(32), - [sym_package_body] = STATE(32), - [sym__type_declaration] = STATE(32), - [sym_full_type_declaration] = STATE(32), - [sym_private_type_declaration] = STATE(32), - [sym_private_extension_declaration] = STATE(32), - [sym_incomplete_type_declaration] = STATE(32), - [sym__aspect_clause] = STATE(32), - [sym_at_clause] = STATE(32), - [sym_attribute_definition_clause] = STATE(32), - [sym_body_stub] = STATE(32), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(32), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(32), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(32), - [sym_enumeration_representation_clause] = STATE(32), - [sym_exception_declaration] = STATE(32), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(32), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(32), - [sym_generic_package_declaration] = STATE(32), - [sym_generic_instantiation] = STATE(32), - [sym_null_procedure_declaration] = STATE(32), - [sym_number_declaration] = STATE(32), - [sym_object_declaration] = STATE(32), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(32), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(5), + [sym__basic_declarative_item] = STATE(5), + [sym__basic_declaration] = STATE(5), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(5), + [sym__proper_body] = STATE(5), + [sym_subprogram_body] = STATE(5), + [sym_package_body] = STATE(5), + [sym__type_declaration] = STATE(5), + [sym_full_type_declaration] = STATE(5), + [sym_private_type_declaration] = STATE(5), + [sym_private_extension_declaration] = STATE(5), + [sym_incomplete_type_declaration] = STATE(5), + [sym__aspect_clause] = STATE(5), + [sym_at_clause] = STATE(5), + [sym_attribute_definition_clause] = STATE(5), + [sym_body_stub] = STATE(5), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(5), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(5), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(5), + [sym_enumeration_representation_clause] = STATE(5), + [sym_exception_declaration] = STATE(5), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(5), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(5), + [sym_generic_package_declaration] = STATE(5), + [sym_generic_instantiation] = STATE(5), + [sym_null_procedure_declaration] = STATE(5), + [sym_number_declaration] = STATE(5), + [sym_object_declaration] = STATE(5), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(32), - [sym__renaming_declaration] = STATE(32), - [sym_object_renaming_declaration] = STATE(32), - [sym_exception_renaming_declaration] = STATE(32), - [sym_package_renaming_declaration] = STATE(32), - [sym_subprogram_renaming_declaration] = STATE(32), - [sym_generic_renaming_declaration] = STATE(32), - [sym_gnatprep_declarative_if_statement] = STATE(32), - [sym_subprogram_declaration] = STATE(32), - [sym_expression_function_declaration] = STATE(32), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(32), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(32), + [sym_record_representation_clause] = STATE(5), + [sym__renaming_declaration] = STATE(5), + [sym_object_renaming_declaration] = STATE(5), + [sym_exception_renaming_declaration] = STATE(5), + [sym_package_renaming_declaration] = STATE(5), + [sym_subprogram_renaming_declaration] = STATE(5), + [sym_generic_renaming_declaration] = STATE(5), + [sym_gnatprep_declarative_if_statement] = STATE(5), + [sym_subprogram_declaration] = STATE(5), + [sym_expression_function_declaration] = STATE(5), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(5), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -12579,12 +12581,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [31] = { - [sym__defining_identifier_list] = STATE(2048), + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(5), [sym__proper_body] = STATE(5), [sym_subprogram_body] = STATE(5), @@ -12598,29 +12600,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(5), [sym_attribute_definition_clause] = STATE(5), [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(5), [sym_enumeration_representation_clause] = STATE(5), [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(5), [sym_generic_package_declaration] = STATE(5), [sym_generic_instantiation] = STATE(5), [sym_null_procedure_declaration] = STATE(5), [sym_number_declaration] = STATE(5), [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(5), @@ -12633,14 +12635,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -12655,68 +12657,68 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [32] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(5), - [sym__basic_declarative_item] = STATE(5), - [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(5), - [sym__proper_body] = STATE(5), - [sym_subprogram_body] = STATE(5), - [sym_package_body] = STATE(5), - [sym__type_declaration] = STATE(5), - [sym_full_type_declaration] = STATE(5), - [sym_private_type_declaration] = STATE(5), - [sym_private_extension_declaration] = STATE(5), - [sym_incomplete_type_declaration] = STATE(5), - [sym__aspect_clause] = STATE(5), - [sym_at_clause] = STATE(5), - [sym_attribute_definition_clause] = STATE(5), - [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(5), - [sym_enumeration_representation_clause] = STATE(5), - [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(5), - [sym_generic_package_declaration] = STATE(5), - [sym_generic_instantiation] = STATE(5), - [sym_null_procedure_declaration] = STATE(5), - [sym_number_declaration] = STATE(5), - [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(5), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(31), + [sym__basic_declarative_item] = STATE(31), + [sym__basic_declaration] = STATE(31), + [sym_package_declaration] = STATE(31), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(31), + [sym__proper_body] = STATE(31), + [sym_subprogram_body] = STATE(31), + [sym_package_body] = STATE(31), + [sym__type_declaration] = STATE(31), + [sym_full_type_declaration] = STATE(31), + [sym_private_type_declaration] = STATE(31), + [sym_private_extension_declaration] = STATE(31), + [sym_incomplete_type_declaration] = STATE(31), + [sym__aspect_clause] = STATE(31), + [sym_at_clause] = STATE(31), + [sym_attribute_definition_clause] = STATE(31), + [sym_body_stub] = STATE(31), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(31), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(31), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(31), + [sym_enumeration_representation_clause] = STATE(31), + [sym_exception_declaration] = STATE(31), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(31), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(31), + [sym_generic_package_declaration] = STATE(31), + [sym_generic_instantiation] = STATE(31), + [sym_null_procedure_declaration] = STATE(31), + [sym_number_declaration] = STATE(31), + [sym_object_declaration] = STATE(31), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(31), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(5), - [sym__renaming_declaration] = STATE(5), - [sym_object_renaming_declaration] = STATE(5), - [sym_exception_renaming_declaration] = STATE(5), - [sym_package_renaming_declaration] = STATE(5), - [sym_subprogram_renaming_declaration] = STATE(5), - [sym_generic_renaming_declaration] = STATE(5), - [sym_gnatprep_declarative_if_statement] = STATE(5), - [sym_subprogram_declaration] = STATE(5), - [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(5), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), + [sym_record_representation_clause] = STATE(31), + [sym__renaming_declaration] = STATE(31), + [sym_object_renaming_declaration] = STATE(31), + [sym_exception_renaming_declaration] = STATE(31), + [sym_package_renaming_declaration] = STATE(31), + [sym_subprogram_renaming_declaration] = STATE(31), + [sym_generic_renaming_declaration] = STATE(31), + [sym_gnatprep_declarative_if_statement] = STATE(31), + [sym_subprogram_declaration] = STATE(31), + [sym_expression_function_declaration] = STATE(31), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(31), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(31), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -12731,88 +12733,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [33] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(31), - [sym__basic_declarative_item] = STATE(31), - [sym__basic_declaration] = STATE(31), - [sym__package_declaration] = STATE(31), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(31), - [sym__proper_body] = STATE(31), - [sym_subprogram_body] = STATE(31), - [sym_package_body] = STATE(31), - [sym__type_declaration] = STATE(31), - [sym_full_type_declaration] = STATE(31), - [sym_private_type_declaration] = STATE(31), - [sym_private_extension_declaration] = STATE(31), - [sym_incomplete_type_declaration] = STATE(31), - [sym__aspect_clause] = STATE(31), - [sym_at_clause] = STATE(31), - [sym_attribute_definition_clause] = STATE(31), - [sym_body_stub] = STATE(31), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(31), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(31), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(31), - [sym_enumeration_representation_clause] = STATE(31), - [sym_exception_declaration] = STATE(31), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(31), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(31), - [sym_generic_package_declaration] = STATE(31), - [sym_generic_instantiation] = STATE(31), - [sym_null_procedure_declaration] = STATE(31), - [sym_number_declaration] = STATE(31), - [sym_object_declaration] = STATE(31), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(31), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(31), - [sym__renaming_declaration] = STATE(31), - [sym_object_renaming_declaration] = STATE(31), - [sym_exception_renaming_declaration] = STATE(31), - [sym_package_renaming_declaration] = STATE(31), - [sym_subprogram_renaming_declaration] = STATE(31), - [sym_generic_renaming_declaration] = STATE(31), - [sym_gnatprep_declarative_if_statement] = STATE(31), - [sym_subprogram_declaration] = STATE(31), - [sym_expression_function_declaration] = STATE(31), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(31), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(31), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(334), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [34] = { - [sym__defining_identifier_list] = STATE(2048), + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(5), [sym__basic_declarative_item] = STATE(5), [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(5), [sym__proper_body] = STATE(5), [sym_subprogram_body] = STATE(5), @@ -12826,29 +12752,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(5), [sym_attribute_definition_clause] = STATE(5), [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(5), [sym_enumeration_representation_clause] = STATE(5), [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(5), [sym_generic_package_declaration] = STATE(5), [sym_generic_instantiation] = STATE(5), [sym_null_procedure_declaration] = STATE(5), [sym_number_declaration] = STATE(5), [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(5), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(5), @@ -12861,14 +12787,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(5), [sym_subprogram_declaration] = STATE(5), [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(5), [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -12882,165 +12808,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(438), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, - [35] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(5), - [sym__basic_declarative_item] = STATE(5), - [sym__basic_declaration] = STATE(5), - [sym__package_declaration] = STATE(5), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(5), - [sym__proper_body] = STATE(5), - [sym_subprogram_body] = STATE(5), - [sym_package_body] = STATE(5), - [sym__type_declaration] = STATE(5), - [sym_full_type_declaration] = STATE(5), - [sym_private_type_declaration] = STATE(5), - [sym_private_extension_declaration] = STATE(5), - [sym_incomplete_type_declaration] = STATE(5), - [sym__aspect_clause] = STATE(5), - [sym_at_clause] = STATE(5), - [sym_attribute_definition_clause] = STATE(5), - [sym_body_stub] = STATE(5), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(5), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(5), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(5), - [sym_enumeration_representation_clause] = STATE(5), - [sym_exception_declaration] = STATE(5), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(5), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(5), - [sym_generic_package_declaration] = STATE(5), - [sym_generic_instantiation] = STATE(5), - [sym_null_procedure_declaration] = STATE(5), - [sym_number_declaration] = STATE(5), - [sym_object_declaration] = STATE(5), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(5), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(5), - [sym__renaming_declaration] = STATE(5), - [sym_object_renaming_declaration] = STATE(5), - [sym_exception_renaming_declaration] = STATE(5), - [sym_package_renaming_declaration] = STATE(5), - [sym_subprogram_renaming_declaration] = STATE(5), - [sym_generic_renaming_declaration] = STATE(5), - [sym_gnatprep_declarative_if_statement] = STATE(5), - [sym_subprogram_declaration] = STATE(5), - [sym_expression_function_declaration] = STATE(5), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(5), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(440), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [36] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(34), - [sym__basic_declarative_item] = STATE(34), - [sym__basic_declaration] = STATE(34), - [sym__package_declaration] = STATE(34), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(34), - [sym__proper_body] = STATE(34), - [sym_subprogram_body] = STATE(34), - [sym_package_body] = STATE(34), - [sym__type_declaration] = STATE(34), - [sym_full_type_declaration] = STATE(34), - [sym_private_type_declaration] = STATE(34), - [sym_private_extension_declaration] = STATE(34), - [sym_incomplete_type_declaration] = STATE(34), - [sym__aspect_clause] = STATE(34), - [sym_at_clause] = STATE(34), - [sym_attribute_definition_clause] = STATE(34), - [sym_body_stub] = STATE(34), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(34), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(34), - [sym_protected_body_stub] = STATE(423), - [sym__declarative_item_pragma] = STATE(34), - [sym_enumeration_representation_clause] = STATE(34), - [sym_exception_declaration] = STATE(34), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(34), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(34), - [sym_generic_package_declaration] = STATE(34), - [sym_generic_instantiation] = STATE(34), - [sym_null_procedure_declaration] = STATE(34), - [sym_number_declaration] = STATE(34), - [sym_object_declaration] = STATE(34), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), - [sym_pragma_g] = STATE(34), - [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(34), - [sym__renaming_declaration] = STATE(34), - [sym_object_renaming_declaration] = STATE(34), - [sym_exception_renaming_declaration] = STATE(34), - [sym_package_renaming_declaration] = STATE(34), - [sym_subprogram_renaming_declaration] = STATE(34), - [sym_generic_renaming_declaration] = STATE(34), - [sym_gnatprep_declarative_if_statement] = STATE(34), - [sym_subprogram_declaration] = STATE(34), - [sym_expression_function_declaration] = STATE(34), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(34), - [aux_sym_non_empty_declarative_part_repeat1] = STATE(34), - [sym_identifier] = ACTIONS(324), - [sym_comment] = ACTIONS(3), - [aux_sym_iterated_element_association_token1] = ACTIONS(326), - [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), - [aux_sym_use_clause_token2] = ACTIONS(25), - [aux_sym_relation_membership_token1] = ACTIONS(31), - [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), - [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), - [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), - [aux_sym_interface_type_definition_token1] = ACTIONS(47), - [aux_sym_generic_formal_part_token1] = ACTIONS(51), - [aux_sym_global_mode_token1] = ACTIONS(53), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(442), - [aux_sym_subtype_declaration_token1] = ACTIONS(83), - }, - [37] = { - [sym__defining_identifier_list] = STATE(2048), + [34] = { + [sym__defining_identifier_list] = STATE(2047), [sym__declarative_item] = STATE(35), [sym__basic_declarative_item] = STATE(35), [sym__basic_declaration] = STATE(35), - [sym__package_declaration] = STATE(35), - [sym_package_specification] = STATE(2044), + [sym_package_declaration] = STATE(35), + [sym__package_specification] = STATE(2043), [sym_use_clause] = STATE(35), [sym__proper_body] = STATE(35), [sym_subprogram_body] = STATE(35), @@ -13054,29 +12828,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_at_clause] = STATE(35), [sym_attribute_definition_clause] = STATE(35), [sym_body_stub] = STATE(35), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), [sym_task_body] = STATE(35), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), [sym_protected_body] = STATE(35), - [sym_protected_body_stub] = STATE(423), + [sym_protected_body_stub] = STATE(400), [sym__declarative_item_pragma] = STATE(35), [sym_enumeration_representation_clause] = STATE(35), [sym_exception_declaration] = STATE(35), - [sym_function_specification] = STATE(1187), + [sym_function_specification] = STATE(1183), [sym__generic_declaration] = STATE(35), - [sym_generic_formal_part] = STATE(956), + [sym_generic_formal_part] = STATE(926), [sym_generic_subprogram_declaration] = STATE(35), [sym_generic_package_declaration] = STATE(35), [sym_generic_instantiation] = STATE(35), [sym_null_procedure_declaration] = STATE(35), [sym_number_declaration] = STATE(35), [sym_object_declaration] = STATE(35), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_pragma_g] = STATE(35), [sym_procedure_specification] = STATE(1163), [sym_record_representation_clause] = STATE(35), @@ -13089,14 +12863,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_gnatprep_declarative_if_statement] = STATE(35), [sym_subprogram_declaration] = STATE(35), [sym_expression_function_declaration] = STATE(35), - [sym__subprogram_specification] = STATE(1075), + [sym__subprogram_specification] = STATE(1055), [sym_subtype_declaration] = STATE(35), [aux_sym_non_empty_declarative_part_repeat1] = STATE(35), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), @@ -13107,19 +12881,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_mode_token1] = ACTIONS(53), [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(434), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(440), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [35] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(5), + [sym__basic_declarative_item] = STATE(5), + [sym__basic_declaration] = STATE(5), + [sym_package_declaration] = STATE(5), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(5), + [sym__proper_body] = STATE(5), + [sym_subprogram_body] = STATE(5), + [sym_package_body] = STATE(5), + [sym__type_declaration] = STATE(5), + [sym_full_type_declaration] = STATE(5), + [sym_private_type_declaration] = STATE(5), + [sym_private_extension_declaration] = STATE(5), + [sym_incomplete_type_declaration] = STATE(5), + [sym__aspect_clause] = STATE(5), + [sym_at_clause] = STATE(5), + [sym_attribute_definition_clause] = STATE(5), + [sym_body_stub] = STATE(5), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(5), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(5), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(5), + [sym_enumeration_representation_clause] = STATE(5), + [sym_exception_declaration] = STATE(5), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(5), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(5), + [sym_generic_package_declaration] = STATE(5), + [sym_generic_instantiation] = STATE(5), + [sym_null_procedure_declaration] = STATE(5), + [sym_number_declaration] = STATE(5), + [sym_object_declaration] = STATE(5), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(5), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(5), + [sym__renaming_declaration] = STATE(5), + [sym_object_renaming_declaration] = STATE(5), + [sym_exception_renaming_declaration] = STATE(5), + [sym_package_renaming_declaration] = STATE(5), + [sym_subprogram_renaming_declaration] = STATE(5), + [sym_generic_renaming_declaration] = STATE(5), + [sym_gnatprep_declarative_if_statement] = STATE(5), + [sym_subprogram_declaration] = STATE(5), + [sym_expression_function_declaration] = STATE(5), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(5), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(5), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(442), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [36] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(33), + [sym__basic_declarative_item] = STATE(33), + [sym__basic_declaration] = STATE(33), + [sym_package_declaration] = STATE(33), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(33), + [sym__proper_body] = STATE(33), + [sym_subprogram_body] = STATE(33), + [sym_package_body] = STATE(33), + [sym__type_declaration] = STATE(33), + [sym_full_type_declaration] = STATE(33), + [sym_private_type_declaration] = STATE(33), + [sym_private_extension_declaration] = STATE(33), + [sym_incomplete_type_declaration] = STATE(33), + [sym__aspect_clause] = STATE(33), + [sym_at_clause] = STATE(33), + [sym_attribute_definition_clause] = STATE(33), + [sym_body_stub] = STATE(33), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(33), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(33), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(33), + [sym_enumeration_representation_clause] = STATE(33), + [sym_exception_declaration] = STATE(33), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(33), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(33), + [sym_generic_package_declaration] = STATE(33), + [sym_generic_instantiation] = STATE(33), + [sym_null_procedure_declaration] = STATE(33), + [sym_number_declaration] = STATE(33), + [sym_object_declaration] = STATE(33), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(33), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(33), + [sym__renaming_declaration] = STATE(33), + [sym_object_renaming_declaration] = STATE(33), + [sym_exception_renaming_declaration] = STATE(33), + [sym_package_renaming_declaration] = STATE(33), + [sym_subprogram_renaming_declaration] = STATE(33), + [sym_generic_renaming_declaration] = STATE(33), + [sym_gnatprep_declarative_if_statement] = STATE(33), + [sym_subprogram_declaration] = STATE(33), + [sym_expression_function_declaration] = STATE(33), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(33), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(33), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(432), + [aux_sym_subtype_declaration_token1] = ACTIONS(83), + }, + [37] = { + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(30), + [sym__basic_declarative_item] = STATE(30), + [sym__basic_declaration] = STATE(30), + [sym_package_declaration] = STATE(30), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(30), + [sym__proper_body] = STATE(30), + [sym_subprogram_body] = STATE(30), + [sym_package_body] = STATE(30), + [sym__type_declaration] = STATE(30), + [sym_full_type_declaration] = STATE(30), + [sym_private_type_declaration] = STATE(30), + [sym_private_extension_declaration] = STATE(30), + [sym_incomplete_type_declaration] = STATE(30), + [sym__aspect_clause] = STATE(30), + [sym_at_clause] = STATE(30), + [sym_attribute_definition_clause] = STATE(30), + [sym_body_stub] = STATE(30), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(30), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(30), + [sym_protected_body_stub] = STATE(400), + [sym__declarative_item_pragma] = STATE(30), + [sym_enumeration_representation_clause] = STATE(30), + [sym_exception_declaration] = STATE(30), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(30), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(30), + [sym_generic_package_declaration] = STATE(30), + [sym_generic_instantiation] = STATE(30), + [sym_null_procedure_declaration] = STATE(30), + [sym_number_declaration] = STATE(30), + [sym_object_declaration] = STATE(30), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), + [sym_pragma_g] = STATE(30), + [sym_procedure_specification] = STATE(1163), + [sym_record_representation_clause] = STATE(30), + [sym__renaming_declaration] = STATE(30), + [sym_object_renaming_declaration] = STATE(30), + [sym_exception_renaming_declaration] = STATE(30), + [sym_package_renaming_declaration] = STATE(30), + [sym_subprogram_renaming_declaration] = STATE(30), + [sym_generic_renaming_declaration] = STATE(30), + [sym_gnatprep_declarative_if_statement] = STATE(30), + [sym_subprogram_declaration] = STATE(30), + [sym_expression_function_declaration] = STATE(30), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(30), + [aux_sym_non_empty_declarative_part_repeat1] = STATE(30), + [sym_identifier] = ACTIONS(324), + [sym_comment] = ACTIONS(3), + [aux_sym_iterated_element_association_token1] = ACTIONS(326), + [aux_sym_iterated_element_association_token2] = ACTIONS(15), + [aux_sym__package_specification_token1] = ACTIONS(19), + [aux_sym_use_clause_token2] = ACTIONS(25), + [aux_sym_relation_membership_token1] = ACTIONS(31), + [aux_sym_access_to_subprogram_definition_token1] = ACTIONS(37), + [aux_sym_access_to_subprogram_definition_token2] = ACTIONS(39), + [aux_sym_access_to_subprogram_definition_token3] = ACTIONS(41), + [aux_sym_interface_type_definition_token1] = ACTIONS(47), + [aux_sym_generic_formal_part_token1] = ACTIONS(51), + [aux_sym_global_mode_token1] = ACTIONS(53), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(328), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(334), [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [38] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(554), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1110), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym__package_specification_token3] = ACTIONS(444), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_expression_token2] = ACTIONS(446), + [aux_sym_expression_token3] = ACTIONS(444), + [aux_sym_expression_token4] = ACTIONS(444), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [39] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(553), [sym_null_statement] = STATE(195), [sym_pragma_g] = STATE(195), [sym__simple_statement] = STATE(195), @@ -13144,110 +13221,35 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(195), [sym_extended_return_statement] = STATE(195), [sym_procedure_call_statement] = STATE(195), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(195), [sym_loop_statement] = STATE(195), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(195), - [aux_sym__sequence_of_statements_repeat2] = STATE(554), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(553), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_iterator_filter_token1] = ACTIONS(444), - [aux_sym_package_specification_token3] = ACTIONS(444), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_expression_token2] = ACTIONS(444), - [aux_sym_expression_token3] = ACTIONS(444), - [aux_sym_expression_token4] = ACTIONS(444), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [aux_sym_exception_declaration_token1] = ACTIONS(444), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_elsif_expression_item_token1] = ACTIONS(444), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, - [39] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1116), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_package_specification_token3] = ACTIONS(446), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_iterator_filter_token1] = ACTIONS(448), + [aux_sym__package_specification_token3] = ACTIONS(448), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_expression_token2] = ACTIONS(448), - [aux_sym_expression_token3] = ACTIONS(446), - [aux_sym_expression_token4] = ACTIONS(446), + [aux_sym_expression_token3] = ACTIONS(448), + [aux_sym_expression_token4] = ACTIONS(448), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), [aux_sym_declare_expression_token1] = ACTIONS(43), [aux_sym_case_expression_token1] = ACTIONS(45), + [aux_sym_exception_declaration_token1] = ACTIONS(448), [anon_sym_LT_LT] = ACTIONS(55), [aux_sym_pragma_g_token1] = ACTIONS(57), [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_elsif_expression_item_token1] = ACTIONS(448), [aux_sym_result_profile_token1] = ACTIONS(61), [aux_sym_asynchronous_select_token1] = ACTIONS(63), [aux_sym_asynchronous_select_token2] = ACTIONS(65), @@ -13261,60 +13263,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [40] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1358), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1329), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_package_specification_token3] = ACTIONS(450), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym__package_specification_token3] = ACTIONS(444), [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_expression_token3] = ACTIONS(450), - [aux_sym_expression_token4] = ACTIONS(450), + [aux_sym_expression_token3] = ACTIONS(444), + [aux_sym_expression_token4] = ACTIONS(444), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), [aux_sym_declare_expression_token1] = ACTIONS(43), @@ -13335,56 +13337,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [41] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(43), - [sym_pragma_g] = STATE(43), - [sym__simple_statement] = STATE(43), - [sym__statement] = STATE(43), - [sym__compound_statement] = STATE(43), - [sym__select_statement] = STATE(43), - [sym_asynchronous_select] = STATE(43), - [sym_conditional_entry_call] = STATE(43), - [sym_timed_entry_call] = STATE(43), - [sym_selective_accept] = STATE(43), - [sym_abort_statement] = STATE(43), - [sym_requeue_statement] = STATE(43), - [sym_accept_statement] = STATE(43), - [sym_case_statement] = STATE(43), - [sym_block_statement] = STATE(43), - [sym_if_statement] = STATE(43), - [sym_gnatprep_if_statement] = STATE(43), - [sym_exit_statement] = STATE(43), - [sym_goto_statement] = STATE(43), - [sym__delay_statement] = STATE(43), - [sym_delay_until_statement] = STATE(43), - [sym_delay_relative_statement] = STATE(43), - [sym_simple_return_statement] = STATE(43), - [sym_extended_return_statement] = STATE(43), - [sym_procedure_call_statement] = STATE(43), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(43), - [sym_loop_statement] = STATE(43), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(43), - [aux_sym__sequence_of_statements_repeat1] = STATE(43), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [aux_sym_gnatprep_if_statement_repeat1] = STATE(1162), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(42), + [sym_pragma_g] = STATE(42), + [sym__simple_statement] = STATE(42), + [sym__statement] = STATE(42), + [sym__compound_statement] = STATE(42), + [sym__select_statement] = STATE(42), + [sym_asynchronous_select] = STATE(42), + [sym_conditional_entry_call] = STATE(42), + [sym_timed_entry_call] = STATE(42), + [sym_selective_accept] = STATE(42), + [sym_abort_statement] = STATE(42), + [sym_requeue_statement] = STATE(42), + [sym_accept_statement] = STATE(42), + [sym_case_statement] = STATE(42), + [sym_block_statement] = STATE(42), + [sym_if_statement] = STATE(42), + [sym_gnatprep_if_statement] = STATE(42), + [sym_exit_statement] = STATE(42), + [sym_goto_statement] = STATE(42), + [sym__delay_statement] = STATE(42), + [sym_delay_until_statement] = STATE(42), + [sym_delay_relative_statement] = STATE(42), + [sym_simple_return_statement] = STATE(42), + [sym_extended_return_statement] = STATE(42), + [sym_procedure_call_statement] = STATE(42), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(42), + [sym_loop_statement] = STATE(42), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(42), + [aux_sym__sequence_of_statements_repeat1] = STATE(42), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [aux_sym_gnatprep_if_statement_repeat1] = STATE(1114), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13399,9 +13401,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_requeue_statement_token1] = ACTIONS(67), [aux_sym_accept_statement_token1] = ACTIONS(69), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(452), - [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(454), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(456), + [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(450), + [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(452), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(454), [aux_sym_exit_statement_token1] = ACTIONS(73), [aux_sym_goto_statement_token1] = ACTIONS(75), [aux_sym_delay_until_statement_token1] = ACTIONS(77), @@ -13409,89 +13411,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [42] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1353), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_expression_token2] = ACTIONS(448), - [aux_sym_expression_token3] = ACTIONS(458), - [aux_sym_expression_token4] = ACTIONS(458), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, - [43] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -13517,22 +13445,22 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [aux_sym_gnatprep_if_statement_repeat1] = STATE(1169), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [aux_sym_gnatprep_if_statement_repeat1] = STATE(1194), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13547,9 +13475,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_requeue_statement_token1] = ACTIONS(67), [aux_sym_accept_statement_token1] = ACTIONS(69), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(452), - [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(460), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(462), + [aux_sym_gnatprep_declarative_if_statement_token2] = ACTIONS(450), + [aux_sym_gnatprep_declarative_if_statement_token3] = ACTIONS(456), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(458), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [43] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1367), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_expression_token2] = ACTIONS(446), + [aux_sym_expression_token3] = ACTIONS(460), + [aux_sym_expression_token4] = ACTIONS(460), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), [aux_sym_exit_statement_token1] = ACTIONS(73), [aux_sym_goto_statement_token1] = ACTIONS(75), [aux_sym_delay_until_statement_token1] = ACTIONS(77), @@ -13557,60 +13559,60 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [44] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1310), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1369), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_package_specification_token3] = ACTIONS(446), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym__package_specification_token3] = ACTIONS(462), [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_expression_token3] = ACTIONS(446), - [aux_sym_expression_token4] = ACTIONS(446), + [aux_sym_expression_token3] = ACTIONS(462), + [aux_sym_expression_token4] = ACTIONS(462), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), [aux_sym_declare_expression_token1] = ACTIONS(43), @@ -13631,55 +13633,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [45] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(4), - [sym_pragma_g] = STATE(4), - [sym__simple_statement] = STATE(4), - [sym__statement] = STATE(4), - [sym__compound_statement] = STATE(4), - [sym__select_statement] = STATE(4), - [sym_asynchronous_select] = STATE(4), - [sym_conditional_entry_call] = STATE(4), - [sym_timed_entry_call] = STATE(4), - [sym_selective_accept] = STATE(4), - [sym_abort_statement] = STATE(4), - [sym_requeue_statement] = STATE(4), - [sym_accept_statement] = STATE(4), - [sym_case_statement] = STATE(4), - [sym_block_statement] = STATE(4), - [sym_if_statement] = STATE(4), - [sym_gnatprep_if_statement] = STATE(4), - [sym_exit_statement] = STATE(4), - [sym_goto_statement] = STATE(4), - [sym__delay_statement] = STATE(4), - [sym_delay_until_statement] = STATE(4), - [sym_delay_relative_statement] = STATE(4), - [sym_simple_return_statement] = STATE(4), - [sym_extended_return_statement] = STATE(4), - [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(4), - [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(4), - [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(46), + [sym_pragma_g] = STATE(46), + [sym__simple_statement] = STATE(46), + [sym__statement] = STATE(46), + [sym__compound_statement] = STATE(46), + [sym__select_statement] = STATE(46), + [sym_asynchronous_select] = STATE(46), + [sym_conditional_entry_call] = STATE(46), + [sym_timed_entry_call] = STATE(46), + [sym_selective_accept] = STATE(46), + [sym_abort_statement] = STATE(46), + [sym_requeue_statement] = STATE(46), + [sym_accept_statement] = STATE(46), + [sym_case_statement] = STATE(46), + [sym_block_statement] = STATE(46), + [sym_if_statement] = STATE(46), + [sym_gnatprep_if_statement] = STATE(46), + [sym_exit_statement] = STATE(46), + [sym_goto_statement] = STATE(46), + [sym__delay_statement] = STATE(46), + [sym_delay_until_statement] = STATE(46), + [sym_delay_relative_statement] = STATE(46), + [sym_simple_return_statement] = STATE(46), + [sym_extended_return_statement] = STATE(46), + [sym_procedure_call_statement] = STATE(46), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(46), + [sym_loop_statement] = STATE(46), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(46), + [aux_sym__sequence_of_statements_repeat1] = STATE(46), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13704,55 +13706,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [46] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(45), - [sym_pragma_g] = STATE(45), - [sym__simple_statement] = STATE(45), - [sym__statement] = STATE(45), - [sym__compound_statement] = STATE(45), - [sym__select_statement] = STATE(45), - [sym_asynchronous_select] = STATE(45), - [sym_conditional_entry_call] = STATE(45), - [sym_timed_entry_call] = STATE(45), - [sym_selective_accept] = STATE(45), - [sym_abort_statement] = STATE(45), - [sym_requeue_statement] = STATE(45), - [sym_accept_statement] = STATE(45), - [sym_case_statement] = STATE(45), - [sym_block_statement] = STATE(45), - [sym_if_statement] = STATE(45), - [sym_gnatprep_if_statement] = STATE(45), - [sym_exit_statement] = STATE(45), - [sym_goto_statement] = STATE(45), - [sym__delay_statement] = STATE(45), - [sym_delay_until_statement] = STATE(45), - [sym_delay_relative_statement] = STATE(45), - [sym_simple_return_statement] = STATE(45), - [sym_extended_return_statement] = STATE(45), - [sym_procedure_call_statement] = STATE(45), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(45), - [sym_loop_statement] = STATE(45), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(45), - [aux_sym__sequence_of_statements_repeat1] = STATE(45), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(4), + [sym_pragma_g] = STATE(4), + [sym__simple_statement] = STATE(4), + [sym__statement] = STATE(4), + [sym__compound_statement] = STATE(4), + [sym__select_statement] = STATE(4), + [sym_asynchronous_select] = STATE(4), + [sym_conditional_entry_call] = STATE(4), + [sym_timed_entry_call] = STATE(4), + [sym_selective_accept] = STATE(4), + [sym_abort_statement] = STATE(4), + [sym_requeue_statement] = STATE(4), + [sym_accept_statement] = STATE(4), + [sym_case_statement] = STATE(4), + [sym_block_statement] = STATE(4), + [sym_if_statement] = STATE(4), + [sym_gnatprep_if_statement] = STATE(4), + [sym_exit_statement] = STATE(4), + [sym_goto_statement] = STATE(4), + [sym__delay_statement] = STATE(4), + [sym_delay_until_statement] = STATE(4), + [sym_delay_relative_statement] = STATE(4), + [sym_simple_return_statement] = STATE(4), + [sym_extended_return_statement] = STATE(4), + [sym_procedure_call_statement] = STATE(4), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(4), + [sym_loop_statement] = STATE(4), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(4), + [aux_sym__sequence_of_statements_repeat1] = STATE(4), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13777,57 +13779,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [47] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1950), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1761), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13849,57 +13851,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [48] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(2030), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1697), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13921,57 +13923,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [49] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1762), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(2037), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -13993,57 +13995,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [50] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1970), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1852), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14065,57 +14067,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [51] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(2038), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1734), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14137,57 +14139,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [52] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1736), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1818), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14209,57 +14211,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [53] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1852), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1567), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14281,129 +14283,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [54] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1796), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), + [sym_unary_adding_operator] = STATE(530), + [sym__name] = STATE(522), + [sym_selected_component] = STATE(459), + [sym_slice] = STATE(459), + [sym__attribute_reference] = STATE(459), + [sym__reduction_attribute_reference] = STATE(459), + [sym_value_sequence] = STATE(2044), + [sym_iterated_element_association] = STATE(1378), + [sym_qualified_expression] = STATE(459), + [sym__subtype_indication] = STATE(1432), + [sym_range_g] = STATE(1433), + [sym_expression] = STATE(1009), + [sym__relation] = STATE(601), + [sym_relation_membership] = STATE(601), + [sym_raise_expression] = STATE(601), + [sym__simple_expression] = STATE(663), + [sym_term] = STATE(546), + [sym__factor] = STATE(526), + [sym_factor_power] = STATE(526), + [sym_factor_abs] = STATE(526), + [sym_factor_not] = STATE(526), + [sym__parenthesized_expression] = STATE(535), + [sym__primary] = STATE(535), + [sym_primary_null] = STATE(535), + [sym_allocator] = STATE(535), + [sym__conditional_expression] = STATE(1943), + [sym_quantified_expression] = STATE(1943), + [sym_declare_expression] = STATE(1943), + [sym_case_expression] = STATE(1943), + [sym_component_choice_list] = STATE(1942), + [sym__aggregate] = STATE(535), + [sym__delta_aggregate] = STATE(535), + [sym_extension_aggregate] = STATE(535), + [sym_record_delta_aggregate] = STATE(535), + [sym_array_delta_aggregate] = STATE(535), + [sym_record_aggregate] = STATE(535), + [sym_record_component_association_list] = STATE(1941), + [sym__named_record_component_association] = STATE(1312), + [sym_null_exclusion] = STATE(801), + [sym__array_aggregate] = STATE(535), + [sym_positional_array_aggregate] = STATE(535), + [sym_null_array_aggregate] = STATE(535), + [sym_named_array_aggregate] = STATE(535), + [sym__array_component_association_list] = STATE(1940), + [sym_array_component_association] = STATE(1145), + [sym_discrete_choice_list] = STATE(1939), + [sym_discrete_choice] = STATE(1397), + [sym_if_expression] = STATE(1943), + [sym_function_call] = STATE(522), + [sym_identifier] = ACTIONS(366), + [sym_gnatprep_identifier] = ACTIONS(368), [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), + [sym_string_literal] = ACTIONS(370), + [sym_character_literal] = ACTIONS(368), + [sym_numeric_literal] = ACTIONS(372), + [anon_sym_PLUS] = ACTIONS(374), + [anon_sym_DASH] = ACTIONS(376), + [sym_target_name] = ACTIONS(368), + [anon_sym_LPAREN] = ACTIONS(378), + [anon_sym_LBRACK] = ACTIONS(380), + [aux_sym_iterated_element_association_token1] = ACTIONS(384), + [aux_sym_relation_membership_token1] = ACTIONS(386), + [aux_sym_raise_expression_token1] = ACTIONS(388), + [aux_sym_factor_abs_token1] = ACTIONS(390), + [aux_sym_primary_null_token1] = ACTIONS(392), + [aux_sym_allocator_token1] = ACTIONS(394), + [aux_sym_declare_expression_token1] = ACTIONS(396), + [aux_sym_case_expression_token1] = ACTIONS(398), + [aux_sym_component_choice_list_token1] = ACTIONS(400), + [aux_sym_if_expression_token1] = ACTIONS(406), }, [55] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1819), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1639), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14425,57 +14427,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [56] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1633), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(2029), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14497,129 +14499,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [57] = { - [sym_unary_adding_operator] = STATE(537), - [sym__name] = STATE(522), - [sym_selected_component] = STATE(478), - [sym_slice] = STATE(478), - [sym__attribute_reference] = STATE(478), - [sym__reduction_attribute_reference] = STATE(478), - [sym_value_sequence] = STATE(2045), - [sym_iterated_element_association] = STATE(1371), - [sym_qualified_expression] = STATE(478), - [sym__subtype_indication] = STATE(1432), - [sym_range_g] = STATE(1433), - [sym_expression] = STATE(1002), - [sym__relation] = STATE(607), - [sym_relation_membership] = STATE(607), - [sym_raise_expression] = STATE(607), - [sym__simple_expression] = STATE(661), - [sym_term] = STATE(546), - [sym__factor] = STATE(524), - [sym_factor_power] = STATE(524), - [sym_factor_abs] = STATE(524), - [sym_factor_not] = STATE(524), - [sym__parenthesized_expression] = STATE(528), - [sym__primary] = STATE(528), - [sym_primary_null] = STATE(528), - [sym_allocator] = STATE(528), - [sym__conditional_expression] = STATE(1943), - [sym_quantified_expression] = STATE(1943), - [sym_declare_expression] = STATE(1943), - [sym_case_expression] = STATE(1943), - [sym_component_choice_list] = STATE(1942), - [sym__aggregate] = STATE(528), - [sym__delta_aggregate] = STATE(528), - [sym_extension_aggregate] = STATE(528), - [sym_record_delta_aggregate] = STATE(528), - [sym_array_delta_aggregate] = STATE(528), - [sym_record_aggregate] = STATE(528), - [sym_record_component_association_list] = STATE(1941), - [sym__named_record_component_association] = STATE(1338), - [sym_null_exclusion] = STATE(835), - [sym__array_aggregate] = STATE(528), - [sym_positional_array_aggregate] = STATE(528), - [sym_null_array_aggregate] = STATE(528), - [sym_named_array_aggregate] = STATE(528), - [sym__array_component_association_list] = STATE(1940), - [sym_array_component_association] = STATE(1103), - [sym_discrete_choice_list] = STATE(1939), - [sym_discrete_choice] = STATE(1393), - [sym_if_expression] = STATE(1943), - [sym_function_call] = STATE(522), - [sym_identifier] = ACTIONS(364), - [sym_gnatprep_identifier] = ACTIONS(366), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(368), - [sym_character_literal] = ACTIONS(366), - [sym_numeric_literal] = ACTIONS(370), - [anon_sym_PLUS] = ACTIONS(372), - [anon_sym_DASH] = ACTIONS(374), - [sym_target_name] = ACTIONS(366), - [anon_sym_LPAREN] = ACTIONS(376), - [anon_sym_LBRACK] = ACTIONS(378), - [aux_sym_iterated_element_association_token1] = ACTIONS(382), - [aux_sym_relation_membership_token1] = ACTIONS(384), - [aux_sym_raise_expression_token1] = ACTIONS(386), - [aux_sym_factor_abs_token1] = ACTIONS(388), - [aux_sym_primary_null_token1] = ACTIONS(390), - [aux_sym_allocator_token1] = ACTIONS(392), - [aux_sym_declare_expression_token1] = ACTIONS(394), - [aux_sym_case_expression_token1] = ACTIONS(396), - [aux_sym_component_choice_list_token1] = ACTIONS(398), - [aux_sym_if_expression_token1] = ACTIONS(404), - }, - [58] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1698), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1950), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [58] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(2015), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1405), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14641,57 +14643,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [59] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1586), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1678), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14713,57 +14715,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [60] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(2016), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(2049), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14785,57 +14787,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [61] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1574), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1839), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14857,57 +14859,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [62] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1587), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1583), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -14929,57 +14931,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [63] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(2050), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1596), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15001,57 +15003,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [64] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1635), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1795), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15073,57 +15075,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [65] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1606), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1614), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15145,57 +15147,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [66] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), [sym_handled_sequence_of_statements] = STATE(1880), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15217,57 +15219,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [67] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1679), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1595), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15289,57 +15291,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [68] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1840), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1969), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15361,57 +15363,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [69] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1985), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1788), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15433,57 +15435,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [70] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_handled_sequence_of_statements] = STATE(1789), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_handled_sequence_of_statements] = STATE(1985), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), [sym__sequence_of_statements] = STATE(1405), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15505,86 +15507,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [71] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1982), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, - [72] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -15610,21 +15541,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15646,57 +15577,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_loop_statement_token1] = ACTIONS(79), [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, - [73] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1997), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [72] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1996), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [73] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1774), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15718,15 +15720,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [74] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -15752,21 +15754,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15789,15 +15791,86 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [75] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1451), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [76] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(4), [sym_pragma_g] = STATE(4), [sym__simple_statement] = STATE(4), @@ -15823,21 +15896,21 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(4), [sym_extended_return_statement] = STATE(4), [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(4), [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(4), [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -15859,128 +15932,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_loop_statement_token1] = ACTIONS(79), [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, - [76] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1084), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, [77] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1803), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1065), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16002,56 +16004,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [78] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1800), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1551), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16073,56 +16075,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [79] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1614), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1621), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16144,56 +16146,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [80] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1612), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1499), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16215,56 +16217,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [81] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1903), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1619), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16286,55 +16288,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [82] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(75), - [sym_pragma_g] = STATE(75), - [sym__simple_statement] = STATE(75), - [sym__statement] = STATE(75), - [sym__compound_statement] = STATE(75), - [sym__select_statement] = STATE(75), - [sym_asynchronous_select] = STATE(75), - [sym_conditional_entry_call] = STATE(75), - [sym_timed_entry_call] = STATE(75), - [sym_selective_accept] = STATE(75), - [sym_abort_statement] = STATE(75), - [sym_requeue_statement] = STATE(75), - [sym_accept_statement] = STATE(75), - [sym_case_statement] = STATE(75), - [sym_block_statement] = STATE(75), - [sym_if_statement] = STATE(75), - [sym_gnatprep_if_statement] = STATE(75), - [sym_exit_statement] = STATE(75), - [sym_goto_statement] = STATE(75), - [sym__delay_statement] = STATE(75), - [sym_delay_until_statement] = STATE(75), - [sym_delay_relative_statement] = STATE(75), - [sym_simple_return_statement] = STATE(75), - [sym_extended_return_statement] = STATE(75), - [sym_procedure_call_statement] = STATE(75), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(75), - [sym_loop_statement] = STATE(75), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(75), - [aux_sym__sequence_of_statements_repeat1] = STATE(75), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1904), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [83] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(71), + [sym_pragma_g] = STATE(71), + [sym__simple_statement] = STATE(71), + [sym__statement] = STATE(71), + [sym__compound_statement] = STATE(71), + [sym__select_statement] = STATE(71), + [sym_asynchronous_select] = STATE(71), + [sym_conditional_entry_call] = STATE(71), + [sym_timed_entry_call] = STATE(71), + [sym_selective_accept] = STATE(71), + [sym_abort_statement] = STATE(71), + [sym_requeue_statement] = STATE(71), + [sym_accept_statement] = STATE(71), + [sym_case_statement] = STATE(71), + [sym_block_statement] = STATE(71), + [sym_if_statement] = STATE(71), + [sym_gnatprep_if_statement] = STATE(71), + [sym_exit_statement] = STATE(71), + [sym_goto_statement] = STATE(71), + [sym__delay_statement] = STATE(71), + [sym_delay_until_statement] = STATE(71), + [sym_delay_relative_statement] = STATE(71), + [sym_simple_return_statement] = STATE(71), + [sym_extended_return_statement] = STATE(71), + [sym_procedure_call_statement] = STATE(71), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(71), + [sym_loop_statement] = STATE(71), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(71), + [aux_sym__sequence_of_statements_repeat1] = STATE(71), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(458), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [84] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(76), + [sym_pragma_g] = STATE(76), + [sym__simple_statement] = STATE(76), + [sym__statement] = STATE(76), + [sym__compound_statement] = STATE(76), + [sym__select_statement] = STATE(76), + [sym_asynchronous_select] = STATE(76), + [sym_conditional_entry_call] = STATE(76), + [sym_timed_entry_call] = STATE(76), + [sym_selective_accept] = STATE(76), + [sym_abort_statement] = STATE(76), + [sym_requeue_statement] = STATE(76), + [sym_accept_statement] = STATE(76), + [sym_case_statement] = STATE(76), + [sym_block_statement] = STATE(76), + [sym_if_statement] = STATE(76), + [sym_gnatprep_if_statement] = STATE(76), + [sym_exit_statement] = STATE(76), + [sym_goto_statement] = STATE(76), + [sym__delay_statement] = STATE(76), + [sym_delay_until_statement] = STATE(76), + [sym_delay_relative_statement] = STATE(76), + [sym_simple_return_statement] = STATE(76), + [sym_extended_return_statement] = STATE(76), + [sym_procedure_call_statement] = STATE(76), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(76), + [sym_loop_statement] = STATE(76), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(76), + [aux_sym__sequence_of_statements_repeat1] = STATE(76), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16356,229 +16500,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_loop_statement_token1] = ACTIONS(79), [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, - [83] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(72), - [sym_pragma_g] = STATE(72), - [sym__simple_statement] = STATE(72), - [sym__statement] = STATE(72), - [sym__compound_statement] = STATE(72), - [sym__select_statement] = STATE(72), - [sym_asynchronous_select] = STATE(72), - [sym_conditional_entry_call] = STATE(72), - [sym_timed_entry_call] = STATE(72), - [sym_selective_accept] = STATE(72), - [sym_abort_statement] = STATE(72), - [sym_requeue_statement] = STATE(72), - [sym_accept_statement] = STATE(72), - [sym_case_statement] = STATE(72), - [sym_block_statement] = STATE(72), - [sym_if_statement] = STATE(72), - [sym_gnatprep_if_statement] = STATE(72), - [sym_exit_statement] = STATE(72), - [sym_goto_statement] = STATE(72), - [sym__delay_statement] = STATE(72), - [sym_delay_until_statement] = STATE(72), - [sym_delay_relative_statement] = STATE(72), - [sym_simple_return_statement] = STATE(72), - [sym_extended_return_statement] = STATE(72), - [sym_procedure_call_statement] = STATE(72), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(72), - [sym_loop_statement] = STATE(72), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(72), - [aux_sym__sequence_of_statements_repeat1] = STATE(72), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(476), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, - [84] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(4), - [sym_pragma_g] = STATE(4), - [sym__simple_statement] = STATE(4), - [sym__statement] = STATE(4), - [sym__compound_statement] = STATE(4), - [sym__select_statement] = STATE(4), - [sym_asynchronous_select] = STATE(4), - [sym_conditional_entry_call] = STATE(4), - [sym_timed_entry_call] = STATE(4), - [sym_selective_accept] = STATE(4), - [sym_abort_statement] = STATE(4), - [sym_requeue_statement] = STATE(4), - [sym_accept_statement] = STATE(4), - [sym_case_statement] = STATE(4), - [sym_block_statement] = STATE(4), - [sym_if_statement] = STATE(4), - [sym_gnatprep_if_statement] = STATE(4), - [sym_exit_statement] = STATE(4), - [sym_goto_statement] = STATE(4), - [sym__delay_statement] = STATE(4), - [sym_delay_until_statement] = STATE(4), - [sym_delay_relative_statement] = STATE(4), - [sym_simple_return_statement] = STATE(4), - [sym_extended_return_statement] = STATE(4), - [sym_procedure_call_statement] = STATE(4), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(4), - [sym_loop_statement] = STATE(4), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(4), - [aux_sym__sequence_of_statements_repeat1] = STATE(4), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(476), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, [85] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(84), - [sym_pragma_g] = STATE(84), - [sym__simple_statement] = STATE(84), - [sym__statement] = STATE(84), - [sym__compound_statement] = STATE(84), - [sym__select_statement] = STATE(84), - [sym_asynchronous_select] = STATE(84), - [sym_conditional_entry_call] = STATE(84), - [sym_timed_entry_call] = STATE(84), - [sym_selective_accept] = STATE(84), - [sym_abort_statement] = STATE(84), - [sym_requeue_statement] = STATE(84), - [sym_accept_statement] = STATE(84), - [sym_case_statement] = STATE(84), - [sym_block_statement] = STATE(84), - [sym_if_statement] = STATE(84), - [sym_gnatprep_if_statement] = STATE(84), - [sym_exit_statement] = STATE(84), - [sym_goto_statement] = STATE(84), - [sym__delay_statement] = STATE(84), - [sym_delay_until_statement] = STATE(84), - [sym_delay_relative_statement] = STATE(84), - [sym_simple_return_statement] = STATE(84), - [sym_extended_return_statement] = STATE(84), - [sym_procedure_call_statement] = STATE(84), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(84), - [sym_loop_statement] = STATE(84), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(84), - [aux_sym__sequence_of_statements_repeat1] = STATE(84), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), - [sym_gnatprep_identifier] = ACTIONS(9), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(9), - [sym_character_literal] = ACTIONS(9), - [sym_target_name] = ACTIONS(9), - [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), - [aux_sym_subprogram_body_token1] = ACTIONS(29), - [aux_sym_raise_expression_token1] = ACTIONS(33), - [aux_sym_primary_null_token1] = ACTIONS(35), - [aux_sym_declare_expression_token1] = ACTIONS(43), - [aux_sym_case_expression_token1] = ACTIONS(45), - [anon_sym_LT_LT] = ACTIONS(55), - [aux_sym_pragma_g_token1] = ACTIONS(57), - [aux_sym_if_expression_token1] = ACTIONS(59), - [aux_sym_result_profile_token1] = ACTIONS(61), - [aux_sym_asynchronous_select_token1] = ACTIONS(63), - [aux_sym_asynchronous_select_token2] = ACTIONS(65), - [aux_sym_requeue_statement_token1] = ACTIONS(67), - [aux_sym_accept_statement_token1] = ACTIONS(69), - [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(462), - [aux_sym_exit_statement_token1] = ACTIONS(73), - [aux_sym_goto_statement_token1] = ACTIONS(75), - [aux_sym_delay_until_statement_token1] = ACTIONS(77), - [aux_sym_loop_statement_token1] = ACTIONS(79), - [aux_sym_iteration_scheme_token1] = ACTIONS(81), - }, - [86] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), [sym_null_statement] = STATE(74), [sym_pragma_g] = STATE(74), [sym__simple_statement] = STATE(74), @@ -16604,21 +16535,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(74), [sym_extended_return_statement] = STATE(74), [sym_procedure_call_statement] = STATE(74), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(74), [sym_loop_statement] = STATE(74), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(74), [aux_sym__sequence_of_statements_repeat1] = STATE(74), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), + [aux_sym_subprogram_body_token1] = ACTIONS(29), + [aux_sym_raise_expression_token1] = ACTIONS(33), + [aux_sym_primary_null_token1] = ACTIONS(35), + [aux_sym_declare_expression_token1] = ACTIONS(43), + [aux_sym_case_expression_token1] = ACTIONS(45), + [anon_sym_LT_LT] = ACTIONS(55), + [aux_sym_pragma_g_token1] = ACTIONS(57), + [aux_sym_if_expression_token1] = ACTIONS(59), + [aux_sym_result_profile_token1] = ACTIONS(61), + [aux_sym_asynchronous_select_token1] = ACTIONS(63), + [aux_sym_asynchronous_select_token2] = ACTIONS(65), + [aux_sym_requeue_statement_token1] = ACTIONS(67), + [aux_sym_accept_statement_token1] = ACTIONS(69), + [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(468), + [aux_sym_exit_statement_token1] = ACTIONS(73), + [aux_sym_goto_statement_token1] = ACTIONS(75), + [aux_sym_delay_until_statement_token1] = ACTIONS(77), + [aux_sym_loop_statement_token1] = ACTIONS(79), + [aux_sym_iteration_scheme_token1] = ACTIONS(81), + }, + [86] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1202), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), + [sym_gnatprep_identifier] = ACTIONS(9), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(9), + [sym_character_literal] = ACTIONS(9), + [sym_target_name] = ACTIONS(9), + [anon_sym_LBRACK] = ACTIONS(11), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16633,7 +16636,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_requeue_statement_token1] = ACTIONS(67), [aux_sym_accept_statement_token1] = ACTIONS(69), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), - [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(478), [aux_sym_exit_statement_token1] = ACTIONS(73), [aux_sym_goto_statement_token1] = ACTIONS(75), [aux_sym_delay_until_statement_token1] = ACTIONS(77), @@ -16641,56 +16643,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [87] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1775), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(89), + [sym_pragma_g] = STATE(89), + [sym__simple_statement] = STATE(89), + [sym__statement] = STATE(89), + [sym__compound_statement] = STATE(89), + [sym__select_statement] = STATE(89), + [sym_asynchronous_select] = STATE(89), + [sym_conditional_entry_call] = STATE(89), + [sym_timed_entry_call] = STATE(89), + [sym_selective_accept] = STATE(89), + [sym_abort_statement] = STATE(89), + [sym_requeue_statement] = STATE(89), + [sym_accept_statement] = STATE(89), + [sym_case_statement] = STATE(89), + [sym_block_statement] = STATE(89), + [sym_if_statement] = STATE(89), + [sym_gnatprep_if_statement] = STATE(89), + [sym_exit_statement] = STATE(89), + [sym_goto_statement] = STATE(89), + [sym__delay_statement] = STATE(89), + [sym_delay_until_statement] = STATE(89), + [sym_delay_relative_statement] = STATE(89), + [sym_simple_return_statement] = STATE(89), + [sym_extended_return_statement] = STATE(89), + [sym_procedure_call_statement] = STATE(89), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(89), + [sym_loop_statement] = STATE(89), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(89), + [aux_sym__sequence_of_statements_repeat1] = STATE(89), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16705,6 +16706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_requeue_statement_token1] = ACTIONS(67), [aux_sym_accept_statement_token1] = ACTIONS(69), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(476), [aux_sym_exit_statement_token1] = ACTIONS(73), [aux_sym_goto_statement_token1] = ACTIONS(75), [aux_sym_delay_until_statement_token1] = ACTIONS(77), @@ -16712,56 +16714,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [88] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1452), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1984), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16783,56 +16785,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [89] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1945), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(4), + [sym_pragma_g] = STATE(4), + [sym__simple_statement] = STATE(4), + [sym__statement] = STATE(4), + [sym__compound_statement] = STATE(4), + [sym__select_statement] = STATE(4), + [sym_asynchronous_select] = STATE(4), + [sym_conditional_entry_call] = STATE(4), + [sym_timed_entry_call] = STATE(4), + [sym_selective_accept] = STATE(4), + [sym_abort_statement] = STATE(4), + [sym_requeue_statement] = STATE(4), + [sym_accept_statement] = STATE(4), + [sym_case_statement] = STATE(4), + [sym_block_statement] = STATE(4), + [sym_if_statement] = STATE(4), + [sym_gnatprep_if_statement] = STATE(4), + [sym_exit_statement] = STATE(4), + [sym_goto_statement] = STATE(4), + [sym__delay_statement] = STATE(4), + [sym_delay_until_statement] = STATE(4), + [sym_delay_relative_statement] = STATE(4), + [sym_simple_return_statement] = STATE(4), + [sym_extended_return_statement] = STATE(4), + [sym_procedure_call_statement] = STATE(4), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(4), + [sym_loop_statement] = STATE(4), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(4), + [aux_sym__sequence_of_statements_repeat1] = STATE(4), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16847,6 +16848,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_requeue_statement_token1] = ACTIONS(67), [aux_sym_accept_statement_token1] = ACTIONS(69), [aux_sym_gnatprep_declarative_if_statement_token1] = ACTIONS(71), + [aux_sym_gnatprep_declarative_if_statement_token4] = ACTIONS(478), [aux_sym_exit_statement_token1] = ACTIONS(73), [aux_sym_goto_statement_token1] = ACTIONS(75), [aux_sym_delay_until_statement_token1] = ACTIONS(77), @@ -16854,56 +16856,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [90] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1500), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1632), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16925,56 +16927,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [91] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1626), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1945), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -16996,56 +16998,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [92] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1222), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1799), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -17067,56 +17069,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [93] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(95), - [sym_null_statement] = STATE(26), - [sym_pragma_g] = STATE(26), - [sym__sequence_of_statements] = STATE(1557), - [sym__simple_statement] = STATE(26), - [sym__statement] = STATE(26), - [sym__compound_statement] = STATE(26), - [sym__select_statement] = STATE(26), - [sym_asynchronous_select] = STATE(26), - [sym_conditional_entry_call] = STATE(26), - [sym_timed_entry_call] = STATE(26), - [sym_selective_accept] = STATE(26), - [sym_abort_statement] = STATE(26), - [sym_requeue_statement] = STATE(26), - [sym_accept_statement] = STATE(26), - [sym_case_statement] = STATE(26), - [sym_block_statement] = STATE(26), - [sym_if_statement] = STATE(26), - [sym_gnatprep_if_statement] = STATE(26), - [sym_exit_statement] = STATE(26), - [sym_goto_statement] = STATE(26), - [sym__delay_statement] = STATE(26), - [sym_delay_until_statement] = STATE(26), - [sym_delay_relative_statement] = STATE(26), - [sym_simple_return_statement] = STATE(26), - [sym_extended_return_statement] = STATE(26), - [sym_procedure_call_statement] = STATE(26), - [sym_function_call] = STATE(985), - [sym_raise_statement] = STATE(26), - [sym_loop_statement] = STATE(26), - [sym_iteration_scheme] = STATE(2043), - [sym_assignment_statement] = STATE(26), - [aux_sym__sequence_of_statements_repeat1] = STATE(26), - [aux_sym__sequence_of_statements_repeat2] = STATE(95), - [sym_identifier] = ACTIONS(422), + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(96), + [sym_null_statement] = STATE(21), + [sym_pragma_g] = STATE(21), + [sym__sequence_of_statements] = STATE(1802), + [sym__simple_statement] = STATE(21), + [sym__statement] = STATE(21), + [sym__compound_statement] = STATE(21), + [sym__select_statement] = STATE(21), + [sym_asynchronous_select] = STATE(21), + [sym_conditional_entry_call] = STATE(21), + [sym_timed_entry_call] = STATE(21), + [sym_selective_accept] = STATE(21), + [sym_abort_statement] = STATE(21), + [sym_requeue_statement] = STATE(21), + [sym_accept_statement] = STATE(21), + [sym_case_statement] = STATE(21), + [sym_block_statement] = STATE(21), + [sym_if_statement] = STATE(21), + [sym_gnatprep_if_statement] = STATE(21), + [sym_exit_statement] = STATE(21), + [sym_goto_statement] = STATE(21), + [sym__delay_statement] = STATE(21), + [sym_delay_until_statement] = STATE(21), + [sym_delay_relative_statement] = STATE(21), + [sym_simple_return_statement] = STATE(21), + [sym_extended_return_statement] = STATE(21), + [sym_procedure_call_statement] = STATE(21), + [sym_function_call] = STATE(999), + [sym_raise_statement] = STATE(21), + [sym_loop_statement] = STATE(21), + [sym_iteration_scheme] = STATE(2042), + [sym_assignment_statement] = STATE(21), + [aux_sym__sequence_of_statements_repeat1] = STATE(21), + [aux_sym__sequence_of_statements_repeat2] = STATE(96), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -17138,64 +17140,64 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, [94] = { - [sym__defining_identifier_list] = STATE(2048), - [sym__declarative_item] = STATE(512), - [sym__basic_declarative_item] = STATE(512), - [sym__basic_declaration] = STATE(512), - [sym__package_declaration] = STATE(512), - [sym_package_specification] = STATE(2044), - [sym_use_clause] = STATE(512), - [sym__proper_body] = STATE(512), - [sym_subprogram_body] = STATE(512), - [sym_package_body] = STATE(512), - [sym__type_declaration] = STATE(512), - [sym_full_type_declaration] = STATE(512), - [sym_private_type_declaration] = STATE(512), - [sym_private_extension_declaration] = STATE(512), - [sym_incomplete_type_declaration] = STATE(512), - [sym__aspect_clause] = STATE(512), - [sym_at_clause] = STATE(512), - [sym_attribute_definition_clause] = STATE(512), - [sym_body_stub] = STATE(512), - [sym_subprogram_body_stub] = STATE(423), - [sym_package_body_stub] = STATE(423), - [sym_task_body] = STATE(512), - [sym_task_body_stub] = STATE(423), - [sym_protected_type_declaration] = STATE(425), - [sym_single_protected_declaration] = STATE(432), - [sym_protected_body] = STATE(512), - [sym_protected_body_stub] = STATE(423), - [sym_enumeration_representation_clause] = STATE(512), - [sym_exception_declaration] = STATE(512), - [sym_function_specification] = STATE(1187), - [sym__generic_declaration] = STATE(512), - [sym_generic_formal_part] = STATE(956), - [sym_generic_subprogram_declaration] = STATE(512), - [sym_generic_package_declaration] = STATE(512), - [sym_generic_instantiation] = STATE(512), - [sym_null_procedure_declaration] = STATE(512), - [sym_number_declaration] = STATE(512), - [sym_object_declaration] = STATE(512), - [sym_single_task_declaration] = STATE(432), - [sym_task_type_declaration] = STATE(425), - [sym_overriding_indicator] = STATE(1082), + [sym__defining_identifier_list] = STATE(2047), + [sym__declarative_item] = STATE(515), + [sym__basic_declarative_item] = STATE(515), + [sym__basic_declaration] = STATE(515), + [sym_package_declaration] = STATE(515), + [sym__package_specification] = STATE(2043), + [sym_use_clause] = STATE(515), + [sym__proper_body] = STATE(515), + [sym_subprogram_body] = STATE(515), + [sym_package_body] = STATE(515), + [sym__type_declaration] = STATE(515), + [sym_full_type_declaration] = STATE(515), + [sym_private_type_declaration] = STATE(515), + [sym_private_extension_declaration] = STATE(515), + [sym_incomplete_type_declaration] = STATE(515), + [sym__aspect_clause] = STATE(515), + [sym_at_clause] = STATE(515), + [sym_attribute_definition_clause] = STATE(515), + [sym_body_stub] = STATE(515), + [sym_subprogram_body_stub] = STATE(400), + [sym_package_body_stub] = STATE(400), + [sym_task_body] = STATE(515), + [sym_task_body_stub] = STATE(400), + [sym_protected_type_declaration] = STATE(397), + [sym_single_protected_declaration] = STATE(302), + [sym_protected_body] = STATE(515), + [sym_protected_body_stub] = STATE(400), + [sym_enumeration_representation_clause] = STATE(515), + [sym_exception_declaration] = STATE(515), + [sym_function_specification] = STATE(1183), + [sym__generic_declaration] = STATE(515), + [sym_generic_formal_part] = STATE(926), + [sym_generic_subprogram_declaration] = STATE(515), + [sym_generic_package_declaration] = STATE(515), + [sym_generic_instantiation] = STATE(515), + [sym_null_procedure_declaration] = STATE(515), + [sym_number_declaration] = STATE(515), + [sym_object_declaration] = STATE(515), + [sym_single_task_declaration] = STATE(302), + [sym_task_type_declaration] = STATE(397), + [sym_overriding_indicator] = STATE(1083), [sym_procedure_specification] = STATE(1163), - [sym_record_representation_clause] = STATE(512), - [sym__renaming_declaration] = STATE(512), - [sym_object_renaming_declaration] = STATE(512), - [sym_exception_renaming_declaration] = STATE(512), - [sym_package_renaming_declaration] = STATE(512), - [sym_subprogram_renaming_declaration] = STATE(512), - [sym_generic_renaming_declaration] = STATE(512), - [sym_subprogram_declaration] = STATE(512), - [sym_expression_function_declaration] = STATE(512), - [sym__subprogram_specification] = STATE(1075), - [sym_subtype_declaration] = STATE(512), + [sym_record_representation_clause] = STATE(515), + [sym__renaming_declaration] = STATE(515), + [sym_object_renaming_declaration] = STATE(515), + [sym_exception_renaming_declaration] = STATE(515), + [sym_package_renaming_declaration] = STATE(515), + [sym_subprogram_renaming_declaration] = STATE(515), + [sym_generic_renaming_declaration] = STATE(515), + [sym_subprogram_declaration] = STATE(515), + [sym_expression_function_declaration] = STATE(515), + [sym__subprogram_specification] = STATE(1055), + [sym_subtype_declaration] = STATE(515), [sym_identifier] = ACTIONS(324), [sym_comment] = ACTIONS(3), [aux_sym_iterated_element_association_token1] = ACTIONS(326), [aux_sym_iterated_element_association_token2] = ACTIONS(15), - [aux_sym_package_specification_token1] = ACTIONS(19), + [aux_sym__package_specification_token1] = ACTIONS(19), [aux_sym_with_clause_token2] = ACTIONS(480), [aux_sym_use_clause_token2] = ACTIONS(25), [aux_sym_relation_membership_token1] = ACTIONS(31), @@ -17208,15 +17210,83 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_subtype_declaration_token1] = ACTIONS(83), }, [95] = { - [sym__name] = STATE(985), - [sym_selected_component] = STATE(1088), - [sym_slice] = STATE(1088), - [sym__attribute_reference] = STATE(1088), - [sym__reduction_attribute_reference] = STATE(1088), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(1088), - [sym_loop_label] = STATE(998), - [sym_label] = STATE(554), + [sym_unary_adding_operator] = STATE(530), + [sym__name] = STATE(522), + [sym_selected_component] = STATE(522), + [sym__defining_identifier_list] = STATE(1843), + [sym_slice] = STATE(522), + [sym__attribute_reference] = STATE(522), + [sym__reduction_attribute_reference] = STATE(522), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(522), + [sym_range_g] = STATE(1917), + [sym_expression] = STATE(1440), + [sym__relation] = STATE(601), + [sym_relation_membership] = STATE(601), + [sym_raise_expression] = STATE(601), + [sym__simple_expression] = STATE(663), + [sym_term] = STATE(546), + [sym__factor] = STATE(526), + [sym_factor_power] = STATE(526), + [sym_factor_abs] = STATE(526), + [sym_factor_not] = STATE(526), + [sym__parenthesized_expression] = STATE(535), + [sym__primary] = STATE(535), + [sym_primary_null] = STATE(535), + [sym_allocator] = STATE(535), + [sym_parameter_association] = STATE(1331), + [sym__conditional_expression] = STATE(1913), + [sym_quantified_expression] = STATE(1913), + [sym_declare_expression] = STATE(1913), + [sym_case_expression] = STATE(1913), + [sym_component_choice_list] = STATE(1912), + [sym__aggregate] = STATE(535), + [sym__delta_aggregate] = STATE(535), + [sym_extension_aggregate] = STATE(535), + [sym_record_delta_aggregate] = STATE(535), + [sym_array_delta_aggregate] = STATE(535), + [sym_record_aggregate] = STATE(535), + [sym__array_aggregate] = STATE(535), + [sym_positional_array_aggregate] = STATE(535), + [sym_null_array_aggregate] = STATE(535), + [sym_named_array_aggregate] = STATE(535), + [sym_parameter_specification] = STATE(1207), + [sym__parameter_specification_list] = STATE(1842), + [sym_if_expression] = STATE(1913), + [sym_function_call] = STATE(522), + [sym_identifier] = ACTIONS(482), + [sym_gnatprep_identifier] = ACTIONS(484), + [sym_comment] = ACTIONS(3), + [sym_string_literal] = ACTIONS(486), + [sym_character_literal] = ACTIONS(484), + [sym_numeric_literal] = ACTIONS(372), + [anon_sym_PLUS] = ACTIONS(374), + [anon_sym_DASH] = ACTIONS(376), + [sym_target_name] = ACTIONS(484), + [anon_sym_LPAREN] = ACTIONS(378), + [anon_sym_LBRACK] = ACTIONS(380), + [aux_sym_iterated_element_association_token1] = ACTIONS(488), + [aux_sym_relation_membership_token1] = ACTIONS(490), + [aux_sym_raise_expression_token1] = ACTIONS(388), + [aux_sym_factor_abs_token1] = ACTIONS(390), + [aux_sym_primary_null_token1] = ACTIONS(492), + [aux_sym_allocator_token1] = ACTIONS(394), + [anon_sym_LT_GT] = ACTIONS(494), + [aux_sym_declare_expression_token1] = ACTIONS(396), + [aux_sym_case_expression_token1] = ACTIONS(398), + [aux_sym_component_choice_list_token1] = ACTIONS(496), + [aux_sym_if_expression_token1] = ACTIONS(406), + }, + [96] = { + [sym__name] = STATE(999), + [sym_selected_component] = STATE(1095), + [sym_slice] = STATE(1095), + [sym__attribute_reference] = STATE(1095), + [sym__reduction_attribute_reference] = STATE(1095), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(1095), + [sym_loop_label] = STATE(1004), + [sym_label] = STATE(553), [sym_null_statement] = STATE(195), [sym_pragma_g] = STATE(195), [sym__simple_statement] = STATE(195), @@ -17241,20 +17311,20 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_simple_return_statement] = STATE(195), [sym_extended_return_statement] = STATE(195), [sym_procedure_call_statement] = STATE(195), - [sym_function_call] = STATE(985), + [sym_function_call] = STATE(999), [sym_raise_statement] = STATE(195), [sym_loop_statement] = STATE(195), - [sym_iteration_scheme] = STATE(2043), + [sym_iteration_scheme] = STATE(2042), [sym_assignment_statement] = STATE(195), - [aux_sym__sequence_of_statements_repeat2] = STATE(554), - [sym_identifier] = ACTIONS(422), + [aux_sym__sequence_of_statements_repeat2] = STATE(553), + [sym_identifier] = ACTIONS(416), [sym_gnatprep_identifier] = ACTIONS(9), [sym_comment] = ACTIONS(3), [sym_string_literal] = ACTIONS(9), [sym_character_literal] = ACTIONS(9), [sym_target_name] = ACTIONS(9), [anon_sym_LBRACK] = ACTIONS(11), - [aux_sym_iterated_element_association_token1] = ACTIONS(424), + [aux_sym_iterated_element_association_token1] = ACTIONS(418), [aux_sym_subprogram_body_token1] = ACTIONS(29), [aux_sym_raise_expression_token1] = ACTIONS(33), [aux_sym_primary_null_token1] = ACTIONS(35), @@ -17275,310 +17345,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_loop_statement_token1] = ACTIONS(79), [aux_sym_iteration_scheme_token1] = ACTIONS(81), }, - [96] = { - [sym_unary_adding_operator] = STATE(537), - [sym__name] = STATE(522), - [sym_selected_component] = STATE(548), - [sym_slice] = STATE(548), - [sym__attribute_reference] = STATE(548), - [sym__reduction_attribute_reference] = STATE(548), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(548), - [sym__subtype_indication] = STATE(1515), - [sym_range_g] = STATE(1534), - [sym_expression] = STATE(1441), - [sym__relation] = STATE(607), - [sym_relation_membership] = STATE(607), - [sym_raise_expression] = STATE(607), - [sym__simple_expression] = STATE(661), - [sym_term] = STATE(546), - [sym__factor] = STATE(524), - [sym_factor_power] = STATE(524), - [sym_factor_abs] = STATE(524), - [sym_factor_not] = STATE(524), - [sym__parenthesized_expression] = STATE(528), - [sym__primary] = STATE(528), - [sym_primary_null] = STATE(528), - [sym_allocator] = STATE(528), - [sym_parameter_association] = STATE(1292), - [sym__conditional_expression] = STATE(1913), - [sym_quantified_expression] = STATE(1913), - [sym_declare_expression] = STATE(1913), - [sym_case_expression] = STATE(1913), - [sym_component_choice_list] = STATE(1910), - [sym__aggregate] = STATE(528), - [sym__delta_aggregate] = STATE(528), - [sym_extension_aggregate] = STATE(528), - [sym_record_delta_aggregate] = STATE(528), - [sym_array_delta_aggregate] = STATE(528), - [sym_record_aggregate] = STATE(528), - [sym_null_exclusion] = STATE(835), - [sym__discrete_range] = STATE(1233), - [sym__array_aggregate] = STATE(528), - [sym_positional_array_aggregate] = STATE(528), - [sym_null_array_aggregate] = STATE(528), - [sym_named_array_aggregate] = STATE(528), - [sym_if_expression] = STATE(1913), - [sym_function_call] = STATE(522), - [sym_identifier] = ACTIONS(482), - [sym_gnatprep_identifier] = ACTIONS(484), - [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(486), - [sym_character_literal] = ACTIONS(484), - [sym_numeric_literal] = ACTIONS(370), - [anon_sym_PLUS] = ACTIONS(372), - [anon_sym_DASH] = ACTIONS(374), - [sym_target_name] = ACTIONS(484), - [anon_sym_LPAREN] = ACTIONS(376), - [anon_sym_LBRACK] = ACTIONS(378), - [aux_sym_iterated_element_association_token1] = ACTIONS(488), - [aux_sym_relation_membership_token1] = ACTIONS(384), - [aux_sym_raise_expression_token1] = ACTIONS(386), - [aux_sym_factor_abs_token1] = ACTIONS(388), - [aux_sym_primary_null_token1] = ACTIONS(490), - [aux_sym_allocator_token1] = ACTIONS(392), - [anon_sym_LT_GT] = ACTIONS(492), - [aux_sym_declare_expression_token1] = ACTIONS(394), - [aux_sym_case_expression_token1] = ACTIONS(396), - [aux_sym_component_choice_list_token1] = ACTIONS(494), - [aux_sym_if_expression_token1] = ACTIONS(404), - }, [97] = { - [sym_unary_adding_operator] = STATE(537), + [sym_unary_adding_operator] = STATE(530), [sym__name] = STATE(522), - [sym_selected_component] = STATE(522), - [sym__defining_identifier_list] = STATE(1844), - [sym_slice] = STATE(522), - [sym__attribute_reference] = STATE(522), - [sym__reduction_attribute_reference] = STATE(522), - [sym_value_sequence] = STATE(2045), - [sym_qualified_expression] = STATE(522), - [sym_range_g] = STATE(1914), - [sym_expression] = STATE(1441), - [sym__relation] = STATE(607), - [sym_relation_membership] = STATE(607), - [sym_raise_expression] = STATE(607), - [sym__simple_expression] = STATE(661), + [sym_selected_component] = STATE(547), + [sym_slice] = STATE(547), + [sym__attribute_reference] = STATE(547), + [sym__reduction_attribute_reference] = STATE(547), + [sym_value_sequence] = STATE(2044), + [sym_qualified_expression] = STATE(547), + [sym__subtype_indication] = STATE(1520), + [sym_range_g] = STATE(1535), + [sym_expression] = STATE(1440), + [sym__relation] = STATE(601), + [sym_relation_membership] = STATE(601), + [sym_raise_expression] = STATE(601), + [sym__simple_expression] = STATE(663), [sym_term] = STATE(546), - [sym__factor] = STATE(524), - [sym_factor_power] = STATE(524), - [sym_factor_abs] = STATE(524), - [sym_factor_not] = STATE(524), - [sym__parenthesized_expression] = STATE(528), - [sym__primary] = STATE(528), - [sym_primary_null] = STATE(528), - [sym_allocator] = STATE(528), - [sym_parameter_association] = STATE(1292), + [sym__factor] = STATE(526), + [sym_factor_power] = STATE(526), + [sym_factor_abs] = STATE(526), + [sym_factor_not] = STATE(526), + [sym__parenthesized_expression] = STATE(535), + [sym__primary] = STATE(535), + [sym_primary_null] = STATE(535), + [sym_allocator] = STATE(535), + [sym_parameter_association] = STATE(1331), [sym__conditional_expression] = STATE(1913), [sym_quantified_expression] = STATE(1913), [sym_declare_expression] = STATE(1913), [sym_case_expression] = STATE(1913), - [sym_component_choice_list] = STATE(1910), - [sym__aggregate] = STATE(528), - [sym__delta_aggregate] = STATE(528), - [sym_extension_aggregate] = STATE(528), - [sym_record_delta_aggregate] = STATE(528), - [sym_array_delta_aggregate] = STATE(528), - [sym_record_aggregate] = STATE(528), - [sym__array_aggregate] = STATE(528), - [sym_positional_array_aggregate] = STATE(528), - [sym_null_array_aggregate] = STATE(528), - [sym_named_array_aggregate] = STATE(528), - [sym_parameter_specification] = STATE(1377), - [sym__parameter_specification_list] = STATE(1843), + [sym_component_choice_list] = STATE(1912), + [sym__aggregate] = STATE(535), + [sym__delta_aggregate] = STATE(535), + [sym_extension_aggregate] = STATE(535), + [sym_record_delta_aggregate] = STATE(535), + [sym_array_delta_aggregate] = STATE(535), + [sym_record_aggregate] = STATE(535), + [sym_null_exclusion] = STATE(801), + [sym__discrete_range] = STATE(1389), + [sym__array_aggregate] = STATE(535), + [sym_positional_array_aggregate] = STATE(535), + [sym_null_array_aggregate] = STATE(535), + [sym_named_array_aggregate] = STATE(535), [sym_if_expression] = STATE(1913), [sym_function_call] = STATE(522), - [sym_identifier] = ACTIONS(496), - [sym_gnatprep_identifier] = ACTIONS(498), + [sym_identifier] = ACTIONS(498), + [sym_gnatprep_identifier] = ACTIONS(500), [sym_comment] = ACTIONS(3), - [sym_string_literal] = ACTIONS(500), - [sym_character_literal] = ACTIONS(498), - [sym_numeric_literal] = ACTIONS(370), - [anon_sym_PLUS] = ACTIONS(372), - [anon_sym_DASH] = ACTIONS(374), - [sym_target_name] = ACTIONS(498), - [anon_sym_LPAREN] = ACTIONS(376), - [anon_sym_LBRACK] = ACTIONS(378), + [sym_string_literal] = ACTIONS(502), + [sym_character_literal] = ACTIONS(500), + [sym_numeric_literal] = ACTIONS(372), + [anon_sym_PLUS] = ACTIONS(374), + [anon_sym_DASH] = ACTIONS(376), + [sym_target_name] = ACTIONS(500), + [anon_sym_LPAREN] = ACTIONS(378), + [anon_sym_LBRACK] = ACTIONS(380), [aux_sym_iterated_element_association_token1] = ACTIONS(488), - [aux_sym_relation_membership_token1] = ACTIONS(502), - [aux_sym_raise_expression_token1] = ACTIONS(386), - [aux_sym_factor_abs_token1] = ACTIONS(388), - [aux_sym_primary_null_token1] = ACTIONS(490), - [aux_sym_allocator_token1] = ACTIONS(392), - [anon_sym_LT_GT] = ACTIONS(492), - [aux_sym_declare_expression_token1] = ACTIONS(394), - [aux_sym_case_expression_token1] = ACTIONS(396), - [aux_sym_component_choice_list_token1] = ACTIONS(494), - [aux_sym_if_expression_token1] = ACTIONS(404), + [aux_sym_relation_membership_token1] = ACTIONS(386), + [aux_sym_raise_expression_token1] = ACTIONS(388), + [aux_sym_factor_abs_token1] = ACTIONS(390), + [aux_sym_primary_null_token1] = ACTIONS(492), + [aux_sym_allocator_token1] = ACTIONS(394), + [anon_sym_LT_GT] = ACTIONS(494), + [aux_sym_declare_expression_token1] = ACTIONS(396), + [aux_sym_case_expression_token1] = ACTIONS(398), + [aux_sym_component_choice_list_token1] = ACTIONS(496), + [aux_sym_if_expression_token1] = ACTIONS(406), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 37, + [0] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(364), 1, - sym_identifier, - ACTIONS(368), 1, - sym_string_literal, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, - aux_sym_factor_abs_token1, + aux_sym_raise_expression_token1, ACTIONS(390), 1, - aux_sym_primary_null_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(398), 1, - aux_sym_component_choice_list_token1, - ACTIONS(504), 1, - aux_sym_iterated_element_association_token1, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(661), 1, - sym__simple_expression, - STATE(835), 1, - sym_null_exclusion, - STATE(1103), 1, - sym_array_component_association, - STATE(1160), 1, - sym_expression, - STATE(1338), 1, - sym__named_record_component_association, - STATE(1371), 1, - sym_iterated_element_association, - STATE(1393), 1, - sym_discrete_choice, - STATE(1432), 1, - sym__subtype_indication, - STATE(1433), 1, - sym_range_g, - STATE(1791), 1, - sym__array_component_association_list, - STATE(1939), 1, - sym_discrete_choice_list, - STATE(1942), 1, - sym_component_choice_list, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(1788), 2, - sym_record_component_association_list, - sym__record_component_association_list_or_expression, - ACTIONS(366), 3, - sym_gnatprep_identifier, - sym_character_literal, - sym_target_name, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [138] = 33, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, ACTIONS(394), 1, - aux_sym_declare_expression_token1, + aux_sym_allocator_token1, ACTIONS(396), 1, + aux_sym_declare_expression_token1, + ACTIONS(398), 1, aux_sym_case_expression_token1, - ACTIONS(404), 1, + ACTIONS(406), 1, aux_sym_if_expression_token1, + ACTIONS(486), 1, + sym_string_literal, ACTIONS(488), 1, aux_sym_iterated_element_association_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(492), 1, - anon_sym_LT_GT, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, - sym_string_literal, - ACTIONS(502), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(494), 1, + anon_sym_LT_GT, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(504), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(1292), 1, + STATE(1331), 1, sym_parameter_association, - STATE(1441), 1, + STATE(1440), 1, sym_expression, - STATE(1910), 1, + STATE(1912), 1, sym_component_choice_list, - STATE(1914), 1, + STATE(1917), 1, sym_range_g, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(498), 3, + ACTIONS(484), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, @@ -17597,7 +17498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17612,77 +17513,77 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [268] = 33, + [130] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, ACTIONS(394), 1, - aux_sym_declare_expression_token1, + aux_sym_allocator_token1, ACTIONS(396), 1, + aux_sym_declare_expression_token1, + ACTIONS(398), 1, aux_sym_case_expression_token1, - ACTIONS(404), 1, + ACTIONS(406), 1, aux_sym_if_expression_token1, ACTIONS(488), 1, aux_sym_iterated_element_association_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(508), 1, + ACTIONS(506), 1, sym_identifier, - ACTIONS(510), 1, + ACTIONS(508), 1, sym_string_literal, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1254), 1, + STATE(1392), 1, sym_discriminant_association, - STATE(1515), 1, + STATE(1520), 1, sym__subtype_indication, - STATE(1517), 1, + STATE(1522), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(1233), 2, + STATE(1389), 2, sym_range_g, sym__discrete_range, - ACTIONS(484), 3, + ACTIONS(500), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(548), 5, + STATE(547), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -17694,7 +17595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_declare_expression, sym_case_expression, sym_if_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -17709,7 +17610,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [398] = 28, + [260] = 28, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -17734,42 +17635,42 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(512), 1, + ACTIONS(510), 1, aux_sym_compilation_unit_token1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, ACTIONS(514), 1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token3, ACTIONS(516), 1, - aux_sym_package_specification_token3, - ACTIONS(518), 1, aux_sym_allocator_token1, - ACTIONS(520), 1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - STATE(956), 1, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(102), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(106), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -17800,7 +17701,108 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, + [380] = 37, + ACTIONS(3), 1, + sym_comment, + ACTIONS(366), 1, + sym_identifier, + ACTIONS(370), 1, + sym_string_literal, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(392), 1, + aux_sym_primary_null_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(400), 1, + aux_sym_component_choice_list_token1, + ACTIONS(522), 1, + aux_sym_iterated_element_association_token1, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(663), 1, + sym__simple_expression, + STATE(801), 1, + sym_null_exclusion, + STATE(1145), 1, + sym_array_component_association, + STATE(1154), 1, + sym_expression, + STATE(1312), 1, + sym__named_record_component_association, + STATE(1378), 1, + sym_iterated_element_association, + STATE(1397), 1, + sym_discrete_choice, + STATE(1432), 1, + sym__subtype_indication, + STATE(1433), 1, + sym_range_g, + STATE(1674), 1, + sym__array_component_association_list, + STATE(1939), 1, + sym_discrete_choice_list, + STATE(1942), 1, + sym_component_choice_list, + STATE(2044), 1, + sym_value_sequence, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(1790), 2, + sym_record_component_association_list, + sym__record_component_association_list_or_expression, + ACTIONS(368), 3, + sym_gnatprep_identifier, + sym_character_literal, + sym_target_name, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [518] = 27, ACTIONS(3), 1, sym_comment, @@ -17826,40 +17828,40 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, - aux_sym_interface_type_definition_token1, - ACTIONS(524), 1, + ACTIONS(510), 1, aux_sym_compilation_unit_token1, - ACTIONS(526), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(514), 1, + aux_sym__package_specification_token3, + ACTIONS(518), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(520), 1, + aux_sym_interface_type_definition_token1, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(104), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(106), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -17890,8 +17892,97 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, - [635] = 27, + aux_sym__package_specification_repeat1, + [635] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(524), 1, + sym_identifier, + ACTIONS(527), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(530), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(535), 1, + aux_sym__package_specification_token1, + ACTIONS(538), 1, + aux_sym_use_clause_token2, + ACTIONS(541), 1, + aux_sym_relation_membership_token1, + ACTIONS(544), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(547), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(550), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(553), 1, + aux_sym_interface_type_definition_token1, + ACTIONS(556), 1, + aux_sym_generic_formal_part_token1, + ACTIONS(559), 1, + aux_sym_global_mode_token1, + ACTIONS(562), 1, + aux_sym_pragma_g_token1, + ACTIONS(565), 1, + aux_sym_subtype_declaration_token1, + STATE(926), 1, + sym_generic_formal_part, + STATE(1027), 1, + sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, + STATE(1163), 1, + sym_procedure_specification, + STATE(1183), 1, + sym_function_specification, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, + sym__defining_identifier_list, + ACTIONS(533), 2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token3, + STATE(302), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(103), 34, + sym__basic_declarative_item, + sym__basic_declaration, + sym_package_declaration, + sym_use_clause, + sym__basic_declarative_item_pragma, + sym__type_declaration, + sym_full_type_declaration, + sym_private_type_declaration, + sym_private_extension_declaration, + sym_incomplete_type_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_exception_declaration, + sym__generic_declaration, + sym_generic_subprogram_declaration, + sym_generic_package_declaration, + sym_generic_instantiation, + sym_null_procedure_declaration, + sym_number_declaration, + sym_object_declaration, + sym_pragma_g, + sym_record_representation_clause, + sym__renaming_declaration, + sym_object_renaming_declaration, + sym_exception_renaming_declaration, + sym_package_renaming_declaration, + sym_subprogram_renaming_declaration, + sym_generic_renaming_declaration, + sym_subprogram_declaration, + sym_expression_function_declaration, + sym_subtype_declaration, + aux_sym__package_specification_repeat1, + [750] = 27, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -17916,129 +18007,40 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, + aux_sym_access_to_subprogram_definition_token1, ACTIONS(520), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, aux_sym_interface_type_definition_token1, - ACTIONS(528), 1, + ACTIONS(568), 1, aux_sym_compilation_unit_token1, - ACTIONS(530), 1, - aux_sym_package_specification_token3, - STATE(956), 1, - sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, - sym__subprogram_specification, - STATE(1163), 1, - sym_procedure_specification, - STATE(1187), 1, - sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, - sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(104), 34, - sym__basic_declarative_item, - sym__basic_declaration, - sym__package_declaration, - sym_use_clause, - sym__basic_declarative_item_pragma, - sym__type_declaration, - sym_full_type_declaration, - sym_private_type_declaration, - sym_private_extension_declaration, - sym_incomplete_type_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_exception_declaration, - sym__generic_declaration, - sym_generic_subprogram_declaration, - sym_generic_package_declaration, - sym_generic_instantiation, - sym_null_procedure_declaration, - sym_number_declaration, - sym_object_declaration, - sym_pragma_g, - sym_record_representation_clause, - sym__renaming_declaration, - sym_object_renaming_declaration, - sym_exception_renaming_declaration, - sym_package_renaming_declaration, - sym_subprogram_renaming_declaration, - sym_generic_renaming_declaration, - sym_subprogram_declaration, - sym_expression_function_declaration, - sym_subtype_declaration, - aux_sym_package_specification_repeat1, - [752] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(532), 1, - sym_identifier, - ACTIONS(535), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(538), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(543), 1, - aux_sym_package_specification_token1, - ACTIONS(546), 1, - aux_sym_use_clause_token2, - ACTIONS(549), 1, - aux_sym_relation_membership_token1, - ACTIONS(552), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(555), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(558), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(561), 1, - aux_sym_interface_type_definition_token1, - ACTIONS(564), 1, - aux_sym_generic_formal_part_token1, - ACTIONS(567), 1, - aux_sym_global_mode_token1, ACTIONS(570), 1, - aux_sym_pragma_g_token1, - ACTIONS(573), 1, - aux_sym_subtype_declaration_token1, - STATE(956), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - ACTIONS(541), 2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token3, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(104), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(105), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18069,7 +18071,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [867] = 27, ACTIONS(3), 1, sym_comment, @@ -18095,40 +18097,40 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(524), 1, + ACTIONS(572), 1, aux_sym_compilation_unit_token1, - ACTIONS(526), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(574), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, STATE(103), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18159,7 +18161,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [984] = 27, ACTIONS(3), 1, sym_comment, @@ -18186,39 +18188,39 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(326), 1, aux_sym_iterated_element_association_token1, ACTIONS(512), 1, - aux_sym_compilation_unit_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(516), 1, - aux_sym_package_specification_token3, - ACTIONS(520), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - STATE(956), 1, + ACTIONS(568), 1, + aux_sym_compilation_unit_token1, + ACTIONS(570), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(102), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(103), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18249,7 +18251,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1101] = 26, ACTIONS(3), 1, sym_comment, @@ -18275,38 +18277,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, ACTIONS(576), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(111), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(113), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18337,31 +18339,31 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1215] = 35, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, @@ -18371,19 +18373,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(991), 1, + STATE(1000), 1, sym_expression, - STATE(1103), 1, + STATE(1145), 1, sym_array_component_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, @@ -18395,32 +18397,32 @@ static const uint16_t ts_small_parse_table[] = { sym__array_component_association_list, STATE(1939), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18460,38 +18462,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(526), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(574), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(110), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(103), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18522,7 +18524,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1461] = 26, ACTIONS(3), 1, sym_comment, @@ -18548,38 +18550,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(530), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(570), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(104), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(109), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18610,7 +18612,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1575] = 26, ACTIONS(3), 1, sym_comment, @@ -18636,38 +18638,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(586), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(574), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(104), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(112), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18698,7 +18700,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1689] = 26, ACTIONS(3), 1, sym_comment, @@ -18724,38 +18726,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(530), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(576), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(113), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(103), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18786,7 +18788,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1803] = 26, ACTIONS(3), 1, sym_comment, @@ -18812,38 +18814,38 @@ static const uint16_t ts_small_parse_table[] = { sym_identifier, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(514), 1, - aux_sym_package_specification_token1, - ACTIONS(520), 1, + ACTIONS(512), 1, + aux_sym__package_specification_token1, + ACTIONS(518), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(522), 1, + ACTIONS(520), 1, aux_sym_interface_type_definition_token1, - ACTIONS(576), 1, - aux_sym_package_specification_token3, - STATE(956), 1, + ACTIONS(586), 1, + aux_sym__package_specification_token3, + STATE(926), 1, sym_generic_formal_part, - STATE(1066), 1, - sym_overriding_indicator, - STATE(1067), 1, + STATE(1027), 1, sym__subprogram_specification, + STATE(1028), 1, + sym_overriding_indicator, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(2044), 1, - sym_package_specification, - STATE(2048), 1, + STATE(2043), 1, + sym__package_specification, + STATE(2047), 1, sym__defining_identifier_list, - STATE(425), 2, - sym_protected_type_declaration, - sym_task_type_declaration, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(104), 34, + STATE(397), 2, + sym_protected_type_declaration, + sym_task_type_declaration, + STATE(103), 34, sym__basic_declarative_item, sym__basic_declaration, - sym__package_declaration, + sym_package_declaration, sym_use_clause, sym__basic_declarative_item_pragma, sym__type_declaration, @@ -18874,31 +18876,31 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, sym_subtype_declaration, - aux_sym_package_specification_repeat1, + aux_sym__package_specification_repeat1, [1917] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, @@ -18906,21 +18908,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(991), 1, + STATE(1023), 1, sym_expression, - STATE(1103), 1, + STATE(1145), 1, sym_array_component_association, - STATE(1371), 1, + STATE(1378), 1, sym_iterated_element_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, @@ -18930,32 +18932,32 @@ static const uint16_t ts_small_parse_table[] = { sym__array_component_association_list, STATE(1939), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -18973,27 +18975,27 @@ static const uint16_t ts_small_parse_table[] = { [2046] = 34, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, @@ -19001,21 +19003,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1027), 1, + STATE(1000), 1, sym_expression, - STATE(1103), 1, + STATE(1145), 1, sym_array_component_association, - STATE(1371), 1, + STATE(1378), 1, sym_iterated_element_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, @@ -19025,32 +19027,32 @@ static const uint16_t ts_small_parse_table[] = { sym__array_component_association_list, STATE(1939), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19068,53 +19070,53 @@ static const uint16_t ts_small_parse_table[] = { [2175] = 32, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1103), 1, + STATE(1145), 1, sym_array_component_association, - STATE(1371), 1, + STATE(1378), 1, sym_iterated_element_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, - STATE(1818), 1, + STATE(1820), 1, sym__array_component_association_list, STATE(1939), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, @@ -19122,27 +19124,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(1433), 2, sym_range_g, sym_expression, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19160,47 +19162,47 @@ static const uint16_t ts_small_parse_table[] = { [2299] = 33, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1103), 1, - sym_array_component_association, STATE(1145), 1, + sym_array_component_association, + STATE(1189), 1, sym_expression, - STATE(1371), 1, + STATE(1378), 1, sym_iterated_element_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, @@ -19210,32 +19212,32 @@ static const uint16_t ts_small_parse_table[] = { sym_discrete_choice_list, STATE(1940), 1, sym__array_component_association_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19253,49 +19255,49 @@ static const uint16_t ts_small_parse_table[] = { [2425] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(396), 1, + ACTIONS(398), 1, aux_sym_case_expression_token1, - ACTIONS(404), 1, + ACTIONS(406), 1, aux_sym_if_expression_token1, ACTIONS(488), 1, aux_sym_iterated_element_association_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(588), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1386), 1, + STATE(1310), 1, sym_pragma_argument_association, - STATE(1477), 1, + STATE(1478), 1, sym_expression, - STATE(1806), 1, + STATE(1805), 1, sym__aspect_mark, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -19304,17 +19306,17 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(1807), 4, + STATE(1806), 4, sym__conditional_quantified_expression, sym_quantified_expression, sym_case_expression, sym_if_expression, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -19322,7 +19324,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19340,51 +19342,51 @@ static const uint16_t ts_small_parse_table[] = { [2540] = 31, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(578), 1, sym_identifier, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1218), 1, + STATE(1343), 1, sym_array_component_association, - STATE(1371), 1, + STATE(1378), 1, sym_iterated_element_association, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, STATE(1939), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, @@ -19392,27 +19394,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(1433), 2, sym_range_g, sym_expression, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19430,51 +19432,51 @@ static const uint16_t ts_small_parse_table[] = { [2661] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, anon_sym_DASH, - ACTIONS(378), 1, - anon_sym_LBRACK, ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(382), 1, aux_sym_chunk_specification_token1, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(400), 1, - aux_sym_global_mode_token1, ACTIONS(402), 1, + aux_sym_global_mode_token1, + ACTIONS(404), 1, aux_sym_non_empty_mode_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(594), 1, anon_sym_LPAREN, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(872), 1, sym_non_empty_mode, - STATE(1100), 1, + STATE(1099), 1, sym_global_mode, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(1099), 3, + STATE(1098), 3, sym_expression, sym__aspect_definition, sym_global_aspect_definition, @@ -19483,12 +19485,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -19496,7 +19498,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19514,45 +19516,45 @@ static const uint16_t ts_small_parse_table[] = { [2772] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(578), 1, sym_identifier, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, - STATE(1563), 1, + STATE(1572), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, @@ -19560,27 +19562,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(1433), 2, sym_range_g, sym_expression, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19598,73 +19600,73 @@ static const uint16_t ts_small_parse_table[] = { [2884] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, aux_sym_primary_null_token1, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(584), 1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(486), 1, + sym_string_literal, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(496), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + ACTIONS(504), 1, + sym_identifier, + ACTIONS(596), 1, + aux_sym_attribute_designator_token2, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(566), 1, sym__simple_expression, - STATE(835), 1, - sym_null_exclusion, - STATE(1393), 1, - sym_discrete_choice, - STATE(1432), 1, - sym__subtype_indication, - STATE(1661), 1, - sym_discrete_choice_list, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(1433), 2, - sym_range_g, + STATE(1312), 1, + sym__named_record_component_association, + STATE(1526), 1, sym_expression, - STATE(607), 3, + STATE(1942), 1, + sym_component_choice_list, + STATE(2044), 1, + sym_value_sequence, + STATE(1672), 2, + sym_record_component_association_list, + sym__record_component_association_list_or_expression, + ACTIONS(590), 3, + sym_gnatprep_identifier, + sym_character_literal, + sym_target_name, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(521), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19682,73 +19684,73 @@ static const uint16_t ts_small_parse_table[] = { [2996] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(390), 1, - aux_sym_primary_null_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, - sym_string_literal, - ACTIONS(502), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(578), 1, sym_identifier, - ACTIONS(596), 1, - aux_sym_attribute_designator_token2, - STATE(537), 1, + ACTIONS(584), 1, + aux_sym_component_choice_list_token1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(663), 1, sym__simple_expression, - STATE(1338), 1, - sym__named_record_component_association, - STATE(1525), 1, - sym_expression, - STATE(1942), 1, - sym_component_choice_list, - STATE(2045), 1, + STATE(801), 1, + sym_null_exclusion, + STATE(1397), 1, + sym_discrete_choice, + STATE(1432), 1, + sym__subtype_indication, + STATE(1860), 1, + sym_discrete_choice_list, + STATE(2044), 1, sym_value_sequence, - STATE(1673), 2, - sym_record_component_association_list, - sym__record_component_association_list_or_expression, - ACTIONS(590), 3, - sym_gnatprep_identifier, - sym_character_literal, - sym_target_name, - STATE(607), 3, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(1433), 2, + sym_range_g, + sym_expression, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, - sym__name, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19766,45 +19768,45 @@ static const uint16_t ts_small_parse_table[] = { [3108] = 28, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(386), 1, - aux_sym_raise_expression_token1, + aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(578), 1, sym_identifier, ACTIONS(584), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(661), 1, + STATE(663), 1, sym__simple_expression, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1393), 1, + STATE(1397), 1, sym_discrete_choice, STATE(1432), 1, sym__subtype_indication, - STATE(1861), 1, + STATE(1660), 1, sym_discrete_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, @@ -19812,27 +19814,27 @@ static const uint16_t ts_small_parse_table[] = { STATE(1433), 2, sym_range_g, sym_expression, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - ACTIONS(366), 4, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -19863,8 +19865,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -19921,8 +19923,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -19979,8 +19981,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20037,8 +20039,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20095,8 +20097,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20153,8 +20155,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20211,8 +20213,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20269,8 +20271,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20327,8 +20329,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20385,8 +20387,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20443,8 +20445,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20501,8 +20503,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20559,8 +20561,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20617,8 +20619,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20675,8 +20677,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20733,8 +20735,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20791,8 +20793,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20849,8 +20851,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20907,8 +20909,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -20965,8 +20967,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21023,8 +21025,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21081,8 +21083,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21139,8 +21141,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21197,8 +21199,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21255,8 +21257,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21313,8 +21315,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21371,8 +21373,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21429,8 +21431,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21487,8 +21489,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21545,8 +21547,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21603,8 +21605,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21661,8 +21663,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21719,8 +21721,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21777,8 +21779,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21835,8 +21837,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21893,8 +21895,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -21951,8 +21953,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22009,8 +22011,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22067,8 +22069,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22125,8 +22127,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22183,8 +22185,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22241,8 +22243,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22299,8 +22301,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22357,8 +22359,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22415,8 +22417,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22473,8 +22475,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22531,8 +22533,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22589,8 +22591,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22647,8 +22649,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22705,8 +22707,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22763,8 +22765,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22821,8 +22823,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22879,8 +22881,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22937,8 +22939,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -22995,8 +22997,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23053,8 +23055,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23111,8 +23113,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23169,8 +23171,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23227,8 +23229,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23285,8 +23287,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23343,8 +23345,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23401,8 +23403,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23459,8 +23461,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23517,8 +23519,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23575,8 +23577,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23617,89 +23619,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [7185] = 27, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(584), 1, - aux_sym_component_choice_list_token1, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(661), 1, - sym__simple_expression, - STATE(835), 1, - sym_null_exclusion, - STATE(1432), 1, - sym__subtype_indication, - STATE(1533), 1, - sym_discrete_choice, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(1433), 2, - sym_range_g, - sym_expression, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [7294] = 3, + [7185] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(860), 1, @@ -23715,8 +23635,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23757,7 +23677,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [7355] = 3, + [7246] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(864), 1, @@ -23773,8 +23693,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23815,7 +23735,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [7416] = 3, + [7307] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(868), 1, @@ -23831,8 +23751,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23873,7 +23793,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [7477] = 3, + [7368] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(872), 1, @@ -23889,8 +23809,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -23931,6 +23851,88 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, + [7429] = 27, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(578), 1, + sym_identifier, + ACTIONS(584), 1, + aux_sym_component_choice_list_token1, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(663), 1, + sym__simple_expression, + STATE(801), 1, + sym_null_exclusion, + STATE(1432), 1, + sym__subtype_indication, + STATE(1533), 1, + sym_discrete_choice, + STATE(2044), 1, + sym_value_sequence, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(1433), 2, + sym_range_g, + sym_expression, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [7538] = 3, ACTIONS(3), 1, sym_comment, @@ -23947,8 +23949,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -24005,8 +24007,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -24063,8 +24065,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -24108,62 +24110,62 @@ static const uint16_t ts_small_parse_table[] = { [7721] = 27, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(492), 1, - anon_sym_LT_GT, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, + ACTIONS(486), 1, sym_string_literal, - ACTIONS(502), 1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(494), 1, + anon_sym_LT_GT, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(504), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1441), 1, + STATE(1440), 1, sym_expression, - STATE(1558), 1, + STATE(1550), 1, sym_parameter_association, - STATE(1910), 1, + STATE(1912), 1, sym_component_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24171,7 +24173,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24189,60 +24191,60 @@ static const uint16_t ts_small_parse_table[] = { [7829] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, + ACTIONS(486), 1, sym_string_literal, - ACTIONS(502), 1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(504), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1553), 1, + STATE(1400), 1, sym_expression, - STATE(1554), 1, + STATE(1538), 1, sym__named_record_component_association, STATE(1942), 1, sym_component_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24250,7 +24252,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24268,59 +24270,59 @@ static const uint16_t ts_small_parse_table[] = { [7934] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, + ACTIONS(486), 1, sym_string_literal, - ACTIONS(502), 1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(504), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(1942), 1, sym_component_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1554), 2, + STATE(1358), 2, sym_expression, sym__named_record_component_association, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24328,7 +24330,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24346,59 +24348,59 @@ static const uint16_t ts_small_parse_table[] = { [8037] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(500), 1, + ACTIONS(486), 1, sym_string_literal, - ACTIONS(502), 1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(504), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(1942), 1, sym_component_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1391), 2, + STATE(1538), 2, sym_expression, sym__named_record_component_association, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24406,7 +24408,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24424,60 +24426,60 @@ static const uint16_t ts_small_parse_table[] = { [8140] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(500), 1, + ACTIONS(486), 1, sym_string_literal, - ACTIONS(502), 1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - ACTIONS(506), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(504), 1, sym_identifier, ACTIONS(886), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1107), 1, + STATE(1113), 1, sym_expression, - STATE(1391), 1, + STATE(1358), 1, sym__named_record_component_association, STATE(1942), 1, sym_component_choice_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24485,7 +24487,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24503,45 +24505,45 @@ static const uint16_t ts_small_parse_table[] = { [8245] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(888), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1377), 1, + STATE(1207), 1, sym_parameter_specification, - STATE(1797), 1, + STATE(1796), 1, sym_expression, - STATE(1843), 1, + STATE(1842), 1, sym__parameter_specification_list, - STATE(1844), 1, + STATE(1843), 1, sym__defining_identifier_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24550,12 +24552,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24563,7 +24565,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24581,48 +24583,48 @@ static const uint16_t ts_small_parse_table[] = { [8348] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, + ACTIONS(386), 1, aux_sym_relation_membership_token1, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(890), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1004), 1, + STATE(987), 1, sym__subtype_indication, - STATE(1377), 1, + STATE(1207), 1, sym_parameter_specification, - STATE(1843), 1, + STATE(1842), 1, sym__parameter_specification_list, - STATE(1844), 1, + STATE(1843), 1, sym__defining_identifier_list, - STATE(1883), 1, + STATE(1885), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(1583), 2, + STATE(1592), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(892), 4, @@ -24630,18 +24632,18 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24659,67 +24661,67 @@ static const uint16_t ts_small_parse_table[] = { [8452] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, + ACTIONS(386), 1, aux_sym_relation_membership_token1, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(890), 1, + ACTIONS(894), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1004), 1, + STATE(987), 1, sym__subtype_indication, - STATE(1377), 1, - sym_parameter_specification, - STATE(1843), 1, - sym__parameter_specification_list, - STATE(1844), 1, - sym__defining_identifier_list, - STATE(1883), 1, + STATE(1275), 1, + sym_index_subtype_definition, + STATE(1601), 1, + sym__index_subtype_definition_list, + STATE(1602), 1, + sym__discrete_subtype_definition_list, + STATE(1885), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(522), 2, + STATE(824), 2, sym__name, sym_function_call, - STATE(1816), 2, + STATE(1266), 2, sym__discrete_subtype_definition, sym_range_g, - ACTIONS(892), 4, + ACTIONS(896), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(557), 5, + STATE(577), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24737,43 +24739,43 @@ static const uint16_t ts_small_parse_table[] = { [8556] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, - ACTIONS(588), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(898), 1, sym_identifier, - STATE(537), 1, + ACTIONS(900), 1, + anon_sym_SEMI, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1436), 1, - sym_pragma_argument_association, - STATE(1477), 1, + STATE(1410), 1, + sym_extended_return_object_declaration, + STATE(1947), 1, sym_expression, - STATE(1806), 1, - sym__aspect_mark, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24782,12 +24784,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24795,7 +24797,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24813,67 +24815,67 @@ static const uint16_t ts_small_parse_table[] = { [8656] = 26, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, + ACTIONS(386), 1, aux_sym_relation_membership_token1, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(894), 1, + ACTIONS(890), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1004), 1, + STATE(987), 1, sym__subtype_indication, - STATE(1208), 1, - sym_index_subtype_definition, - STATE(1592), 1, - sym__index_subtype_definition_list, - STATE(1593), 1, - sym__discrete_subtype_definition_list, - STATE(1883), 1, + STATE(1207), 1, + sym_parameter_specification, + STATE(1842), 1, + sym__parameter_specification_list, + STATE(1843), 1, + sym__defining_identifier_list, + STATE(1885), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(833), 2, + STATE(522), 2, sym__name, sym_function_call, - STATE(1217), 2, + STATE(1815), 2, sym__discrete_subtype_definition, sym_range_g, - ACTIONS(896), 4, + ACTIONS(892), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(577), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24891,43 +24893,43 @@ static const uint16_t ts_small_parse_table[] = { [8760] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, - ACTIONS(898), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(588), 1, sym_identifier, - ACTIONS(900), 1, - anon_sym_SEMI, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1410), 1, - sym_extended_return_object_declaration, - STATE(1946), 1, + STATE(1436), 1, + sym_pragma_argument_association, + STATE(1478), 1, sym_expression, - STATE(2045), 1, + STATE(1805), 1, + sym__aspect_mark, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -24936,12 +24938,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -24949,7 +24951,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -24967,41 +24969,41 @@ static const uint16_t ts_small_parse_table[] = { [8860] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(902), 1, - aux_sym_component_choice_list_token1, - STATE(537), 1, + anon_sym_LT_GT, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1337), 1, + STATE(1531), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25010,12 +25012,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25023,7 +25025,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25041,41 +25043,41 @@ static const uint16_t ts_small_parse_table[] = { [8957] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(904), 1, - anon_sym_LT_GT, - STATE(537), 1, + aux_sym_component_choice_list_token1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1526), 1, + STATE(1338), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25084,12 +25086,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25097,7 +25099,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25115,41 +25117,41 @@ static const uint16_t ts_small_parse_table[] = { [9054] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(906), 1, - aux_sym_component_choice_list_token1, - STATE(537), 1, + anon_sym_LT_GT, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1234), 1, + STATE(1584), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25158,12 +25160,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25171,7 +25173,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25189,41 +25191,41 @@ static const uint16_t ts_small_parse_table[] = { [9151] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(908), 1, - aux_sym_component_choice_list_token1, - STATE(537), 1, + anon_sym_LT_GT, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1234), 1, + STATE(1776), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25232,12 +25234,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25245,7 +25247,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25263,41 +25265,41 @@ static const uint16_t ts_small_parse_table[] = { [9248] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(910), 1, anon_sym_LT_GT, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1556), 1, + STATE(1777), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25306,12 +25308,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25319,7 +25321,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25337,41 +25339,41 @@ static const uint16_t ts_small_parse_table[] = { [9345] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(912), 1, - anon_sym_LT_GT, - STATE(537), 1, + aux_sym_component_choice_list_token1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1575), 1, + STATE(1334), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25380,12 +25382,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25393,7 +25395,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25411,41 +25413,41 @@ static const uint16_t ts_small_parse_table[] = { [9442] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(914), 1, anon_sym_LT_GT, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1778), 1, + STATE(1337), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25454,12 +25456,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25467,7 +25469,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25485,56 +25487,56 @@ static const uint16_t ts_small_parse_table[] = { [9539] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(916), 1, sym_identifier, ACTIONS(918), 1, sym_string_literal, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1546), 1, + STATE(1399), 1, sym_discriminant_association, - STATE(1547), 1, + STATE(1546), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 3, sym_gnatprep_identifier, sym_character_literal, sym_target_name, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25542,7 +25544,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25560,41 +25562,41 @@ static const uint16_t ts_small_parse_table[] = { [9638] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(920), 1, - anon_sym_LT_GT, - STATE(537), 1, + aux_sym_component_choice_list_token1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1228), 1, + STATE(1334), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25603,12 +25605,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25616,7 +25618,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25634,41 +25636,41 @@ static const uint16_t ts_small_parse_table[] = { [9735] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(922), 1, anon_sym_LT_GT, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1569), 1, + STATE(1578), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25677,12 +25679,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25690,7 +25692,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25708,41 +25710,41 @@ static const uint16_t ts_small_parse_table[] = { [9832] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(924), 1, anon_sym_LT_GT, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1777), 1, + STATE(1547), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25751,12 +25753,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25764,7 +25766,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25782,41 +25784,41 @@ static const uint16_t ts_small_parse_table[] = { [9929] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(926), 1, aux_sym_delay_until_statement_token2, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1999), 1, + STATE(1998), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25825,12 +25827,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25838,7 +25840,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25856,41 +25858,41 @@ static const uint16_t ts_small_parse_table[] = { [10026] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(928), 1, aux_sym_component_choice_list_token1, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1234), 1, + STATE(1334), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25899,12 +25901,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25912,7 +25914,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25930,39 +25932,39 @@ static const uint16_t ts_small_parse_table[] = { [10123] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1543), 1, + STATE(1143), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -25971,12 +25973,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -25984,7 +25986,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -25999,7 +26001,223 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [10217] = 3, + [10217] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1482), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [10311] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1613), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [10405] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1496), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [10499] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(932), 1, @@ -26015,8 +26233,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -26052,258 +26270,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [10273] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1494), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [10367] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1118), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [10461] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1352), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [10555] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1812), 1, + STATE(1142), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26312,12 +26314,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26325,7 +26327,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26343,39 +26345,39 @@ static const uint16_t ts_small_parse_table[] = { [10649] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1996), 1, + STATE(1286), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26384,12 +26386,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26397,7 +26399,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26415,39 +26417,39 @@ static const uint16_t ts_small_parse_table[] = { [10743] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1747), 1, + STATE(1744), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26456,12 +26458,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26469,7 +26471,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26487,39 +26489,39 @@ static const uint16_t ts_small_parse_table[] = { [10837] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1568), 1, + STATE(1542), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26528,12 +26530,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26541,7 +26543,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26559,39 +26561,39 @@ static const uint16_t ts_small_parse_table[] = { [10931] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1244), 1, + STATE(1571), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26600,12 +26602,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26613,7 +26615,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26631,39 +26633,39 @@ static const uint16_t ts_small_parse_table[] = { [11025] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1749), 1, + STATE(1995), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26672,12 +26674,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26685,7 +26687,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26703,39 +26705,39 @@ static const uint16_t ts_small_parse_table[] = { [11119] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(2000), 1, + STATE(1746), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26744,12 +26746,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26757,7 +26759,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26772,7 +26774,655 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [11213] = 3, + [11213] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1208), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11307] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1748), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11401] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1577), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11495] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1999), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11589] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1257), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11683] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1350), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11777] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1334), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11871] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1952), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [11965] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1903), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [12059] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(936), 1, @@ -26788,8 +27438,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -26825,42 +27475,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [11269] = 22, + [12115] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1350), 1, + STATE(2008), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26869,12 +27519,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26882,7 +27532,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26897,42 +27547,42 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [11363] = 22, + [12209] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1771), 1, + STATE(1128), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -26941,12 +27591,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -26954,7 +27604,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -26969,652 +27619,42 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [11457] = 22, + [12303] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1234), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [11551] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1243), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [11645] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1772), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [11739] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1902), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [11833] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(940), 1, - sym_identifier, - ACTIONS(938), 47, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_iterator_filter_token1, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [11889] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1605), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [11983] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(2009), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [12077] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(944), 1, - sym_identifier, - ACTIONS(942), 47, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_iterator_filter_token1, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [12133] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1958), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [12227] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(1849), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -27623,12 +27663,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -27636,7 +27676,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27651,64 +27691,66 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [12321] = 22, + [12397] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, - ACTIONS(592), 1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(578), 1, sym_identifier, - STATE(537), 1, + ACTIONS(938), 1, + aux_sym_loop_parameter_specification_token1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(801), 1, + sym_null_exclusion, + STATE(987), 1, + sym__subtype_indication, + STATE(1885), 1, sym__simple_expression, - STATE(1146), 1, - sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, + STATE(668), 2, + sym__name, + sym_function_call, + STATE(1035), 2, + sym__discrete_subtype_definition, + sym_range_g, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, - sym__name, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27723,42 +27765,42 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [12415] = 22, + [12495] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1793), 1, + STATE(1792), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -27767,12 +27809,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -27780,7 +27822,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -27795,156 +27837,12 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [12509] = 22, + [12589] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, + ACTIONS(942), 1, sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1745), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [12603] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(2024), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [12697] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(948), 1, - sym_identifier, - ACTIONS(946), 47, + ACTIONS(940), 47, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -27955,8 +27853,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -27992,42 +27890,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [12753] = 22, + [12645] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, + ACTIONS(946), 1, + sym_identifier, + ACTIONS(944), 47, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, anon_sym_LBRACK, - ACTIONS(386), 1, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_iterator_filter_token1, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [12701] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1035), 1, + STATE(2023), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28036,12 +27987,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28049,7 +28000,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28064,404 +28015,42 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [12847] = 22, + [12795] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1149), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [12941] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(950), 1, - aux_sym_loop_parameter_specification_token1, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(835), 1, - sym_null_exclusion, - STATE(1004), 1, - sym__subtype_indication, - STATE(1883), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(679), 2, - sym__name, - sym_function_call, - STATE(1050), 2, - sym__discrete_subtype_definition, - sym_range_g, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13039] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1904), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13133] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1912), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13227] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1922), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [13321] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(1443), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28470,12 +28059,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28483,7 +28072,420 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [12889] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1677), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [12983] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1922), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [13077] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1771), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [13171] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1923), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [13265] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(950), 1, + sym_identifier, + ACTIONS(948), 47, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_iterator_filter_token1, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [13321] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1437), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28501,39 +28503,39 @@ static const uint16_t ts_small_parse_table[] = { [13415] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1437), 1, + STATE(1949), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28542,12 +28544,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28555,7 +28557,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28573,39 +28575,39 @@ static const uint16_t ts_small_parse_table[] = { [13509] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1832), 1, + STATE(1831), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28614,12 +28616,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28627,7 +28629,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28645,39 +28647,39 @@ static const uint16_t ts_small_parse_table[] = { [13603] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1831), 1, + STATE(1830), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28686,12 +28688,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28699,7 +28701,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28730,8 +28732,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -28770,39 +28772,39 @@ static const uint16_t ts_small_parse_table[] = { [13753] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(956), 1, aux_sym_expression_token2, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(677), 3, + STATE(670), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28811,12 +28813,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28824,7 +28826,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28842,39 +28844,39 @@ static const uint16_t ts_small_parse_table[] = { [13847] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(958), 1, aux_sym_expression_token4, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(683), 3, + STATE(681), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28883,12 +28885,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28896,7 +28898,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28914,39 +28916,39 @@ static const uint16_t ts_small_parse_table[] = { [13941] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1923), 1, + STATE(1770), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -28955,12 +28957,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -28968,7 +28970,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -28986,39 +28988,39 @@ static const uint16_t ts_small_parse_table[] = { [14035] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1481), 1, + STATE(1319), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29027,12 +29029,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29040,7 +29042,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29058,39 +29060,39 @@ static const uint16_t ts_small_parse_table[] = { [14129] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1948), 1, + STATE(1667), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29099,12 +29101,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29112,7 +29114,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29127,151 +29129,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [14223] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1351), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [14317] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1662), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [14411] = 3, + [14223] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(962), 1, @@ -29287,8 +29145,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29324,42 +29182,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [14467] = 22, + [14279] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, STATE(1931), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29368,12 +29226,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29381,7 +29239,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29396,42 +29254,42 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [14561] = 22, + [14373] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1678), 1, + STATE(1908), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29440,12 +29298,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29453,7 +29311,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29468,7 +29326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [14655] = 3, + [14467] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(966), 1, @@ -29484,8 +29342,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29521,79 +29379,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [14711] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(1666), 1, - sym_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(607), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [14805] = 3, + [14523] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(970), 1, @@ -29609,8 +29395,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token2, aux_sym_iterator_filter_token1, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29646,42 +29432,42 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [14861] = 22, + [14579] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1731), 1, + STATE(1747), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29690,12 +29476,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29703,7 +29489,223 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [14673] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1768), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [14767] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1665), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [14861] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(1034), 1, + sym_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(601), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29721,39 +29723,39 @@ static const uint16_t ts_small_parse_table[] = { [14955] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(1769), 1, + STATE(1911), 1, sym_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(607), 3, + STATE(601), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -29762,12 +29764,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -29775,7 +29777,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -29805,8 +29807,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29857,8 +29859,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29909,8 +29911,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -29961,8 +29963,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30013,8 +30015,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30065,8 +30067,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30105,42 +30107,42 @@ static const uint16_t ts_small_parse_table[] = { [15379] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, + ACTIONS(386), 1, aux_sym_relation_membership_token1, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(996), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1004), 1, + STATE(987), 1, sym__subtype_indication, - STATE(1883), 1, + STATE(1885), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, STATE(522), 2, sym__name, sym_function_call, - STATE(1539), 2, + STATE(1540), 2, sym__discrete_subtype_definition, sym_range_g, ACTIONS(892), 4, @@ -30148,18 +30150,18 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -30177,9 +30179,9 @@ static const uint16_t ts_small_parse_table[] = { [15474] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(990), 1, + ACTIONS(1000), 1, sym_identifier, - ACTIONS(988), 46, + ACTIONS(998), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30189,8 +30191,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30229,9 +30231,9 @@ static const uint16_t ts_small_parse_table[] = { [15529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1000), 1, + ACTIONS(1004), 1, sym_identifier, - ACTIONS(998), 46, + ACTIONS(1002), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30241,8 +30243,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30281,9 +30283,9 @@ static const uint16_t ts_small_parse_table[] = { [15584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1004), 1, + ACTIONS(1008), 1, sym_identifier, - ACTIONS(1002), 46, + ACTIONS(1006), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30293,8 +30295,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30333,9 +30335,9 @@ static const uint16_t ts_small_parse_table[] = { [15639] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1008), 1, + ACTIONS(1012), 1, sym_identifier, - ACTIONS(1006), 46, + ACTIONS(1010), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30345,8 +30347,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30385,9 +30387,9 @@ static const uint16_t ts_small_parse_table[] = { [15694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1012), 1, + ACTIONS(1016), 1, sym_identifier, - ACTIONS(1010), 46, + ACTIONS(1014), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30397,8 +30399,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30437,9 +30439,9 @@ static const uint16_t ts_small_parse_table[] = { [15749] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1016), 1, + ACTIONS(1020), 1, sym_identifier, - ACTIONS(1014), 46, + ACTIONS(1018), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30449,8 +30451,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30489,9 +30491,9 @@ static const uint16_t ts_small_parse_table[] = { [15804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1020), 1, + ACTIONS(1024), 1, sym_identifier, - ACTIONS(1018), 46, + ACTIONS(1022), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30501,8 +30503,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30541,9 +30543,9 @@ static const uint16_t ts_small_parse_table[] = { [15859] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1024), 1, + ACTIONS(1028), 1, sym_identifier, - ACTIONS(1022), 46, + ACTIONS(1026), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30553,8 +30555,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30593,9 +30595,9 @@ static const uint16_t ts_small_parse_table[] = { [15914] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1028), 1, + ACTIONS(1032), 1, sym_identifier, - ACTIONS(1026), 46, + ACTIONS(1030), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30605,8 +30607,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30645,9 +30647,9 @@ static const uint16_t ts_small_parse_table[] = { [15969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1032), 1, + ACTIONS(1036), 1, sym_identifier, - ACTIONS(1030), 46, + ACTIONS(1034), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30657,8 +30659,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30697,9 +30699,9 @@ static const uint16_t ts_small_parse_table[] = { [16024] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1036), 1, + ACTIONS(1040), 1, sym_identifier, - ACTIONS(1034), 46, + ACTIONS(1038), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30709,8 +30711,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30749,9 +30751,9 @@ static const uint16_t ts_small_parse_table[] = { [16079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1040), 1, + ACTIONS(1044), 1, sym_identifier, - ACTIONS(1038), 46, + ACTIONS(1042), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30761,8 +30763,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30801,9 +30803,9 @@ static const uint16_t ts_small_parse_table[] = { [16134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1044), 1, + ACTIONS(1048), 1, sym_identifier, - ACTIONS(1042), 46, + ACTIONS(1046), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30813,8 +30815,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30853,9 +30855,9 @@ static const uint16_t ts_small_parse_table[] = { [16189] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1048), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1046), 46, + ACTIONS(1050), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30865,8 +30867,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30905,9 +30907,9 @@ static const uint16_t ts_small_parse_table[] = { [16244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1048), 1, + ACTIONS(1056), 1, sym_identifier, - ACTIONS(1046), 46, + ACTIONS(1054), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30917,8 +30919,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -30957,9 +30959,9 @@ static const uint16_t ts_small_parse_table[] = { [16299] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1052), 1, + ACTIONS(1060), 1, sym_identifier, - ACTIONS(1050), 46, + ACTIONS(1058), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -30969,8 +30971,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31009,37 +31011,37 @@ static const uint16_t ts_small_parse_table[] = { [16354] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(565), 1, + STATE(566), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(684), 3, + STATE(665), 3, sym__relation, sym_relation_membership, sym_raise_expression, @@ -31048,12 +31050,12 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -31061,7 +31063,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -31079,9 +31081,9 @@ static const uint16_t ts_small_parse_table[] = { [16445] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1056), 1, + ACTIONS(1064), 1, sym_identifier, - ACTIONS(1054), 46, + ACTIONS(1062), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -31091,8 +31093,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31131,9 +31133,9 @@ static const uint16_t ts_small_parse_table[] = { [16500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1060), 1, + ACTIONS(1052), 1, sym_identifier, - ACTIONS(1058), 46, + ACTIONS(1050), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -31143,8 +31145,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31183,9 +31185,9 @@ static const uint16_t ts_small_parse_table[] = { [16555] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1020), 1, + ACTIONS(1068), 1, sym_identifier, - ACTIONS(1018), 46, + ACTIONS(1066), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -31195,8 +31197,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31235,9 +31237,9 @@ static const uint16_t ts_small_parse_table[] = { [16610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1064), 1, + ACTIONS(1072), 1, sym_identifier, - ACTIONS(1062), 46, + ACTIONS(1070), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -31247,8 +31249,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31287,9 +31289,9 @@ static const uint16_t ts_small_parse_table[] = { [16665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1068), 1, + ACTIONS(1076), 1, sym_identifier, - ACTIONS(1066), 46, + ACTIONS(1074), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -31299,8 +31301,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31337,182 +31339,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, [16720] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1072), 1, - sym_identifier, - ACTIONS(1070), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [16775] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(996), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(835), 1, - sym_null_exclusion, - STATE(1004), 1, - sym__subtype_indication, - STATE(1883), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(1565), 2, - sym__discrete_subtype_definition, - sym_range_g, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [16870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1076), 1, - sym_identifier, - ACTIONS(1074), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [16925] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1080), 1, @@ -31527,8 +31353,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31564,7 +31390,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [16980] = 3, + [16775] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1084), 1, @@ -31579,8 +31405,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31616,7 +31442,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17035] = 3, + [16830] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1088), 1, @@ -31631,8 +31457,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31668,7 +31494,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17090] = 3, + [16885] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1092), 1, @@ -31683,8 +31509,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31720,7 +31546,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17145] = 3, + [16940] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1096), 1, @@ -31735,8 +31561,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31772,7 +31598,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17200] = 3, + [16995] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1100), 1, @@ -31787,8 +31613,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31824,7 +31650,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17255] = 3, + [17050] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1104), 1, @@ -31839,8 +31665,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31876,7 +31702,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17310] = 3, + [17105] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1048), 1, + sym_identifier, + ACTIONS(1046), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1108), 1, @@ -31891,8 +31769,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31928,7 +31806,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17365] = 3, + [17215] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1112), 1, @@ -31943,8 +31821,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -31980,7 +31858,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17420] = 3, + [17270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1116), 1, @@ -31995,8 +31873,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32032,7 +31910,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17475] = 3, + [17325] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1120), 1, @@ -32047,8 +31925,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32084,7 +31962,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17530] = 3, + [17380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1124), 1, @@ -32099,8 +31977,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32136,7 +32014,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17585] = 3, + [17435] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1128), 1, @@ -32151,8 +32029,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32188,7 +32066,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17640] = 3, + [17490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1132), 1, @@ -32203,8 +32081,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32240,7 +32118,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17695] = 3, + [17545] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1136), 1, @@ -32255,8 +32133,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32292,7 +32170,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17750] = 3, + [17600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1140), 1, @@ -32307,8 +32185,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32344,7 +32222,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17805] = 3, + [17655] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1128), 1, + sym_identifier, + ACTIONS(1126), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17710] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1144), 1, @@ -32359,8 +32289,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32396,59 +32326,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17860] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1048), 1, - sym_identifier, - ACTIONS(1046), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [17915] = 3, + [17765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1148), 1, @@ -32463,8 +32341,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32500,59 +32378,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [17970] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1048), 1, - sym_identifier, - ACTIONS(1046), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [18025] = 3, + [17820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1152), 1, @@ -32567,8 +32393,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32604,7 +32430,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18080] = 3, + [17875] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1140), 1, + sym_identifier, + ACTIONS(1138), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [17930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1156), 1, @@ -32619,8 +32497,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32656,7 +32534,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18135] = 3, + [17985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1160), 1, @@ -32671,8 +32549,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32708,7 +32586,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18190] = 3, + [18040] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1012), 1, + sym_identifier, + ACTIONS(1010), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [18095] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1164), 1, @@ -32723,8 +32653,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32760,7 +32690,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18245] = 3, + [18150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1168), 1, @@ -32775,8 +32705,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32812,7 +32742,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18300] = 3, + [18205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1172), 1, @@ -32827,8 +32757,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32864,7 +32794,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18355] = 3, + [18260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1176), 1, @@ -32879,8 +32809,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32916,7 +32846,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18410] = 3, + [18315] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1180), 1, @@ -32931,8 +32861,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -32968,7 +32898,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18465] = 3, + [18370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1184), 1, @@ -32983,8 +32913,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33020,7 +32950,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18520] = 3, + [18425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1188), 1, @@ -33035,8 +32965,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33072,59 +33002,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18575] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(978), 1, - sym_identifier, - ACTIONS(976), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [18630] = 3, + [18480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1192), 1, @@ -33139,8 +33017,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33176,7 +33054,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [18685] = 3, + [18535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1196), 1, @@ -33191,8 +33069,132 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [18590] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(996), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(801), 1, + sym_null_exclusion, + STATE(987), 1, + sym__subtype_indication, + STATE(1885), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(1574), 2, + sym__discrete_subtype_definition, + sym_range_g, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [18685] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 1, + sym_identifier, + ACTIONS(1198), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33231,9 +33233,9 @@ static const uint16_t ts_small_parse_table[] = { [18740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1200), 1, + ACTIONS(1204), 1, sym_identifier, - ACTIONS(1198), 46, + ACTIONS(1202), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33243,8 +33245,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33283,9 +33285,9 @@ static const uint16_t ts_small_parse_table[] = { [18795] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1204), 1, + ACTIONS(1208), 1, sym_identifier, - ACTIONS(1202), 46, + ACTIONS(1206), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33295,8 +33297,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33335,9 +33337,9 @@ static const uint16_t ts_small_parse_table[] = { [18850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1208), 1, + ACTIONS(1212), 1, sym_identifier, - ACTIONS(1206), 46, + ACTIONS(1210), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33347,8 +33349,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33387,9 +33389,9 @@ static const uint16_t ts_small_parse_table[] = { [18905] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1212), 1, + ACTIONS(1128), 1, sym_identifier, - ACTIONS(1210), 46, + ACTIONS(1126), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33399,8 +33401,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33439,9 +33441,9 @@ static const uint16_t ts_small_parse_table[] = { [18960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1192), 1, + ACTIONS(1216), 1, sym_identifier, - ACTIONS(1190), 46, + ACTIONS(1214), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33451,8 +33453,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33491,9 +33493,9 @@ static const uint16_t ts_small_parse_table[] = { [19015] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1216), 1, + ACTIONS(1220), 1, sym_identifier, - ACTIONS(1214), 46, + ACTIONS(1218), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33503,8 +33505,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33543,9 +33545,9 @@ static const uint16_t ts_small_parse_table[] = { [19070] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1220), 1, + ACTIONS(1224), 1, sym_identifier, - ACTIONS(1218), 46, + ACTIONS(1222), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33555,8 +33557,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33595,9 +33597,9 @@ static const uint16_t ts_small_parse_table[] = { [19125] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1224), 1, + ACTIONS(1228), 1, sym_identifier, - ACTIONS(1222), 46, + ACTIONS(1226), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33607,8 +33609,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33647,9 +33649,9 @@ static const uint16_t ts_small_parse_table[] = { [19180] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1228), 1, + ACTIONS(1128), 1, sym_identifier, - ACTIONS(1226), 46, + ACTIONS(1126), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -33659,8 +33661,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33711,8 +33713,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33763,8 +33765,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33815,8 +33817,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33867,8 +33869,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33919,8 +33921,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -33971,8 +33973,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34023,8 +34025,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34075,8 +34077,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34127,8 +34129,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34179,8 +34181,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34231,8 +34233,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34283,8 +34285,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34335,8 +34337,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34387,8 +34389,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34427,9 +34429,9 @@ static const uint16_t ts_small_parse_table[] = { [20005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1288), 1, + ACTIONS(1256), 1, sym_identifier, - ACTIONS(1286), 46, + ACTIONS(1254), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -34439,8 +34441,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34491,8 +34493,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34543,8 +34545,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34595,8 +34597,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34647,8 +34649,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34699,8 +34701,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34751,8 +34753,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34791,9 +34793,9 @@ static const uint16_t ts_small_parse_table[] = { [20390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1268), 1, + ACTIONS(1196), 1, sym_identifier, - ACTIONS(1266), 46, + ACTIONS(1194), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -34803,8 +34805,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34855,8 +34857,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34907,8 +34909,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34959,8 +34961,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -34999,9 +35001,9 @@ static const uint16_t ts_small_parse_table[] = { [20610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1304), 1, + ACTIONS(1324), 1, sym_identifier, - ACTIONS(1302), 46, + ACTIONS(1322), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -35011,8 +35013,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35051,9 +35053,9 @@ static const uint16_t ts_small_parse_table[] = { [20665] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1324), 1, + ACTIONS(1328), 1, sym_identifier, - ACTIONS(1322), 46, + ACTIONS(1326), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -35063,8 +35065,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35103,9 +35105,9 @@ static const uint16_t ts_small_parse_table[] = { [20720] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1328), 1, + ACTIONS(1244), 1, sym_identifier, - ACTIONS(1326), 46, + ACTIONS(1242), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -35115,8 +35117,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35167,8 +35169,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35219,8 +35221,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35271,8 +35273,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35323,8 +35325,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35375,8 +35377,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35427,8 +35429,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35479,8 +35481,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35516,147 +35518,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21160] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(681), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [21251] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(386), 1, - aux_sym_raise_expression_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(565), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(682), 3, - sym__relation, - sym_relation_membership, - sym_raise_expression, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [21342] = 3, + [21160] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1360), 1, @@ -35671,8 +35533,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35708,7 +35570,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21397] = 3, + [21215] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1356), 1, + sym_identifier, + ACTIONS(1354), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [21270] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1364), 1, @@ -35723,8 +35637,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35760,12 +35674,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21452] = 3, + [21325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1364), 1, + ACTIONS(1212), 1, sym_identifier, - ACTIONS(1362), 46, + ACTIONS(1210), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -35775,8 +35689,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35812,7 +35726,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21507] = 3, + [21380] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1368), 1, @@ -35827,8 +35741,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35864,7 +35778,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21562] = 3, + [21435] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1372), 1, @@ -35879,8 +35793,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35916,7 +35830,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21617] = 3, + [21490] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1376), 1, @@ -35931,8 +35845,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -35968,7 +35882,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21672] = 3, + [21545] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1380), 1, @@ -35983,8 +35897,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36020,7 +35934,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21727] = 3, + [21600] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1384), 1, @@ -36035,8 +35949,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36072,7 +35986,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21782] = 3, + [21655] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1388), 1, @@ -36087,8 +36001,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36124,7 +36038,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21837] = 3, + [21710] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1392), 1, @@ -36139,8 +36053,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36176,7 +36090,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21892] = 3, + [21765] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1396), 1, @@ -36191,8 +36105,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36228,7 +36142,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [21947] = 3, + [21820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1400), 1, @@ -36243,8 +36157,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36280,7 +36194,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22002] = 3, + [21875] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1404), 1, @@ -36295,8 +36209,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36332,7 +36246,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22057] = 3, + [21930] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1408), 1, @@ -36347,8 +36261,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36384,7 +36298,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22112] = 3, + [21985] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1412), 1, @@ -36399,8 +36313,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36436,7 +36350,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22167] = 3, + [22040] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1416), 1, @@ -36451,8 +36365,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36488,59 +36402,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22222] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1184), 1, - sym_identifier, - ACTIONS(1182), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [22277] = 3, + [22095] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1420), 1, @@ -36555,8 +36417,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36592,7 +36454,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22332] = 3, + [22150] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1424), 1, @@ -36607,8 +36469,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36644,7 +36506,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22387] = 3, + [22205] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1428), 1, @@ -36659,8 +36521,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36696,7 +36558,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22442] = 3, + [22260] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1432), 1, @@ -36711,8 +36573,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36748,7 +36610,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22497] = 3, + [22315] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1436), 1, @@ -36763,8 +36625,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36800,79 +36662,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22552] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(996), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(835), 1, - sym_null_exclusion, - STATE(1515), 1, - sym__subtype_indication, - STATE(1883), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(1550), 2, - sym_range_g, - sym__discrete_range, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [22647] = 3, + [22370] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1440), 1, @@ -36887,8 +36677,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36924,7 +36714,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22702] = 3, + [22425] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1444), 1, @@ -36939,8 +36729,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -36976,7 +36766,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22757] = 3, + [22480] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1448), 1, @@ -36991,8 +36781,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37028,59 +36818,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22812] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1280), 1, - sym_identifier, - ACTIONS(1278), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [22867] = 3, + [22535] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1452), 1, @@ -37095,8 +36833,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37132,7 +36870,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22922] = 3, + [22590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1456), 1, @@ -37147,8 +36885,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37184,7 +36922,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [22977] = 3, + [22645] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1460), 1, @@ -37199,8 +36937,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37236,7 +36974,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23032] = 3, + [22700] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1464), 1, @@ -37251,8 +36989,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37288,7 +37026,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23087] = 3, + [22755] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1468), 1, @@ -37303,8 +37041,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37340,59 +37078,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23142] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1460), 1, - sym_identifier, - ACTIONS(1458), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [23197] = 3, + [22810] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1472), 1, @@ -37407,8 +37093,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37444,7 +37130,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23252] = 3, + [22865] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1476), 1, @@ -37459,8 +37145,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37496,7 +37182,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23307] = 3, + [22920] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1480), 1, @@ -37511,8 +37197,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37548,7 +37234,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23362] = 3, + [22975] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(996), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(801), 1, + sym_null_exclusion, + STATE(987), 1, + sym__subtype_indication, + STATE(1885), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(2014), 2, + sym__discrete_subtype_definition, + sym_range_g, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [23070] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1484), 1, @@ -37563,8 +37321,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37600,7 +37358,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23417] = 3, + [23125] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1420), 1, + sym_identifier, + ACTIONS(1418), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23180] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1488), 1, @@ -37615,8 +37425,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37652,7 +37462,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23472] = 3, + [23235] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1492), 1, @@ -37667,8 +37477,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37704,7 +37514,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23527] = 3, + [23290] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1496), 1, @@ -37719,8 +37529,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37756,7 +37566,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23582] = 3, + [23345] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1500), 1, @@ -37771,8 +37581,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37808,7 +37618,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23637] = 3, + [23400] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1504), 1, @@ -37823,8 +37633,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37860,79 +37670,59 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23692] = 23, + [23455] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(996), 1, + ACTIONS(1088), 1, sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(835), 1, - sym_null_exclusion, - STATE(1004), 1, - sym__subtype_indication, - STATE(1883), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(522), 2, - sym__name, - sym_function_call, - STATE(2015), 2, - sym__discrete_subtype_definition, - sym_range_g, - ACTIONS(892), 4, + ACTIONS(1086), 46, + ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [23787] = 3, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23510] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1508), 1, @@ -37947,8 +37737,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -37984,7 +37774,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23842] = 3, + [23565] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1512), 1, @@ -37999,8 +37789,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -38036,7 +37826,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23897] = 3, + [23620] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1516), 1, @@ -38051,8 +37841,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -38088,688 +37878,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [23952] = 3, + [23675] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1520), 1, - sym_identifier, - ACTIONS(1518), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24007] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1524), 1, - sym_identifier, - ACTIONS(1522), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24062] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1528), 1, - sym_identifier, - ACTIONS(1526), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24117] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1532), 1, - sym_identifier, - ACTIONS(1530), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24172] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1536), 1, - sym_identifier, - ACTIONS(1534), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24227] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1540), 1, - sym_identifier, - ACTIONS(1538), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24282] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1544), 1, - sym_identifier, - ACTIONS(1542), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24337] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1548), 1, - sym_identifier, - ACTIONS(1546), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24392] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1552), 1, - sym_identifier, - ACTIONS(1550), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24447] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1556), 1, - sym_identifier, - ACTIONS(1554), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24502] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1560), 1, - sym_identifier, - ACTIONS(1558), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24557] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1564), 1, - sym_identifier, - ACTIONS(1562), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24612] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(384), 1, - aux_sym_relation_membership_token1, ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, aux_sym_primary_null_token1, - ACTIONS(578), 1, + ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(835), 1, - sym_null_exclusion, - STATE(1004), 1, - sym__subtype_indication, - STATE(1883), 1, + STATE(566), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(680), 2, - sym__name, - sym_function_call, - STATE(1040), 2, - sym__discrete_subtype_definition, - sym_range_g, - ACTIONS(366), 4, + STATE(676), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(478), 5, + STATE(521), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - STATE(528), 14, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -38784,7 +37948,755 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [24707] = 3, + [23766] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1520), 1, + sym_identifier, + ACTIONS(1518), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23821] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1524), 1, + sym_identifier, + ACTIONS(1522), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23876] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1528), 1, + sym_identifier, + ACTIONS(1526), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23931] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1532), 1, + sym_identifier, + ACTIONS(1530), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [23986] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 1, + sym_identifier, + ACTIONS(1186), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24041] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1536), 1, + sym_identifier, + ACTIONS(1534), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24096] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1540), 1, + sym_identifier, + ACTIONS(1538), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24151] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1544), 1, + sym_identifier, + ACTIONS(1542), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24206] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1548), 1, + sym_identifier, + ACTIONS(1546), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24261] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1552), 1, + sym_identifier, + ACTIONS(1550), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24316] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1556), 1, + sym_identifier, + ACTIONS(1554), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24371] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1560), 1, + sym_identifier, + ACTIONS(1558), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24426] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1564), 1, + sym_identifier, + ACTIONS(1562), 46, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [24481] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(578), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(801), 1, + sym_null_exclusion, + STATE(987), 1, + sym__subtype_indication, + STATE(1885), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(666), 2, + sym__name, + sym_function_call, + STATE(1032), 2, + sym__discrete_subtype_definition, + sym_range_g, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [24576] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1568), 1, @@ -38799,8 +38711,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -38836,7 +38748,149 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [24762] = 3, + [24631] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(388), 1, + aux_sym_raise_expression_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(566), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(679), 3, + sym__relation, + sym_relation_membership, + sym_raise_expression, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [24722] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(386), 1, + aux_sym_relation_membership_token1, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(996), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(801), 1, + sym_null_exclusion, + STATE(1520), 1, + sym__subtype_indication, + STATE(1885), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(522), 2, + sym__name, + sym_function_call, + STATE(1549), 2, + sym_range_g, + sym__discrete_range, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [24817] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1572), 1, @@ -38851,60 +38905,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [24817] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1576), 1, - sym_identifier, - ACTIONS(1574), 46, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -38943,9 +38945,9 @@ static const uint16_t ts_small_parse_table[] = { [24872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1580), 1, + ACTIONS(1576), 1, sym_identifier, - ACTIONS(1578), 46, + ACTIONS(1574), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -38955,8 +38957,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -38995,9 +38997,9 @@ static const uint16_t ts_small_parse_table[] = { [24927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1584), 1, + ACTIONS(1580), 1, sym_identifier, - ACTIONS(1582), 46, + ACTIONS(1578), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -39007,8 +39009,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -39047,9 +39049,9 @@ static const uint16_t ts_small_parse_table[] = { [24982] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 1, + ACTIONS(1584), 1, sym_identifier, - ACTIONS(1586), 46, + ACTIONS(1582), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -39059,8 +39061,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -39099,9 +39101,9 @@ static const uint16_t ts_small_parse_table[] = { [25037] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1592), 1, + ACTIONS(1588), 1, sym_identifier, - ACTIONS(1590), 46, + ACTIONS(1586), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -39111,8 +39113,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -39151,9 +39153,9 @@ static const uint16_t ts_small_parse_table[] = { [25092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1596), 1, + ACTIONS(1592), 1, sym_identifier, - ACTIONS(1594), 46, + ACTIONS(1590), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -39163,8 +39165,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -39203,9 +39205,9 @@ static const uint16_t ts_small_parse_table[] = { [25147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1524), 1, + ACTIONS(1596), 1, sym_identifier, - ACTIONS(1522), 46, + ACTIONS(1594), 46, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -39215,8 +39217,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -39284,7 +39286,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39335,7 +39337,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39354,9 +39356,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25310] = 3, + [25310] = 11, ACTIONS(3), 1, sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + STATE(773), 1, + sym__parenthesized_expression, + ACTIONS(1620), 3, + anon_sym_SEMI, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + ACTIONS(1613), 5, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + anon_sym_PIPE, + aux_sym_loop_statement_token1, ACTIONS(1606), 7, anon_sym_EQ, anon_sym_LT, @@ -39365,7 +39387,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - ACTIONS(1608), 39, + STATE(774), 7, + sym_discriminant_constraint, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(1608), 19, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -39375,40 +39405,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rem, sym_tick, anon_sym_COMMA, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, aux_sym_with_clause_token2, - anon_sym_PIPE, anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, aux_sym_expression_token1, - aux_sym_expression_token2, aux_sym_expression_token3, - aux_sym_expression_token4, aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [25364] = 3, + [25380] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1610), 7, + ACTIONS(1624), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -39416,7 +39426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - ACTIONS(1612), 39, + ACTIONS(1626), 39, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -39437,7 +39447,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39456,10 +39466,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25418] = 3, + [25434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1614), 7, + ACTIONS(1628), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -39467,7 +39477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - ACTIONS(1616), 39, + ACTIONS(1630), 39, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -39488,7 +39498,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39507,229 +39517,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1618), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1620), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [25526] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1622), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1624), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [25580] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1626), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1628), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [25634] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(1630), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(618), 1, - sym__simple_expression, - STATE(627), 1, - sym_membership_choice_list, - STATE(2045), 1, - sym_value_sequence, - STATE(617), 2, - sym_range_g, - sym__membership_choice, - ACTIONS(498), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(522), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [25724] = 3, + [25488] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1632), 7, @@ -39761,7 +39549,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39780,7 +39568,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25778] = 3, + [25542] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1636), 7, @@ -39812,7 +39600,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39831,76 +39619,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25832] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(1630), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(618), 1, - sym__simple_expression, - STATE(632), 1, - sym_membership_choice_list, - STATE(2045), 1, - sym_value_sequence, - STATE(617), 2, - sym_range_g, - sym__membership_choice, - ACTIONS(498), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(522), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [25922] = 3, + [25596] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1640), 7, @@ -39932,7 +39651,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -39951,7 +39670,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [25976] = 3, + [25650] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1644), 7, @@ -39983,7 +39702,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40002,7 +39721,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26030] = 3, + [25704] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1648), 7, @@ -40034,7 +39753,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40053,7 +39772,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26084] = 3, + [25758] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1652), 7, @@ -40085,7 +39804,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40104,7 +39823,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26138] = 3, + [25812] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1656), 7, @@ -40136,7 +39855,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40155,234 +39874,79 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26192] = 3, + [25866] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1660), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1662), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [26246] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1664), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, + ACTIONS(376), 1, anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1666), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, + ACTIONS(378), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [26300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1668), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1670), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [26354] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1672), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - ACTIONS(1674), 39, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_at_clause_token1, - aux_sym_elsif_expression_item_token1, - aux_sym_object_renaming_declaration_token1, - aux_sym_result_profile_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [26408] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1680), 1, - anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - STATE(722), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(1660), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(612), 1, + sym__simple_expression, + STATE(638), 1, + sym_membership_choice_list, + STATE(2044), 1, + sym_value_sequence, + STATE(622), 2, + sym_range_g, + sym__membership_choice, + ACTIONS(484), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(522), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, - ACTIONS(1690), 3, - anon_sym_SEMI, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - ACTIONS(1683), 5, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - anon_sym_PIPE, - aux_sym_loop_statement_token1, - ACTIONS(1676), 7, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [25956] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1662), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -40390,15 +39954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(764), 7, - sym_discriminant_constraint, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(1678), 19, + ACTIONS(1664), 39, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -40408,16 +39964,462 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_rem, sym_tick, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_RBRACK, aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, + anon_sym_PIPE, anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, aux_sym_expression_token1, + aux_sym_expression_token2, aux_sym_expression_token3, + aux_sym_expression_token4, aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26010] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1666), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1668), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26064] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1670), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1672), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26118] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1674), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1676), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26172] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(1660), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(612), 1, + sym__simple_expression, + STATE(639), 1, + sym_membership_choice_list, + STATE(2044), 1, + sym_value_sequence, + STATE(622), 2, + sym_range_g, + sym__membership_choice, + ACTIONS(484), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(522), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [26262] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1678), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1680), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26316] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1682), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1684), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26370] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1686), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1688), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [26424] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1690), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + ACTIONS(1692), 39, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_at_clause_token1, + aux_sym_elsif_expression_item_token1, + aux_sym_object_renaming_declaration_token1, + aux_sym_result_profile_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [26478] = 3, ACTIONS(3), 1, sym_comment, @@ -40450,7 +40452,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40469,74 +40471,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26532] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(1630), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(618), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - STATE(644), 2, - sym_range_g, - sym__membership_choice, - ACTIONS(498), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(522), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [26619] = 3, + [26532] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1698), 7, @@ -40567,7 +40502,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40586,7 +40521,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [26672] = 3, + [26585] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1702), 7, @@ -40617,7 +40552,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40636,6 +40571,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_result_profile_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [26638] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(1660), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(612), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + STATE(644), 2, + sym_range_g, + sym__membership_choice, + ACTIONS(484), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(522), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, [26725] = 3, ACTIONS(3), 1, sym_comment, @@ -40667,7 +40669,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -40701,8 +40703,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -40750,8 +40752,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -40784,12 +40786,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [26882] = 3, + [26882] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1720), 1, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(1718), 1, sym_identifier, - ACTIONS(1718), 43, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(1889), 1, + sym__simple_expression, + STATE(1892), 1, + sym_chunk_specification, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [26968] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1722), 1, + sym_identifier, + ACTIONS(1720), 43, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -40799,8 +40867,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -40833,61 +40901,171 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [26934] = 8, + [27020] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1726), 1, - sym_tick, - ACTIONS(1728), 1, - anon_sym_DOT, - ACTIONS(1730), 1, - anon_sym_LPAREN, - STATE(483), 1, - sym_actual_parameter_part, - STATE(533), 1, - sym_index_constraint, - ACTIONS(1722), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1724), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, + sym_identifier, + ACTIONS(1724), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, aux_sym_loop_statement_token1, - [26996] = 3, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27072] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(1660), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(721), 1, + sym_range_g, + STATE(1885), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(484), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(522), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [27158] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1730), 1, + sym_identifier, + ACTIONS(1728), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27210] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1734), 1, @@ -40902,8 +41080,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -40936,7 +41114,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [27048] = 3, + [27262] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1738), 1, @@ -40951,8 +41129,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -40985,27 +41163,321 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [27100] = 8, + [27314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1742), 1, + sym_identifier, + ACTIONS(1740), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27366] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1746), 1, + sym_identifier, + ACTIONS(1744), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27418] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1750), 1, + sym_identifier, + ACTIONS(1748), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27470] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1754), 1, + sym_identifier, + ACTIONS(1752), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27522] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1758), 1, + sym_identifier, + ACTIONS(1756), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27574] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1762), 1, + sym_identifier, + ACTIONS(1760), 43, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [27626] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1728), 1, + ACTIONS(1770), 1, anon_sym_DOT, - ACTIONS(1730), 1, + ACTIONS(1772), 1, anon_sym_LPAREN, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(538), 1, + STATE(533), 1, sym_index_constraint, - ACTIONS(1740), 6, + ACTIONS(1764), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1742), 33, + ACTIONS(1766), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -41023,7 +41495,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -41039,12 +41511,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [27162] = 3, + [27688] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1746), 1, + ACTIONS(1776), 1, sym_identifier, - ACTIONS(1744), 43, + ACTIONS(1774), 43, ts_builtin_sym_end, sym_gnatprep_identifier, sym_string_literal, @@ -41054,8 +41526,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -41088,530 +41560,60 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [27214] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(1630), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(756), 1, - sym_range_g, - STATE(1883), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(498), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(522), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [27300] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1750), 1, - sym_identifier, - ACTIONS(1748), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27352] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1754), 1, - sym_identifier, - ACTIONS(1752), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27404] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1758), 1, - sym_identifier, - ACTIONS(1756), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27456] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1762), 1, - sym_identifier, - ACTIONS(1760), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27508] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1766), 1, - sym_identifier, - ACTIONS(1764), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27560] = 3, + [27740] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(1768), 1, + sym_tick, ACTIONS(1770), 1, - sym_identifier, - ACTIONS(1768), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27612] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1774), 1, - sym_identifier, - ACTIONS(1772), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27664] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1778), 1, - sym_identifier, - ACTIONS(1776), 43, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [27716] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, + anon_sym_DOT, + ACTIONS(1772), 1, anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(1780), 1, - sym_identifier, + STATE(481), 1, + sym_actual_parameter_part, STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(1887), 1, - sym__simple_expression, - STATE(1890), 1, - sym_chunk_specification, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, + sym_index_constraint, + ACTIONS(1778), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1780), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [27802] = 3, ACTIONS(3), 1, sym_comment, @@ -41627,8 +41629,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -41664,45 +41666,45 @@ static const uint16_t ts_small_parse_table[] = { [27854] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(697), 1, + STATE(632), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -41710,7 +41712,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -41725,71 +41727,7 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [27937] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(629), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28020] = 3, + [27937] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1788), 1, @@ -41804,7 +41742,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -41837,48 +41775,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [28071] = 19, + [27988] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(1845), 1, + STATE(1721), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -41886,7 +41824,71 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28071] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(1997), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -41904,45 +41906,45 @@ static const uint16_t ts_small_parse_table[] = { [28154] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(1460), 1, + STATE(628), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -41950,7 +41952,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -41968,45 +41970,45 @@ static const uint16_t ts_small_parse_table[] = { [28237] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, ACTIONS(372), 1, - anon_sym_PLUS, + sym_numeric_literal, ACTIONS(374), 1, - anon_sym_DASH, + anon_sym_PLUS, ACTIONS(376), 1, - anon_sym_LPAREN, + anon_sym_DASH, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(388), 1, + ACTIONS(390), 1, aux_sym_factor_abs_token1, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - STATE(537), 1, + STATE(530), 1, sym_unary_adding_operator, STATE(546), 1, sym_term, - STATE(1471), 1, + STATE(1470), 1, sym__simple_expression, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(524), 4, + STATE(526), 4, sym__factor, sym_factor_power, sym_factor_abs, sym_factor_not, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -42014,7 +42016,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(528), 14, + STATE(535), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -42029,7 +42031,263 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [28320] = 3, + [28320] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(698), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28403] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(607), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28486] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(700), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28569] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(1461), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28652] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1792), 1, @@ -42044,7 +42302,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -42077,7 +42335,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [28371] = 3, + [28703] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1796), 1, @@ -42092,7 +42350,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -42125,71 +42383,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [28422] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(688), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28505] = 3, + [28754] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1800), 1, @@ -42204,7 +42398,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -42237,7 +42431,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [28556] = 3, + [28805] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1804), 1, @@ -42252,7 +42446,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, @@ -42285,25 +42479,249 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, aux_sym_subtype_declaration_token1, - [28607] = 7, + [28856] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1728), 1, - anon_sym_DOT, - ACTIONS(1810), 1, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, anon_sym_LPAREN, - STATE(483), 1, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(1844), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [28939] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1808), 1, + sym_identifier, + ACTIONS(1806), 42, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [28990] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(374), 1, + anon_sym_PLUS, + ACTIONS(376), 1, + anon_sym_DASH, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(530), 1, + sym_unary_adding_operator, + STATE(546), 1, + sym_term, + STATE(1851), 1, + sym__simple_expression, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [29073] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1812), 1, + sym_identifier, + ACTIONS(1810), 42, + ts_builtin_sym_end, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token1, + aux_sym_with_clause_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_subunit_token1, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_raise_expression_token1, + aux_sym_primary_null_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_declare_expression_token1, + aux_sym_case_expression_token1, + aux_sym_interface_type_definition_token1, + aux_sym_entry_declaration_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + anon_sym_LT_LT, + aux_sym_pragma_g_token1, + aux_sym_if_expression_token1, + aux_sym_result_profile_token1, + aux_sym_asynchronous_select_token1, + aux_sym_asynchronous_select_token2, + aux_sym_requeue_statement_token1, + aux_sym_accept_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_exit_statement_token1, + aux_sym_goto_statement_token1, + aux_sym_delay_until_statement_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + aux_sym_subtype_declaration_token1, + [29124] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1770), 1, + anon_sym_DOT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + STATE(481), 1, sym_actual_parameter_part, - ACTIONS(1806), 6, + ACTIONS(1814), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1808), 33, + ACTIONS(1816), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -42321,7 +42739,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -42337,441 +42755,25 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [28666] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(634), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28749] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(1722), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28832] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1814), 1, - sym_identifier, - ACTIONS(1812), 42, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [28883] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(1998), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [28966] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(601), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [29049] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1818), 1, - sym_identifier, - ACTIONS(1816), 42, - ts_builtin_sym_end, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token1, - aux_sym_with_clause_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_subunit_token1, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_raise_expression_token1, - aux_sym_primary_null_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_declare_expression_token1, - aux_sym_case_expression_token1, - aux_sym_interface_type_definition_token1, - aux_sym_entry_declaration_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - anon_sym_LT_LT, - aux_sym_pragma_g_token1, - aux_sym_if_expression_token1, - aux_sym_result_profile_token1, - aux_sym_asynchronous_select_token1, - aux_sym_asynchronous_select_token2, - aux_sym_requeue_statement_token1, - aux_sym_accept_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_exit_statement_token1, - aux_sym_goto_statement_token1, - aux_sym_delay_until_statement_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - aux_sym_subtype_declaration_token1, - [29100] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(372), 1, - anon_sym_PLUS, - ACTIONS(374), 1, - anon_sym_DASH, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(537), 1, - sym_unary_adding_operator, - STATE(546), 1, - sym_term, - STATE(1842), 1, - sym__simple_expression, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [29183] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1728), 1, + ACTIONS(1770), 1, anon_sym_DOT, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, ACTIONS(1820), 1, sym_tick, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - ACTIONS(1806), 6, + ACTIONS(1814), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1808), 31, + ACTIONS(1816), 31, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -42788,7 +42790,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -42803,173 +42805,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29240] = 7, + [29240] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1829), 1, - anon_sym_SLASH, - STATE(523), 1, - aux_sym_term_repeat1, - STATE(543), 1, - sym_multiplying_operator, - ACTIONS(1826), 3, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - ACTIONS(1822), 4, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - ACTIONS(1824), 30, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [29296] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1838), 1, - anon_sym_SLASH, - STATE(525), 1, - aux_sym_term_repeat1, - STATE(543), 1, - sym_multiplying_operator, - ACTIONS(1836), 3, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - ACTIONS(1832), 4, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - ACTIONS(1834), 30, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [29352] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1838), 1, - anon_sym_SLASH, - STATE(523), 1, - aux_sym_term_repeat1, - STATE(543), 1, - sym_multiplying_operator, - ACTIONS(1836), 3, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - ACTIONS(1840), 4, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - ACTIONS(1842), 30, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [29408] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1680), 1, + ACTIONS(1610), 1, anon_sym_LPAREN, - ACTIONS(1686), 1, + ACTIONS(1616), 1, aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, + ACTIONS(1618), 1, aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, + ACTIONS(1622), 1, aux_sym_range_attribute_designator_token1, - ACTIONS(1844), 1, + ACTIONS(1822), 1, anon_sym_EQ_GT, - ACTIONS(1848), 1, + ACTIONS(1826), 1, anon_sym_PIPE, - STATE(722), 1, + STATE(773), 1, sym__parenthesized_expression, - STATE(1332), 1, + STATE(1289), 1, aux_sym_discriminant_association_repeat1, - ACTIONS(1676), 7, + ACTIONS(1606), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -42977,7 +42832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - STATE(764), 7, + STATE(774), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -42985,7 +42840,7 @@ static const uint16_t ts_small_parse_table[] = { sym_index_constraint, sym_digits_constraint, sym_delta_constraint, - ACTIONS(1678), 18, + ACTIONS(1608), 18, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -43004,6 +42859,153 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, + [29306] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_SLASH, + STATE(525), 1, + aux_sym_term_repeat1, + STATE(540), 1, + sym_multiplying_operator, + ACTIONS(1834), 3, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + ACTIONS(1830), 4, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + ACTIONS(1832), 30, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [29362] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1845), 1, + anon_sym_SLASH, + STATE(525), 1, + aux_sym_term_repeat1, + STATE(540), 1, + sym_multiplying_operator, + ACTIONS(1842), 3, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + ACTIONS(1838), 4, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + ACTIONS(1840), 30, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [29418] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1836), 1, + anon_sym_SLASH, + STATE(524), 1, + aux_sym_term_repeat1, + STATE(540), 1, + sym_multiplying_operator, + ACTIONS(1834), 3, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + ACTIONS(1848), 4, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + ACTIONS(1850), 30, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [29474] = 3, ACTIONS(3), 1, sym_comment, @@ -43032,7 +43034,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43048,11 +43050,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29521] = 4, + [29521] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1860), 1, - anon_sym_STAR_STAR, ACTIONS(1856), 6, anon_sym_EQ, anon_sym_LT, @@ -43060,7 +43060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1858), 32, + ACTIONS(1858), 33, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -43078,50 +43078,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [29570] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1862), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1864), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43137,7 +43094,171 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29617] = 3, + [29568] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(1860), 1, + anon_sym_EQ_GT, + ACTIONS(1862), 1, + anon_sym_PIPE, + STATE(773), 1, + sym__parenthesized_expression, + STATE(1248), 1, + aux_sym_discriminant_association_repeat1, + ACTIONS(1613), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1606), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + STATE(774), 7, + sym_discriminant_constraint, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(1608), 15, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + aux_sym_chunk_specification_token1, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [29635] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(548), 1, + sym_term, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [29706] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(1862), 1, + anon_sym_PIPE, + ACTIONS(1864), 1, + anon_sym_EQ_GT, + STATE(773), 1, + sym__parenthesized_expression, + STATE(1289), 1, + aux_sym_discriminant_association_repeat1, + ACTIONS(1613), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1606), 7, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + STATE(774), 7, + sym_discriminant_constraint, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(1608), 15, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + aux_sym_chunk_specification_token1, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [29773] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1866), 6, @@ -43165,7 +43286,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43181,7 +43302,51 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29664] = 3, + [29820] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1778), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1780), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [29867] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1870), 6, @@ -43209,7 +43374,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43225,73 +43390,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29711] = 15, + [29914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(555), 1, - sym_term, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [29782] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1740), 6, + ACTIONS(1878), 1, + anon_sym_STAR_STAR, + ACTIONS(1874), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1742), 33, + ACTIONS(1876), 32, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -43309,7 +43420,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43320,120 +43431,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token4, aux_sym_expression_token5, aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, anon_sym_COLON_EQ, aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [29829] = 13, + [29963] = 15, ACTIONS(3), 1, sym_comment, - ACTIONS(1680), 1, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(378), 1, anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(1874), 1, - anon_sym_EQ_GT, - ACTIONS(1876), 1, - anon_sym_PIPE, - STATE(722), 1, - sym__parenthesized_expression, - STATE(1249), 1, - aux_sym_discriminant_association_repeat1, - ACTIONS(1683), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1676), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - STATE(764), 7, - sym_discriminant_constraint, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(1678), 15, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - aux_sym_chunk_specification_token1, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, + aux_sym_allocator_token1, + ACTIONS(490), 1, aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [29896] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1680), 1, - anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(1876), 1, - anon_sym_PIPE, - ACTIONS(1878), 1, - anon_sym_EQ_GT, - STATE(722), 1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(555), 1, + sym_term, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(526), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, sym__parenthesized_expression, - STATE(1332), 1, - aux_sym_discriminant_association_repeat1, - ACTIONS(1683), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1676), 7, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - STATE(764), 7, - sym_discriminant_constraint, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(1678), 15, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - aux_sym_chunk_specification_token1, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [29963] = 3, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [30034] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1880), 6, @@ -43461,7 +43519,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43477,62 +43535,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30010] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(551), 1, - sym_term, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(524), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [30081] = 3, ACTIONS(3), 1, sym_comment, @@ -43561,7 +43563,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43577,51 +43579,191 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30128] = 22, + [30128] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1888), 1, - anon_sym_LPAREN, - ACTIONS(1890), 1, - aux_sym_attribute_designator_token1, - ACTIONS(1892), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1894), 1, + ACTIONS(1888), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_SLASH, + ACTIONS(1890), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, - ACTIONS(1896), 1, - aux_sym_attribute_designator_token4, - ACTIONS(1898), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1900), 1, - aux_sym_with_clause_token1, - ACTIONS(1902), 1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, aux_sym_range_attribute_designator_token1, - ACTIONS(1904), 1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, aux_sym_relation_membership_token1, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1908), 1, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [30174] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(372), 1, + sym_numeric_literal, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, + anon_sym_LBRACK, + ACTIONS(390), 1, + aux_sym_factor_abs_token1, + ACTIONS(394), 1, aux_sym_allocator_token1, + ACTIONS(490), 1, + aux_sym_relation_membership_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, + ACTIONS(592), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(590), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(543), 4, + sym__factor, + sym_factor_power, + sym_factor_abs, + sym_factor_not, + STATE(521), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + STATE(535), 14, + sym__parenthesized_expression, + sym__primary, + sym_primary_null, + sym_allocator, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [30242] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1892), 5, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_SLASH, + ACTIONS(1894), 33, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_STAR, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [30288] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1896), 1, + anon_sym_LPAREN, + ACTIONS(1898), 1, + aux_sym_attribute_designator_token1, + ACTIONS(1900), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1902), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1904), 1, + aux_sym_attribute_designator_token4, + ACTIONS(1906), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1908), 1, + aux_sym_with_clause_token1, + ACTIONS(1910), 1, + aux_sym_range_attribute_designator_token1, ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, + aux_sym_relation_membership_token1, ACTIONS(1914), 1, - aux_sym_private_type_declaration_token1, + aux_sym_primary_null_token1, ACTIONS(1916), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(1918), 1, - aux_sym_private_extension_declaration_token1, + aux_sym_allocator_token1, ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, + aux_sym_record_component_association_list_token1, ACTIONS(1922), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(1924), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(1926), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(1930), 1, aux_sym_interface_type_definition_token2, - STATE(1313), 1, + STATE(1224), 1, sym_null_exclusion, STATE(1463), 1, sym_record_definition, - ACTIONS(1910), 2, + ACTIONS(1918), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1321), 17, + STATE(1223), 17, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, @@ -43639,93 +43781,7 @@ static const uint16_t ts_small_parse_table[] = { sym_derived_type_definition, sym_interface_type_definition, sym_record_type_definition, - [30212] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1924), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_SLASH, - ACTIONS(1926), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30258] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1928), 5, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_SLASH, - ACTIONS(1930), 33, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_STAR, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [30304] = 3, + [30372] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(1932), 5, @@ -43753,7 +43809,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43768,60 +43824,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30350] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(370), 1, - sym_numeric_literal, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(378), 1, - anon_sym_LBRACK, - ACTIONS(388), 1, - aux_sym_factor_abs_token1, - ACTIONS(392), 1, - aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, - ACTIONS(502), 1, - aux_sym_relation_membership_token1, - ACTIONS(592), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(590), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(542), 4, - sym__factor, - sym_factor_power, - sym_factor_abs, - sym_factor_not, - STATE(514), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - STATE(528), 14, - sym__parenthesized_expression, - sym__primary, - sym_primary_null, - sym_allocator, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, [30418] = 3, ACTIONS(3), 1, sym_comment, @@ -43850,7 +43852,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43868,27 +43870,27 @@ static const uint16_t ts_small_parse_table[] = { [30464] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1888), 1, - anon_sym_LPAREN, - ACTIONS(1890), 1, - aux_sym_attribute_designator_token1, - ACTIONS(1892), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1894), 1, - aux_sym_attribute_designator_token3, ACTIONS(1896), 1, - aux_sym_attribute_designator_token4, + anon_sym_LPAREN, + ACTIONS(1898), 1, + aux_sym_attribute_designator_token1, + ACTIONS(1900), 1, + aux_sym_attribute_designator_token2, ACTIONS(1902), 1, - aux_sym_range_attribute_designator_token1, + aux_sym_attribute_designator_token3, ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, + aux_sym_attribute_designator_token4, + ACTIONS(1910), 1, + aux_sym_range_attribute_designator_token1, ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, + aux_sym_relation_membership_token1, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(1928), 1, aux_sym_array_type_definition_token1, - ACTIONS(1922), 1, + ACTIONS(1930), 1, aux_sym_interface_type_definition_token2, ACTIONS(1940), 1, aux_sym_with_clause_token1, @@ -43898,15 +43900,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token1, ACTIONS(1946), 1, aux_sym_private_type_declaration_token2, - STATE(1313), 1, + STATE(1224), 1, sym_null_exclusion, STATE(1463), 1, sym_record_definition, - ACTIONS(1910), 3, + ACTIONS(1918), 3, aux_sym_access_to_subprogram_definition_token1, aux_sym_private_extension_declaration_token1, aux_sym_interface_type_definition_token1, - STATE(1311), 17, + STATE(1335), 17, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, @@ -43929,9 +43931,9 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(1954), 1, anon_sym_DASH, - STATE(532), 1, + STATE(536), 1, sym_binary_adding_operator, - STATE(549), 1, + STATE(551), 1, aux_sym__simple_expression_repeat1, ACTIONS(1952), 2, anon_sym_PLUS, @@ -43954,7 +43956,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -43969,14 +43971,62 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30595] = 7, + [30595] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + STATE(773), 1, + sym__parenthesized_expression, + ACTIONS(1613), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1606), 6, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_DOT, + STATE(774), 7, + sym_discriminant_constraint, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(1608), 16, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + aux_sym_chunk_specification_token1, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [30653] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1954), 1, anon_sym_DASH, - STATE(532), 1, + STATE(536), 1, sym_binary_adding_operator, - STATE(550), 1, + STATE(549), 1, aux_sym__simple_expression_repeat1, ACTIONS(1952), 2, anon_sym_PLUS, @@ -43999,7 +44049,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -44014,60 +44064,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [30647] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1680), 1, - anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - STATE(722), 1, - sym__parenthesized_expression, - ACTIONS(1683), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1676), 6, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_DOT, - STATE(764), 7, - sym_discriminant_constraint, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(1678), 16, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - aux_sym_chunk_specification_token1, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, [30705] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(1954), 1, anon_sym_DASH, - STATE(532), 1, + STATE(536), 1, sym_binary_adding_operator, STATE(550), 1, aux_sym__simple_expression_repeat1, @@ -44092,7 +44094,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -44112,7 +44114,7 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(1971), 1, anon_sym_DASH, - STATE(532), 1, + STATE(536), 1, sym_binary_adding_operator, STATE(550), 1, aux_sym__simple_expression_repeat1, @@ -44137,7 +44139,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -44157,18 +44159,18 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(1954), 1, anon_sym_DASH, - STATE(532), 1, + STATE(536), 1, sym_binary_adding_operator, - STATE(547), 1, + STATE(550), 1, aux_sym__simple_expression_repeat1, ACTIONS(1952), 2, anon_sym_PLUS, anon_sym_AMP, - ACTIONS(1960), 3, + ACTIONS(1956), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(1962), 28, + ACTIONS(1958), 28, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -44182,7 +44184,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -44200,13 +44202,13 @@ static const uint16_t ts_small_parse_table[] = { [30861] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(1890), 1, + ACTIONS(1898), 1, aux_sym_attribute_designator_token1, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(1920), 1, + ACTIONS(1928), 1, aux_sym_array_type_definition_token1, - ACTIONS(1922), 1, + ACTIONS(1930), 1, aux_sym_interface_type_definition_token2, ACTIONS(1974), 1, anon_sym_LPAREN, @@ -44230,20 +44232,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_private_type_declaration_token2, ACTIONS(1994), 1, aux_sym_private_extension_declaration_token1, - STATE(1313), 1, + STATE(1224), 1, sym_null_exclusion, - STATE(1369), 1, + STATE(1252), 1, sym_interface_type_definition, - STATE(1372), 1, + STATE(1253), 1, sym_array_type_definition, - ACTIONS(1910), 2, + ACTIONS(1918), 2, aux_sym_access_to_subprogram_definition_token1, aux_sym_interface_type_definition_token1, - STATE(1373), 3, + STATE(1256), 3, sym__access_type_definition, sym_access_to_subprogram_definition, sym_access_to_object_definition, - STATE(1123), 12, + STATE(1164), 12, sym__formal_type_definition, sym_formal_private_type_definition, sym_formal_derived_type_definition, @@ -44256,76 +44258,17 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_array_type_definition, sym_formal_access_type_definition, sym_formal_interface_type_definition, - [30942] = 22, + [30942] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1890), 1, - aux_sym_attribute_designator_token1, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(1922), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(1974), 1, - anon_sym_LPAREN, - ACTIONS(1976), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1978), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1980), 1, - aux_sym_attribute_designator_token4, - ACTIONS(1982), 1, - aux_sym_compilation_unit_token1, - ACTIONS(1984), 1, - aux_sym_with_clause_token1, - ACTIONS(1986), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(1988), 1, - aux_sym_allocator_token1, - ACTIONS(1990), 1, - aux_sym_private_type_declaration_token1, - ACTIONS(1994), 1, - aux_sym_private_extension_declaration_token1, ACTIONS(1996), 1, - aux_sym_private_type_declaration_token2, - STATE(1313), 1, - sym_null_exclusion, - STATE(1369), 1, - sym_interface_type_definition, - STATE(1372), 1, - sym_array_type_definition, - ACTIONS(1910), 2, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_interface_type_definition_token1, - STATE(1373), 3, - sym__access_type_definition, - sym_access_to_subprogram_definition, - sym_access_to_object_definition, - STATE(1112), 12, - sym__formal_type_definition, - sym_formal_private_type_definition, - sym_formal_derived_type_definition, - sym_formal_discrete_type_definition, - sym_formal_signed_integer_type_definition, - sym_formal_modular_type_definition, - sym_formal_floating_point_definition, - sym_formal_ordinary_fixed_point_definition, - sym_formal_decimal_fixed_point_definition, - sym_formal_array_type_definition, - sym_formal_access_type_definition, - sym_formal_interface_type_definition, - [31023] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1998), 1, sym_identifier, - ACTIONS(2002), 1, + ACTIONS(2000), 1, anon_sym_LT_LT, - STATE(554), 2, + STATE(553), 2, sym_label, aux_sym__sequence_of_statements_repeat2, - ACTIONS(2000), 31, + ACTIONS(1998), 31, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, @@ -44333,7 +44276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_subprogram_body_token1, aux_sym_expression_token2, aux_sym_expression_token3, @@ -44357,6 +44300,65 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_delay_until_statement_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, + [30989] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1898), 1, + aux_sym_attribute_designator_token1, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(1930), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(1974), 1, + anon_sym_LPAREN, + ACTIONS(1976), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1978), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1980), 1, + aux_sym_attribute_designator_token4, + ACTIONS(1982), 1, + aux_sym_compilation_unit_token1, + ACTIONS(1984), 1, + aux_sym_with_clause_token1, + ACTIONS(1986), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(1988), 1, + aux_sym_allocator_token1, + ACTIONS(1990), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(1994), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(2003), 1, + aux_sym_private_type_declaration_token2, + STATE(1224), 1, + sym_null_exclusion, + STATE(1252), 1, + sym_interface_type_definition, + STATE(1253), 1, + sym_array_type_definition, + ACTIONS(1918), 2, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_interface_type_definition_token1, + STATE(1256), 3, + sym__access_type_definition, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + STATE(1123), 12, + sym__formal_type_definition, + sym_formal_private_type_definition, + sym_formal_derived_type_definition, + sym_formal_discrete_type_definition, + sym_formal_signed_integer_type_definition, + sym_formal_modular_type_definition, + sym_formal_floating_point_definition, + sym_formal_ordinary_fixed_point_definition, + sym_formal_decimal_fixed_point_definition, + sym_formal_array_type_definition, + sym_formal_access_type_definition, + sym_formal_interface_type_definition, [31070] = 3, ACTIONS(3), 1, sym_comment, @@ -44381,7 +44383,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, anon_sym_DOT_DOT, @@ -44409,7 +44411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_subprogram_body_token1, aux_sym_expression_token2, aux_sym_expression_token3, @@ -44434,73 +44436,29 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_delay_until_statement_token1, aux_sym_loop_statement_token1, aux_sym_iteration_scheme_token1, - [31153] = 10, + [31153] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(1680), 1, - anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - STATE(722), 1, - sym__parenthesized_expression, - ACTIONS(1676), 3, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_DOT, - STATE(764), 7, - sym_discriminant_constraint, - sym__constraint, - sym__scalar_constraint, - sym_range_constraint, - sym_index_constraint, - sym_digits_constraint, - sym_delta_constraint, - ACTIONS(1678), 8, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - ACTIONS(1690), 9, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [31207] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, - aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, ACTIONS(2009), 1, sym_numeric_literal, - STATE(2045), 1, + ACTIONS(2011), 1, + aux_sym_primary_null_token1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -44523,29 +44481,73 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, + [31209] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + STATE(773), 1, + sym__parenthesized_expression, + ACTIONS(1606), 3, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_DOT, + STATE(774), 7, + sym_discriminant_constraint, + sym__constraint, + sym__scalar_constraint, + sym_range_constraint, + sym_index_constraint, + sym_digits_constraint, + sym_delta_constraint, + ACTIONS(1608), 8, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + ACTIONS(1620), 9, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, [31263] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - ACTIONS(2011), 1, + ACTIONS(2013), 1, sym_numeric_literal, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -44553,7 +44555,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(540), 14, + STATE(544), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -44571,26 +44573,26 @@ static const uint16_t ts_small_parse_table[] = { [31319] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, + ACTIONS(492), 1, + aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - ACTIONS(2013), 1, + ACTIONS(2009), 1, sym_numeric_literal, - ACTIONS(2015), 1, - aux_sym_primary_null_token1, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -44598,7 +44600,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(544), 14, + STATE(541), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -44616,26 +44618,26 @@ static const uint16_t ts_small_parse_table[] = { [31375] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(380), 1, anon_sym_LBRACK, - ACTIONS(392), 1, + ACTIONS(394), 1, aux_sym_allocator_token1, - ACTIONS(490), 1, + ACTIONS(492), 1, aux_sym_primary_null_token1, ACTIONS(592), 1, sym_identifier, - ACTIONS(2013), 1, + ACTIONS(2015), 1, sym_numeric_literal, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(590), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(514), 7, + STATE(521), 7, sym__name, sym_selected_component, sym_slice, @@ -44643,7 +44645,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - STATE(544), 14, + STATE(539), 14, sym__parenthesized_expression, sym__primary, sym_primary_null, @@ -44669,7 +44671,7 @@ static const uint16_t ts_small_parse_table[] = { sym_character_literal, sym_target_name, anon_sym_LBRACK, - ACTIONS(1880), 7, + ACTIONS(1856), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -44677,7 +44679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SLASH, anon_sym_mod, anon_sym_rem, - ACTIONS(1882), 18, + ACTIONS(1858), 18, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -44696,22 +44698,73 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token3, aux_sym_expression_token5, aux_sym_relation_membership_token1, - [31474] = 9, + [31474] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1876), 1, - anon_sym_PIPE, - ACTIONS(1878), 1, - anon_sym_EQ_GT, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(77), 1, + aux_sym_delay_until_statement_token1, ACTIONS(2021), 1, + sym_identifier, + ACTIONS(2023), 1, + aux_sym_iterator_filter_token1, + ACTIONS(2025), 1, + aux_sym_terminate_alternative_token1, + STATE(43), 1, + sym_procedure_call_statement, + STATE(44), 1, + sym_accept_statement, + STATE(866), 1, + sym_guard, + STATE(1175), 1, + sym_select_alternative, + STATE(1411), 1, + sym_entry_call_alternative, + STATE(2001), 1, + sym_triggering_alternative, + STATE(2044), 1, + sym_value_sequence, + STATE(1157), 2, + sym__name, + sym_function_call, + STATE(38), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1241), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + ACTIONS(9), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1095), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [31544] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1862), 1, + anon_sym_PIPE, + ACTIONS(1864), 1, + anon_sym_EQ_GT, + ACTIONS(2027), 1, anon_sym_COMMA, - ACTIONS(2024), 1, + ACTIONS(2030), 1, anon_sym_COLON, - STATE(1301), 1, - aux_sym__defining_identifier_list_repeat1, - STATE(1332), 1, + STATE(1289), 1, aux_sym_discriminant_association_repeat1, - ACTIONS(1676), 7, + STATE(1290), 1, + aux_sym__defining_identifier_list_repeat1, + ACTIONS(1606), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -44719,7 +44772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - ACTIONS(1678), 17, + ACTIONS(1608), 17, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -44737,112 +44790,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [31524] = 19, + [31594] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(77), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(2026), 1, - sym_identifier, - ACTIONS(2028), 1, - aux_sym_iterator_filter_token1, - ACTIONS(2030), 1, - aux_sym_terminate_alternative_token1, - STATE(40), 1, - sym_accept_statement, - STATE(42), 1, - sym_procedure_call_statement, - STATE(869), 1, - sym_guard, - STATE(1148), 1, - sym_select_alternative, - STATE(1411), 1, - sym_entry_call_alternative, - STATE(2002), 1, - sym_triggering_alternative, - STATE(2045), 1, - sym_value_sequence, - STATE(1120), 2, - sym__name, - sym_function_call, - STATE(39), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1335), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - ACTIONS(9), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1088), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [31594] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2038), 1, - aux_sym_chunk_specification_token1, - ACTIONS(2040), 1, - aux_sym_relation_membership_token1, - STATE(515), 1, - sym_relational_operator, - ACTIONS(2032), 3, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - ACTIONS(2034), 3, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - ACTIONS(2036), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [31639] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1680), 1, + ACTIONS(1610), 1, anon_sym_LPAREN, - ACTIONS(1686), 1, + ACTIONS(1616), 1, aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, + ACTIONS(1618), 1, aux_sym_attribute_designator_token3, - ACTIONS(1692), 1, + ACTIONS(1622), 1, aux_sym_range_attribute_designator_token1, - STATE(722), 1, + STATE(773), 1, sym__parenthesized_expression, - ACTIONS(1678), 2, + ACTIONS(1608), 2, sym_tick, anon_sym_DOT, - STATE(721), 7, + STATE(779), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -44850,7 +44814,7 @@ static const uint16_t ts_small_parse_table[] = { sym_index_constraint, sym_digits_constraint, sym_delta_constraint, - ACTIONS(2042), 15, + ACTIONS(2032), 15, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_chunk_specification_token1, @@ -44866,16 +44830,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, + [31643] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2040), 1, + aux_sym_chunk_specification_token1, + ACTIONS(2042), 1, + aux_sym_relation_membership_token1, + STATE(507), 1, + sym_relational_operator, + ACTIONS(2034), 3, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + ACTIONS(2036), 3, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + ACTIONS(2038), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, [31688] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1876), 1, + ACTIONS(1862), 1, anon_sym_PIPE, - ACTIONS(1878), 1, + ACTIONS(1864), 1, anon_sym_EQ_GT, - STATE(1332), 1, + STATE(1289), 1, aux_sym_discriminant_association_repeat1, - ACTIONS(1676), 7, + ACTIONS(1606), 7, anon_sym_EQ, anon_sym_LT, anon_sym_GT, @@ -44883,7 +44885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_DOT, - ACTIONS(1678), 18, + ACTIONS(1608), 18, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -44902,32 +44904,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [31730] = 13, + [31730] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1680), 1, + ACTIONS(1860), 1, + anon_sym_EQ_GT, + ACTIONS(1862), 1, + anon_sym_PIPE, + STATE(1248), 1, + aux_sym_discriminant_association_repeat1, + ACTIONS(1606), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1608), 18, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT, + anon_sym_COMMA, anon_sym_LPAREN, - ACTIONS(1686), 1, - aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, - aux_sym_attribute_designator_token3, - ACTIONS(1690), 1, anon_sym_RPAREN, - ACTIONS(1692), 1, + aux_sym_chunk_specification_token1, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [31771] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1610), 1, + anon_sym_LPAREN, + ACTIONS(1616), 1, + aux_sym_attribute_designator_token2, + ACTIONS(1618), 1, + aux_sym_attribute_designator_token3, + ACTIONS(1620), 1, + anon_sym_RPAREN, + ACTIONS(1622), 1, aux_sym_range_attribute_designator_token1, - ACTIONS(2024), 1, + ACTIONS(2030), 1, anon_sym_COLON, ACTIONS(2044), 1, anon_sym_COMMA, - STATE(722), 1, + STATE(773), 1, sym__parenthesized_expression, - STATE(1301), 1, + STATE(1290), 1, aux_sym__defining_identifier_list_repeat1, - ACTIONS(1676), 3, + ACTIONS(1606), 3, anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(764), 7, + STATE(774), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -44935,7 +44972,7 @@ static const uint16_t ts_small_parse_table[] = { sym_index_constraint, sym_digits_constraint, sym_delta_constraint, - ACTIONS(1678), 8, + ACTIONS(1608), 8, anon_sym_PLUS, anon_sym_AMP, anon_sym_SLASH, @@ -44944,76 +44981,7 @@ static const uint16_t ts_small_parse_table[] = { sym_tick, anon_sym_DOT_DOT, anon_sym_STAR_STAR, - [31785] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1874), 1, - anon_sym_EQ_GT, - ACTIONS(1876), 1, - anon_sym_PIPE, - STATE(1249), 1, - aux_sym_discriminant_association_repeat1, - ACTIONS(1676), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1678), 18, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT, - anon_sym_COMMA, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [31826] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2024), 1, - anon_sym_COLON, - ACTIONS(2044), 1, - anon_sym_COMMA, - STATE(1301), 1, - aux_sym__defining_identifier_list_repeat1, - ACTIONS(1676), 5, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1678), 18, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [31866] = 14, + [31826] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -45029,20 +44997,20 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2046), 1, sym_identifier, ACTIONS(2048), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1715), 1, + STATE(1714), 1, sym__defining_identifier_list, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(572), 12, + STATE(571), 12, sym_component_declaration, sym__aspect_clause, sym_at_clause, @@ -45055,7 +45023,49 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat2, - [31922] = 14, + [31882] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2054), 1, + sym_identifier, + ACTIONS(2057), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2060), 1, + aux_sym__package_specification_token3, + ACTIONS(2062), 1, + aux_sym_relation_membership_token1, + ACTIONS(2065), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2068), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2071), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2074), 1, + aux_sym_global_mode_token1, + ACTIONS(2077), 1, + aux_sym_pragma_g_token1, + STATE(1011), 1, + sym_overriding_indicator, + STATE(1714), 1, + sym__defining_identifier_list, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(571), 12, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym__protected_element_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat2, + [31938] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -45074,17 +45084,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2054), 1, - aux_sym_package_specification_token3, - STATE(989), 1, + ACTIONS(2080), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, sym_overriding_indicator, - STATE(1715), 1, + STATE(1714), 1, sym__defining_identifier_list, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(574), 12, + STATE(570), 12, sym_component_declaration, sym__aspect_clause, sym_at_clause, @@ -45097,7 +45107,73 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat2, - [31978] = 14, + [31994] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2030), 1, + anon_sym_COLON, + ACTIONS(2044), 1, + anon_sym_COMMA, + STATE(1290), 1, + aux_sym__defining_identifier_list_repeat1, + ACTIONS(1606), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1608), 18, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [32034] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2082), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(1856), 6, + anon_sym_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1858), 19, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + anon_sym_EQ_GT, + aux_sym_with_clause_token2, + anon_sym_PIPE, + anon_sym_DOT_DOT, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [32070] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -45112,17 +45188,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2046), 1, sym_identifier, + ACTIONS(2048), 1, + aux_sym__package_specification_token3, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2054), 1, - aux_sym_package_specification_token3, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1715), 1, + STATE(1714), 1, sym__defining_identifier_list, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, @@ -45139,80 +45215,6 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat2, - [32034] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2056), 1, - sym_identifier, - ACTIONS(2059), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2062), 1, - aux_sym_package_specification_token3, - ACTIONS(2064), 1, - aux_sym_relation_membership_token1, - ACTIONS(2067), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2070), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2073), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2076), 1, - aux_sym_global_mode_token1, - ACTIONS(2079), 1, - aux_sym_pragma_g_token1, - STATE(989), 1, - sym_overriding_indicator, - STATE(1715), 1, - sym__defining_identifier_list, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(574), 12, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym__protected_element_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat2, - [32090] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2082), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(1880), 6, - anon_sym_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1882), 19, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - anon_sym_EQ_GT, - aux_sym_with_clause_token2, - anon_sym_PIPE, - anon_sym_DOT_DOT, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, [32126] = 14, ACTIONS(3), 1, sym_comment, @@ -45233,16 +45235,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, ACTIONS(2084), 1, - aux_sym_package_specification_token3, - STATE(989), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, sym_overriding_indicator, - STATE(1715), 1, + STATE(1714), 1, sym__defining_identifier_list, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(574), 12, + STATE(571), 12, sym_component_declaration, sym__aspect_clause, sym_at_clause, @@ -45258,24 +45260,24 @@ static const uint16_t ts_small_parse_table[] = { [32182] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1680), 1, + ACTIONS(1610), 1, anon_sym_LPAREN, - ACTIONS(1686), 1, + ACTIONS(1616), 1, aux_sym_attribute_designator_token2, - ACTIONS(1688), 1, + ACTIONS(1618), 1, aux_sym_attribute_designator_token3, ACTIONS(2086), 1, aux_sym_range_attribute_designator_token1, - STATE(722), 1, + STATE(773), 1, sym__parenthesized_expression, - ACTIONS(1690), 2, + ACTIONS(1620), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(1676), 3, + ACTIONS(1606), 3, anon_sym_DASH, anon_sym_STAR, anon_sym_DOT, - STATE(764), 7, + STATE(774), 7, sym_discriminant_constraint, sym__constraint, sym__scalar_constraint, @@ -45283,7 +45285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_index_constraint, sym_digits_constraint, sym_delta_constraint, - ACTIONS(1678), 8, + ACTIONS(1608), 8, anon_sym_PLUS, anon_sym_AMP, anon_sym_SLASH, @@ -45312,18 +45314,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2093), 1, aux_sym_allocator_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1692), 1, + STATE(1690), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45354,18 +45356,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2095), 1, aux_sym_allocator_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1728), 1, + STATE(1847), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45396,18 +45398,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2097), 1, aux_sym_allocator_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1689), 1, + STATE(1691), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45438,18 +45440,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2099), 1, aux_sym_allocator_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1691), 1, + STATE(1700), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45480,18 +45482,18 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2101), 1, aux_sym_allocator_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1848), 1, + STATE(1729), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45509,14 +45511,14 @@ static const uint16_t ts_small_parse_table[] = { sym_tick, ACTIONS(2106), 1, anon_sym_EQ_GT, - ACTIONS(1676), 6, + ACTIONS(1606), 6, anon_sym_EQ, anon_sym_LT, anon_sym_GT, anon_sym_DASH, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1678), 17, + ACTIONS(1608), 17, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, @@ -45534,89 +45536,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token5, aux_sym_relation_membership_token1, anon_sym_STAR_STAR, - [32551] = 14, + [32551] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, ACTIONS(2108), 1, - aux_sym_package_specification_token3, - ACTIONS(2110), 1, - aux_sym_subunit_token1, + anon_sym_DOT, ACTIONS(2112), 1, - aux_sym_entry_declaration_token1, - STATE(1052), 1, - sym_overriding_indicator, - STATE(1102), 1, - sym__subprogram_specification, - STATE(1163), 1, - sym_procedure_specification, - STATE(1187), 1, - sym_function_specification, - STATE(608), 12, - sym_subprogram_body, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_item, - sym_entry_body, - sym_enumeration_representation_clause, - sym_null_procedure_declaration, - sym_record_representation_clause, - sym_subprogram_declaration, - sym_expression_function_declaration, - aux_sym_protected_body_repeat1, - [32605] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2116), 1, - aux_sym_general_access_modifier_token1, - ACTIONS(2118), 1, - aux_sym_component_definition_token1, - ACTIONS(2120), 1, - aux_sym_exception_declaration_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1031), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1032), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [32663] = 14, + aux_sym_with_clause_token2, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2110), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [32591] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -45636,16 +45589,16 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2089), 1, aux_sym_compilation_unit_token1, ACTIONS(2091), 1, - aux_sym_package_specification_token3, - STATE(989), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, sym_overriding_indicator, - STATE(1965), 1, + STATE(1738), 1, sym_protected_definition, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(603), 10, + STATE(597), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -45656,12 +45609,282 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [32717] = 3, + [32645] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2124), 1, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2089), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2091), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, + sym_overriding_indicator, + STATE(1737), 1, + sym_protected_definition, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(597), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [32699] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2089), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2091), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, + sym_overriding_indicator, + STATE(1964), 1, + sym_protected_definition, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(597), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [32753] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2114), 1, + anon_sym_COLON, + ACTIONS(1606), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1608), 18, + anon_sym_EQ, + anon_sym_SLASH_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT, anon_sym_LPAREN, - ACTIONS(2122), 23, + aux_sym_chunk_specification_token1, + anon_sym_SEMI, + aux_sym_expression_token1, + aux_sym_expression_token3, + aux_sym_expression_token5, + aux_sym_relation_membership_token1, + anon_sym_STAR_STAR, + [32787] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2089), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2091), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, + sym_overriding_indicator, + STATE(1881), 1, + sym_protected_definition, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(597), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [32841] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2116), 1, + sym_identifier, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2124), 1, + aux_sym_exception_declaration_token1, + STATE(764), 1, + sym_null_exclusion, + STATE(1978), 1, + sym_access_definition, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2118), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + ACTIONS(2120), 5, + aux_sym_iterated_element_association_token1, + aux_sym_subprogram_body_token1, + aux_sym_declare_expression_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + STATE(1046), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [32891] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2089), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2091), 1, + aux_sym__package_specification_token3, + STATE(1011), 1, + sym_overriding_indicator, + STATE(1717), 1, + sym_protected_definition, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(597), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [32945] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2126), 1, + aux_sym_general_access_modifier_token1, + ACTIONS(2128), 1, + aux_sym_component_definition_token1, + ACTIONS(2130), 1, + aux_sym_exception_declaration_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1051), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1048), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33003] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2134), 1, + anon_sym_LPAREN, + ACTIONS(2132), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -45672,7 +45895,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -45685,267 +45908,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [32749] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2089), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2091), 1, - aux_sym_package_specification_token3, - STATE(989), 1, - sym_overriding_indicator, - STATE(1882), 1, - sym_protected_definition, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(603), 10, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat1, - [32803] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2089), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2091), 1, - aux_sym_package_specification_token3, - STATE(989), 1, - sym_overriding_indicator, - STATE(1738), 1, - sym_protected_definition, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(603), 10, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat1, - [32857] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2089), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2091), 1, - aux_sym_package_specification_token3, - STATE(989), 1, - sym_overriding_indicator, - STATE(1706), 1, - sym_protected_definition, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(603), 10, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat1, - [32911] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2126), 1, - anon_sym_COLON, - ACTIONS(1676), 5, - anon_sym_LT, - anon_sym_GT, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1678), 18, - anon_sym_EQ, - anon_sym_SLASH_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - aux_sym_chunk_specification_token1, - anon_sym_SEMI, - aux_sym_expression_token1, - aux_sym_expression_token3, - aux_sym_expression_token5, - aux_sym_relation_membership_token1, - anon_sym_STAR_STAR, - [32945] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2132), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2130), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [32985] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2134), 1, - sym_identifier, - ACTIONS(2140), 1, - aux_sym_exception_declaration_token1, - STATE(734), 1, - sym_null_exclusion, - STATE(1978), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2136), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - ACTIONS(2138), 5, - aux_sym_iterated_element_association_token1, - aux_sym_subprogram_body_token1, - aux_sym_declare_expression_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - STATE(1076), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, [33035] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, ACTIONS(53), 1, aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2089), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2091), 1, - aux_sym_package_specification_token3, - STATE(989), 1, + ACTIONS(2136), 1, + aux_sym__package_specification_token3, + ACTIONS(2138), 1, + aux_sym_subunit_token1, + ACTIONS(2140), 1, + aux_sym_entry_declaration_token1, + STATE(1092), 1, sym_overriding_indicator, - STATE(1739), 1, - sym_protected_definition, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, + STATE(1104), 1, sym__subprogram_specification, - STATE(603), 10, + STATE(1163), 1, + sym_procedure_specification, + STATE(1183), 1, + sym_function_specification, + STATE(604), 12, + sym_subprogram_body, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym_entry_declaration, + sym__protected_operation_item, + sym_entry_body, sym_enumeration_representation_clause, - sym_pragma_g, + sym_null_procedure_declaration, sym_record_representation_clause, sym_subprogram_declaration, - aux_sym_protected_definition_repeat1, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, [33089] = 15, ACTIONS(3), 1, sym_comment, @@ -45953,26 +45955,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(1920), 1, + ACTIONS(1928), 1, aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - ACTIONS(2118), 1, + ACTIONS(2128), 1, aux_sym_component_definition_token1, ACTIONS(2142), 1, aux_sym_general_access_modifier_token1, - STATE(741), 1, + STATE(753), 1, sym_null_exclusion, - STATE(1031), 1, + STATE(1051), 1, sym__subtype_indication, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1032), 2, + STATE(1048), 2, sym_access_definition, sym_array_type_definition, - STATE(1153), 2, + STATE(1131), 2, sym__name, sym_function_call, ACTIONS(892), 4, @@ -45980,7 +45982,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -45989,29 +45991,29 @@ static const uint16_t ts_small_parse_table[] = { [33144] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(2144), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2147), 1, - aux_sym_package_specification_token3, - ACTIONS(2149), 1, + ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(2152), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2155), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2158), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2161), 1, + ACTIONS(53), 1, aux_sym_global_mode_token1, - STATE(1052), 1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2136), 1, + aux_sym__package_specification_token3, + ACTIONS(2140), 1, + aux_sym_entry_declaration_token1, + STATE(1092), 1, sym_overriding_indicator, - STATE(1102), 1, + STATE(1104), 1, sym__subprogram_specification, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(596), 12, + STATE(604), 12, sym_subprogram_body, sym__aspect_clause, sym_at_clause, @@ -46025,215 +46027,6 @@ static const uint16_t ts_small_parse_table[] = { sym_expression_function_declaration, aux_sym_protected_body_repeat1, [33195] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2112), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2164), 1, - aux_sym_package_specification_token3, - STATE(1052), 1, - sym_overriding_indicator, - STATE(1102), 1, - sym__subprogram_specification, - STATE(1163), 1, - sym_procedure_specification, - STATE(1187), 1, - sym_function_specification, - STATE(596), 12, - sym_subprogram_body, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_item, - sym_entry_body, - sym_enumeration_representation_clause, - sym_null_procedure_declaration, - sym_record_representation_clause, - sym_subprogram_declaration, - sym_expression_function_declaration, - aux_sym_protected_body_repeat1, - [33246] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2166), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2171), 1, - aux_sym_relation_membership_token1, - ACTIONS(2174), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2177), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2180), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2183), 1, - aux_sym_global_mode_token1, - ACTIONS(2186), 1, - aux_sym_pragma_g_token1, - STATE(989), 1, - sym_overriding_indicator, - ACTIONS(2169), 2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token3, - STATE(1125), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - STATE(598), 10, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_declaration, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - sym_subprogram_declaration, - aux_sym_protected_definition_repeat1, - [33295] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(741), 1, - sym_null_exclusion, - STATE(1048), 1, - sym__subtype_indication, - STATE(1790), 1, - sym__assign_value, - STATE(2045), 1, - sym_value_sequence, - STATE(1055), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33350] = 15, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2193), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2195), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2197), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(695), 1, - sym_general_access_modifier, - STATE(835), 1, - sym_null_exclusion, - STATE(1362), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2191), 2, - aux_sym_use_clause_token1, - aux_sym_general_access_modifier_token1, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [33405] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2199), 23, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33434] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2201), 23, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - anon_sym_COLON_EQ, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33463] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -46246,21 +46039,21 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2048), 1, - aux_sym_package_specification_token3, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2203), 1, + ACTIONS(2080), 1, + aux_sym__package_specification_token3, + ACTIONS(2144), 1, aux_sym_compilation_unit_token1, - STATE(989), 1, + STATE(1011), 1, sym_overriding_indicator, - STATE(1125), 3, + STATE(1184), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(598), 10, + STATE(606), 10, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -46271,10 +46064,10 @@ static const uint16_t ts_small_parse_table[] = { sym_record_representation_clause, sym_subprogram_declaration, aux_sym_protected_definition_repeat1, - [33514] = 2, + [33246] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2205), 23, + ACTIONS(2146), 23, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -46285,7 +46078,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_specification_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -46298,7 +46091,147 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [33543] = 13, + [33275] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2148), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33304] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(753), 1, + sym_null_exclusion, + STATE(1080), 1, + sym__subtype_indication, + STATE(1789), 1, + sym__assign_value, + STATE(2044), 1, + sym_value_sequence, + STATE(1078), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33359] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2154), 1, + aux_sym_expression_token1, + ACTIONS(2156), 1, + aux_sym_expression_token3, + ACTIONS(2158), 1, + aux_sym_expression_token5, + STATE(652), 1, + aux_sym_expression_repeat1, + STATE(659), 1, + aux_sym_expression_repeat3, + STATE(664), 1, + aux_sym_expression_repeat2, + ACTIONS(2152), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33400] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2162), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2164), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2166), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(688), 1, + sym_general_access_modifier, + STATE(801), 1, + sym_null_exclusion, + STATE(1283), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2160), 2, + aux_sym_use_clause_token1, + aux_sym_general_access_modifier_token1, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [33455] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -46311,55 +46244,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2112), 1, + ACTIONS(2140), 1, aux_sym_entry_declaration_token1, - ACTIONS(2207), 1, - aux_sym_package_specification_token3, - STATE(1052), 1, + ACTIONS(2168), 1, + aux_sym__package_specification_token3, + STATE(1092), 1, sym_overriding_indicator, - STATE(1102), 1, + STATE(1104), 1, sym__subprogram_specification, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, - sym_function_specification, - STATE(597), 12, - sym_subprogram_body, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym__protected_operation_item, - sym_entry_body, - sym_enumeration_representation_clause, - sym_null_procedure_declaration, - sym_record_representation_clause, - sym_subprogram_declaration, - sym_expression_function_declaration, - aux_sym_protected_body_repeat1, - [33594] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2108), 1, - aux_sym_package_specification_token3, - ACTIONS(2112), 1, - aux_sym_entry_declaration_token1, - STATE(1052), 1, - sym_overriding_indicator, - STATE(1102), 1, - sym__subprogram_specification, - STATE(1163), 1, - sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, STATE(608), 12, sym_subprogram_body, @@ -46374,40 +46269,7 @@ static const uint16_t ts_small_parse_table[] = { sym_subprogram_declaration, sym_expression_function_declaration, aux_sym_protected_body_repeat1, - [33645] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2211), 1, - aux_sym_expression_token1, - ACTIONS(2213), 1, - aux_sym_expression_token3, - ACTIONS(2215), 1, - aux_sym_expression_token5, - STATE(648), 1, - aux_sym_expression_repeat2, - STATE(655), 1, - aux_sym_expression_repeat1, - STATE(663), 1, - aux_sym_expression_repeat3, - ACTIONS(2209), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [33686] = 13, + [33506] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -46420,19 +46282,159 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2112), 1, + ACTIONS(2140), 1, aux_sym_entry_declaration_token1, - ACTIONS(2207), 1, - aux_sym_package_specification_token3, - STATE(1052), 1, + ACTIONS(2170), 1, + aux_sym__package_specification_token3, + STATE(1092), 1, sym_overriding_indicator, - STATE(1102), 1, + STATE(1104), 1, sym__subprogram_specification, STATE(1163), 1, sym_procedure_specification, - STATE(1187), 1, + STATE(1183), 1, sym_function_specification, - STATE(596), 12, + STATE(608), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [33557] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2140), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2170), 1, + aux_sym__package_specification_token3, + STATE(1092), 1, + sym_overriding_indicator, + STATE(1104), 1, + sym__subprogram_specification, + STATE(1163), 1, + sym_procedure_specification, + STATE(1183), 1, + sym_function_specification, + STATE(603), 12, + sym_subprogram_body, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_item, + sym_entry_body, + sym_enumeration_representation_clause, + sym_null_procedure_declaration, + sym_record_representation_clause, + sym_subprogram_declaration, + sym_expression_function_declaration, + aux_sym_protected_body_repeat1, + [33608] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2172), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2177), 1, + aux_sym_relation_membership_token1, + ACTIONS(2180), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2183), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2186), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2189), 1, + aux_sym_global_mode_token1, + ACTIONS(2192), 1, + aux_sym_pragma_g_token1, + STATE(1011), 1, + sym_overriding_indicator, + ACTIONS(2175), 2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token3, + STATE(1184), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + STATE(606), 10, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym__protected_operation_declaration, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + sym_subprogram_declaration, + aux_sym_protected_definition_repeat1, + [33657] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2195), 23, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + anon_sym_COLON_EQ, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33686] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2197), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2200), 1, + aux_sym__package_specification_token3, + ACTIONS(2202), 1, + aux_sym_relation_membership_token1, + ACTIONS(2205), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2208), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2211), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2214), 1, + aux_sym_global_mode_token1, + STATE(1092), 1, + sym_overriding_indicator, + STATE(1104), 1, + sym__subprogram_specification, + STATE(1163), 1, + sym_procedure_specification, + STATE(1183), 1, + sym_function_specification, + STATE(608), 12, sym_subprogram_body, sym__aspect_clause, sym_at_clause, @@ -46450,34 +46452,34 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(578), 1, + ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(2114), 1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, ACTIONS(2217), 1, aux_sym_general_access_modifier_token1, - ACTIONS(2219), 1, - aux_sym_component_definition_token1, - STATE(741), 1, + STATE(753), 1, sym_null_exclusion, - STATE(1390), 1, + STATE(1077), 1, sym__subtype_indication, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1105), 2, + STATE(1078), 2, sym_access_definition, - sym__return_subtype_indication, - STATE(1153), 2, + sym_array_type_definition, + STATE(1131), 2, sym__name, sym_function_call, - ACTIONS(366), 4, + ACTIONS(892), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(478), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, @@ -46488,101 +46490,222 @@ static const uint16_t ts_small_parse_table[] = { sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, + ACTIONS(382), 1, + aux_sym_chunk_specification_token1, + ACTIONS(404), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - ACTIONS(2221), 1, - aux_sym_general_access_modifier_token1, - STATE(741), 1, + ACTIONS(2219), 1, + sym_identifier, + ACTIONS(2223), 1, + aux_sym_component_definition_token1, + STATE(715), 1, + sym_non_empty_mode, + STATE(752), 1, sym_null_exclusion, - STATE(1023), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1055), 2, + STATE(990), 1, sym_access_definition, - sym_array_type_definition, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2221), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(877), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, + sym_function_call, [33841] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(380), 1, - aux_sym_chunk_specification_token1, - ACTIONS(402), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2223), 1, + ACTIONS(578), 1, sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2225), 1, + aux_sym_general_access_modifier_token1, ACTIONS(2227), 1, aux_sym_component_definition_token1, - STATE(715), 1, - sym_non_empty_mode, - STATE(783), 1, + STATE(753), 1, sym_null_exclusion, - STATE(1005), 1, - sym_access_definition, - STATE(2045), 1, + STATE(1311), 1, + sym__subtype_indication, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2225), 4, + STATE(1131), 2, + sym__name, + sym_function_call, + STATE(1135), 2, + sym_access_definition, + sym__return_subtype_indication, + ACTIONS(368), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(876), 7, - sym__name, + STATE(459), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, + [33893] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2231), 1, + anon_sym_DOT_DOT, + ACTIONS(2229), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33922] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2233), 1, + sym_identifier, + ACTIONS(2236), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(2241), 1, + aux_sym_with_clause_token2, + ACTIONS(2244), 1, + aux_sym_use_clause_token2, + ACTIONS(2247), 1, + aux_sym_pragma_g_token1, + STATE(2016), 1, + sym__defining_identifier_list, + STATE(937), 2, + sym_formal_concrete_subprogram_declaration, + sym_formal_abstract_subprogram_declaration, + ACTIONS(2239), 3, + aux_sym__package_specification_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + STATE(613), 10, + sym_use_clause, + sym__generic_formal_parameter_declaration, + sym_formal_object_declaration, + sym__formal_type_declaration, + sym_formal_complete_type_declaration, + sym_formal_incomplete_type_declaration, + sym_formal_subprogram_declaration, + sym_formal_package_declaration, + sym_pragma_g, + aux_sym_generic_formal_part_repeat1, + [33965] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2252), 1, + anon_sym_PIPE, + STATE(623), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2250), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [33996] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(578), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2254), 1, + aux_sym_general_access_modifier_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1311), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1101), 2, + sym_access_definition, + sym__return_subtype_indication, + STATE(1131), 2, + sym__name, sym_function_call, - [33893] = 14, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34045] = 13, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(2114), 1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - ACTIONS(2229), 1, - aux_sym_component_definition_token1, - STATE(741), 1, + STATE(753), 1, sym_null_exclusion, - STATE(1140), 1, - sym_component_definition, - STATE(1157), 1, + STATE(1059), 1, sym__subtype_indication, - STATE(1158), 1, - sym_access_definition, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, + STATE(1060), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1131), 2, sym__name, sym_function_call, ACTIONS(892), 4, @@ -46590,33 +46713,33 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [33944] = 9, + [34094] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, + ACTIONS(378), 1, anon_sym_LPAREN, - ACTIONS(2231), 1, + ACTIONS(2256), 1, sym_identifier, - ACTIONS(2233), 1, + ACTIONS(2258), 1, anon_sym_LBRACK, - ACTIONS(2237), 1, + ACTIONS(2262), 1, aux_sym_range_attribute_designator_token1, - STATE(464), 1, + STATE(475), 1, sym_attribute_designator, - STATE(602), 1, + STATE(598), 1, sym_range_attribute_designator, - ACTIONS(2235), 4, + ACTIONS(2260), 4, aux_sym_attribute_designator_token1, aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, aux_sym_attribute_designator_token4, - STATE(467), 11, + STATE(477), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -46628,325 +46751,31 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [33985] = 14, + [34135] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2229), 1, - aux_sym_component_definition_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1157), 1, - sym__subtype_indication, - STATE(1158), 1, - sym_access_definition, - STATE(1173), 1, - sym_component_definition, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34036] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2239), 1, - aux_sym_general_access_modifier_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1390), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1135), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34085] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2241), 1, - sym_identifier, - ACTIONS(2244), 1, + ACTIONS(15), 1, aux_sym_iterated_element_association_token2, - ACTIONS(2249), 1, - aux_sym_with_clause_token2, - ACTIONS(2252), 1, - aux_sym_use_clause_token2, - ACTIONS(2255), 1, + ACTIONS(57), 1, aux_sym_pragma_g_token1, - STATE(2017), 1, - sym__defining_identifier_list, - STATE(909), 2, - sym_formal_concrete_subprogram_declaration, - sym_formal_abstract_subprogram_declaration, - ACTIONS(2247), 3, - aux_sym_package_specification_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - STATE(616), 10, - sym_use_clause, - sym__generic_formal_parameter_declaration, - sym_formal_object_declaration, - sym__formal_type_declaration, - sym_formal_complete_type_declaration, - sym_formal_incomplete_type_declaration, - sym_formal_subprogram_declaration, - sym_formal_package_declaration, - sym_pragma_g, - aux_sym_generic_formal_part_repeat1, - [34128] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2260), 1, - anon_sym_PIPE, - STATE(619), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2258), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34159] = 3, - ACTIONS(3), 1, - sym_comment, + ACTIONS(2046), 1, + sym_identifier, ACTIONS(2264), 1, - anon_sym_DOT_DOT, - ACTIONS(2262), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token1, + ACTIONS(2267), 1, aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34188] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2260), 1, - anon_sym_PIPE, - STATE(624), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2266), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34219] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1060), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1061), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34268] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(380), 1, - aux_sym_chunk_specification_token1, - ACTIONS(402), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2268), 1, - sym_identifier, - STATE(668), 1, - sym_non_empty_mode, - STATE(729), 1, - sym_null_exclusion, - STATE(1020), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2270), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(893), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [34317] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(1920), 1, - aux_sym_array_type_definition_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1048), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1055), 2, - sym_access_definition, - sym_array_type_definition, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34366] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(15), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(2046), 1, - sym_identifier, - ACTIONS(2272), 1, - aux_sym_package_specification_token1, - ACTIONS(2275), 1, - aux_sym_with_clause_token2, - ACTIONS(2277), 1, + ACTIONS(2269), 1, aux_sym_use_clause_token2, - ACTIONS(2279), 1, + ACTIONS(2271), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2282), 1, + ACTIONS(2274), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(2017), 1, + STATE(2016), 1, sym__defining_identifier_list, - STATE(909), 2, + STATE(937), 2, sym_formal_concrete_subprogram_declaration, sym_formal_abstract_subprogram_declaration, - STATE(626), 10, + STATE(621), 10, sym_use_clause, sym__generic_formal_parameter_declaration, sym_formal_object_declaration, @@ -46957,57 +46786,30 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_package_declaration, sym_pragma_g, aux_sym_generic_formal_part_repeat1, - [34413] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2287), 1, - anon_sym_PIPE, - STATE(624), 1, - aux_sym_membership_choice_list_repeat1, - ACTIONS(2285), 19, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34444] = 14, + [34182] = 14, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(2114), 1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - ACTIONS(2229), 1, + ACTIONS(2277), 1, aux_sym_component_definition_token1, - STATE(741), 1, + STATE(753), 1, sym_null_exclusion, - STATE(1034), 1, - sym_component_definition, - STATE(1157), 1, + STATE(1150), 1, sym__subtype_indication, - STATE(1158), 1, + STATE(1152), 1, sym_access_definition, - STATE(2045), 1, + STATE(1181), 1, + sym_component_definition, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, + STATE(1131), 2, sym__name, sym_function_call, ACTIONS(892), 4, @@ -47015,13 +46817,50 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [34495] = 10, + [34233] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2277), 1, + aux_sym_component_definition_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1150), 1, + sym__subtype_indication, + STATE(1152), 1, + sym_access_definition, + STATE(1168), 1, + sym_component_definition, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34284] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(15), 1, @@ -47030,20 +46869,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(2046), 1, sym_identifier, - ACTIONS(2275), 1, + ACTIONS(2267), 1, aux_sym_with_clause_token2, - ACTIONS(2277), 1, + ACTIONS(2269), 1, aux_sym_use_clause_token2, - STATE(2017), 1, + STATE(2016), 1, sym__defining_identifier_list, - STATE(909), 2, + STATE(937), 2, sym_formal_concrete_subprogram_declaration, sym_formal_abstract_subprogram_declaration, - ACTIONS(2290), 3, - aux_sym_package_specification_token1, + ACTIONS(2279), 3, + aux_sym__package_specification_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, - STATE(616), 10, + STATE(613), 10, sym_use_clause, sym__generic_formal_parameter_declaration, sym_formal_object_declaration, @@ -47054,10 +46893,14 @@ static const uint16_t ts_small_parse_table[] = { sym_formal_package_declaration, sym_pragma_g, aux_sym_generic_formal_part_repeat1, - [34538] = 2, + [34327] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2292), 20, + ACTIONS(2252), 1, + anon_sym_PIPE, + STATE(614), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2281), 19, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -47066,9 +46909,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, - anon_sym_PIPE, aux_sym_range_attribute_designator_token1, aux_sym_expression_token1, aux_sym_expression_token2, @@ -47078,16 +46920,152 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [34564] = 3, + [34358] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2294), 1, + ACTIONS(2285), 1, + anon_sym_PIPE, + STATE(623), 1, + aux_sym_membership_choice_list_repeat1, + ACTIONS(2283), 19, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34389] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, sym_identifier, - ACTIONS(2296), 19, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(1928), 1, + aux_sym_array_type_definition_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1080), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1078), 2, + sym_access_definition, + sym_array_type_definition, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34438] = 14, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2277), 1, + aux_sym_component_definition_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1037), 1, + sym_component_definition, + STATE(1150), 1, + sym__subtype_indication, + STATE(1152), 1, + sym_access_definition, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34489] = 13, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(382), 1, + aux_sym_chunk_specification_token1, + ACTIONS(404), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2288), 1, + sym_identifier, + STATE(684), 1, + sym_non_empty_mode, + STATE(732), 1, + sym_null_exclusion, + STATE(1090), 1, + sym_access_definition, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2290), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(897), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [34538] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2292), 1, + sym_identifier, + ACTIONS(2294), 19, aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_use_clause_token2, aux_sym_subprogram_body_token1, aux_sym_relation_membership_token1, @@ -47103,10 +47081,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, aux_sym_subtype_declaration_token1, - [34592] = 2, + [34566] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2298), 20, + ACTIONS(2296), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -47115,7 +47093,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -47127,32 +47105,190 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [34618] = 11, + [34592] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2298), 1, + sym_identifier, + ACTIONS(2300), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [34620] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2300), 1, + ACTIONS(578), 1, sym_identifier, - ACTIONS(2304), 1, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1311), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1116), 2, + sym_access_definition, + sym__return_subtype_indication, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [34666] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2302), 1, + sym_identifier, + ACTIONS(2304), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [34694] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2306), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, anon_sym_SEMI, - ACTIONS(2306), 1, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, - STATE(1309), 1, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2308), 1, + sym_identifier, + ACTIONS(2310), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [34748] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2312), 1, + sym_identifier, + ACTIONS(2314), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [34776] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2316), 1, + sym_identifier, + ACTIONS(2320), 1, + anon_sym_SEMI, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(1308), 1, sym_subprogram_default, STATE(1866), 1, sym_aspect_specification, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2308), 2, + ACTIONS(2324), 2, aux_sym_primary_null_token1, anon_sym_LT_GT, - ACTIONS(2302), 4, + ACTIONS(2318), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(990), 7, + STATE(993), 7, sym__name, sym_selected_component, sym_slice, @@ -47160,164 +47296,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [34662] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2310), 1, - sym_identifier, - ACTIONS(2312), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34690] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2314), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34716] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1390), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1127), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [34762] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2316), 20, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token3, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [34788] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2318), 1, - sym_identifier, - ACTIONS(2320), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34816] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2322), 1, - sym_identifier, - ACTIONS(2324), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34844] = 3, + [34820] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2326), 1, @@ -47325,8 +47304,8 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2328), 19, aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_use_clause_token2, aux_sym_subprogram_body_token1, aux_sym_relation_membership_token1, @@ -47342,133 +47321,24 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, aux_sym_subtype_declaration_token1, - [34872] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2330), 1, - sym_identifier, - ACTIONS(2332), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34900] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2334), 1, - sym_identifier, - ACTIONS(2336), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34928] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2338), 1, - sym_identifier, - ACTIONS(2340), 19, - aux_sym_iterated_element_association_token1, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, - aux_sym_use_clause_token2, - aux_sym_subprogram_body_token1, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_interface_type_definition_token1, - aux_sym_generic_formal_part_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - aux_sym_gnatprep_declarative_if_statement_token1, - aux_sym_gnatprep_declarative_if_statement_token2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - aux_sym_subtype_declaration_token1, - [34956] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(578), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1390), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1115), 2, - sym_access_definition, - sym__return_subtype_indication, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(366), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(478), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [35002] = 12, + [34848] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(2114), 1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - STATE(741), 1, + STATE(753), 1, sym_null_exclusion, STATE(1450), 1, sym__subtype_indication, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, + STATE(1131), 2, sym__name, sym_function_call, STATE(1449), 2, @@ -47479,22 +47349,70 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [35048] = 3, + [34894] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2342), 1, + ACTIONS(2330), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34920] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2332), 20, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token3, + aux_sym_expression_token4, + aux_sym_expression_token5, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [34946] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2334), 1, sym_identifier, - ACTIONS(2344), 19, + ACTIONS(2336), 19, aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_use_clause_token2, aux_sym_subprogram_body_token1, aux_sym_relation_membership_token1, @@ -47510,10 +47428,94 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, aux_sym_subtype_declaration_token1, + [34974] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2338), 1, + sym_identifier, + ACTIONS(2340), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [35002] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2342), 1, + sym_identifier, + ACTIONS(2344), 19, + aux_sym_iterated_element_association_token1, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, + aux_sym_use_clause_token2, + aux_sym_subprogram_body_token1, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_interface_type_definition_token1, + aux_sym_generic_formal_part_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + aux_sym_gnatprep_declarative_if_statement_token1, + aux_sym_gnatprep_declarative_if_statement_token2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + aux_sym_subtype_declaration_token1, + [35030] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(578), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1311), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + STATE(1198), 2, + sym_access_definition, + sym__return_subtype_indication, + ACTIONS(368), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(459), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, [35076] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 20, + ACTIONS(2283), 20, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -47522,7 +47524,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -47542,8 +47544,8 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2348), 19, aux_sym_iterated_element_association_token1, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token1, + aux_sym__package_specification_token3, aux_sym_use_clause_token2, aux_sym_subprogram_body_token1, aux_sym_relation_membership_token1, @@ -47559,7 +47561,67 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, aux_sym_subtype_declaration_token1, - [35130] = 12, + [35130] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(2256), 1, + sym_identifier, + ACTIONS(2258), 1, + anon_sym_LBRACK, + STATE(475), 1, + sym_attribute_designator, + ACTIONS(2260), 4, + aux_sym_attribute_designator_token1, + aux_sym_attribute_designator_token2, + aux_sym_attribute_designator_token3, + aux_sym_attribute_designator_token4, + STATE(477), 11, + sym__parenthesized_expression, + sym__aggregate, + sym__delta_aggregate, + sym_extension_aggregate, + sym_record_delta_aggregate, + sym_array_delta_aggregate, + sym_record_aggregate, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [35165] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2350), 1, + sym_identifier, + ACTIONS(2354), 1, + anon_sym_LPAREN, + STATE(532), 1, + sym__subtype_indication_paren_constraint, + STATE(687), 1, + sym_subpool_specification, + STATE(847), 1, + sym_null_exclusion, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2352), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(499), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35208] = 12, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -47572,17 +47634,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - ACTIONS(2354), 1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + ACTIONS(2360), 1, aux_sym_allocator_token1, - STATE(1825), 1, + STATE(1824), 1, sym_overriding_indicator, - STATE(1826), 1, + STATE(1825), 1, sym_task_definition, - STATE(691), 9, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -47592,64 +47654,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [35175] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(380), 1, - aux_sym_chunk_specification_token1, - ACTIONS(402), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2356), 1, - sym_identifier, - STATE(718), 1, - sym_non_empty_mode, - STATE(812), 1, - sym_null_exclusion, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2358), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(877), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35218] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2213), 1, - aux_sym_expression_token3, - STATE(649), 1, - aux_sym_expression_repeat2, - ACTIONS(2360), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35247] = 4, + [35253] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2364), 1, @@ -47665,7 +47670,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -47674,35 +47679,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [35276] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(2231), 1, - sym_identifier, - ACTIONS(2233), 1, - anon_sym_LBRACK, - STATE(464), 1, - sym_attribute_designator, - ACTIONS(2235), 4, - aux_sym_attribute_designator_token1, - aux_sym_attribute_designator_token2, - aux_sym_attribute_designator_token3, - aux_sym_attribute_designator_token4, - STATE(467), 11, - sym__parenthesized_expression, - sym__aggregate, - sym__delta_aggregate, - sym_extension_aggregate, - sym_record_delta_aggregate, - sym_array_delta_aggregate, - sym_record_aggregate, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [35311] = 10, + [35282] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, @@ -47710,14 +47687,14 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2367), 1, sym_identifier, ACTIONS(2371), 1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, ACTIONS(2373), 1, aux_sym_at_clause_token1, - STATE(685), 1, + STATE(704), 1, sym_mod_clause, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(699), 2, + STATE(703), 2, sym_component_clause, aux_sym_record_representation_clause_repeat1, ACTIONS(2369), 4, @@ -47725,7 +47702,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1026), 7, + STATE(1022), 7, sym__name, sym_selected_component, sym_slice, @@ -47733,23 +47710,236 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [35352] = 7, + [35323] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, - anon_sym_LPAREN, - ACTIONS(2231), 1, - sym_identifier, - ACTIONS(2233), 1, + ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1190), 1, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + STATE(753), 1, + sym_null_exclusion, + STATE(1137), 1, + sym__subtype_indication, + STATE(1138), 1, + sym_access_definition, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [35368] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2154), 1, + aux_sym_expression_token1, + STATE(662), 1, + aux_sym_expression_repeat1, + ACTIONS(2375), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35397] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2379), 1, + aux_sym_expression_token5, + STATE(653), 1, + aux_sym_expression_repeat3, + ACTIONS(2377), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35426] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(382), 1, + aux_sym_chunk_specification_token1, + ACTIONS(404), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2382), 1, + sym_identifier, + STATE(716), 1, + sym_non_empty_mode, + STATE(803), 1, + sym_null_exclusion, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2384), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(883), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35469] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2356), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + ACTIONS(2386), 1, + aux_sym_allocator_token1, + STATE(1824), 1, + sym_overriding_indicator, + STATE(1841), 1, + sym_task_definition, + STATE(690), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [35514] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2356), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + ACTIONS(2388), 1, + aux_sym_allocator_token1, + STATE(1655), 1, + sym_task_definition, + STATE(1824), 1, + sym_overriding_indicator, + STATE(690), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [35559] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2116), 1, + sym_identifier, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2124), 1, + aux_sym_exception_declaration_token1, + STATE(764), 1, + sym_null_exclusion, + STATE(1978), 1, + sym_access_definition, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2118), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1046), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [35602] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(378), 1, + anon_sym_LPAREN, + ACTIONS(2256), 1, + sym_identifier, + ACTIONS(2258), 1, + anon_sym_LBRACK, + STATE(1162), 1, sym_attribute_designator, - ACTIONS(2235), 4, + ACTIONS(2260), 4, aux_sym_attribute_designator_token1, aux_sym_attribute_designator_token2, aux_sym_attribute_designator_token3, aux_sym_attribute_designator_token4, - STATE(467), 11, + STATE(477), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -47761,202 +47951,14 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [35387] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2134), 1, - sym_identifier, - ACTIONS(2140), 1, - aux_sym_exception_declaration_token1, - STATE(734), 1, - sym_null_exclusion, - STATE(1978), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2136), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1076), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35430] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - STATE(741), 1, - sym_null_exclusion, - STATE(1130), 1, - sym_access_definition, - STATE(1133), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [35475] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2211), 1, - aux_sym_expression_token1, - STATE(659), 1, - aux_sym_expression_repeat1, - ACTIONS(2360), 17, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [35504] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2375), 1, - sym_identifier, - ACTIONS(2379), 1, - anon_sym_LPAREN, - STATE(530), 1, - sym__subtype_indication_paren_constraint, - STATE(687), 1, - sym_subpool_specification, - STATE(795), 1, - sym_null_exclusion, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2377), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35547] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - ACTIONS(2381), 1, - aux_sym_allocator_token1, - STATE(1585), 1, - sym_task_definition, - STATE(1825), 1, - sym_overriding_indicator, - STATE(691), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35592] = 12, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - ACTIONS(2383), 1, - aux_sym_allocator_token1, - STATE(1652), 1, - sym_task_definition, - STATE(1825), 1, - sym_overriding_indicator, - STATE(691), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, [35637] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2387), 1, - aux_sym_expression_token1, - STATE(659), 1, - aux_sym_expression_repeat1, - ACTIONS(2385), 17, + ACTIONS(2158), 1, + aux_sym_expression_token5, + STATE(653), 1, + aux_sym_expression_repeat3, + ACTIONS(2375), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -47965,7 +47967,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -47987,17 +47989,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, ACTIONS(2390), 1, aux_sym_allocator_token1, - STATE(1655), 1, + STATE(1594), 1, sym_task_definition, - STATE(1825), 1, + STATE(1824), 1, sym_overriding_indicator, - STATE(691), 9, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -48007,26 +48009,84 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [35711] = 8, + [35711] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2038), 1, - aux_sym_chunk_specification_token1, - ACTIONS(2040), 1, + ACTIONS(31), 1, aux_sym_relation_membership_token1, - ACTIONS(2264), 1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2356), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + ACTIONS(2392), 1, + aux_sym_allocator_token1, + STATE(1654), 1, + sym_task_definition, + STATE(1824), 1, + sym_overriding_indicator, + STATE(690), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [35756] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2396), 1, + aux_sym_expression_token1, + STATE(662), 1, + aux_sym_expression_repeat1, + ACTIONS(2394), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [35785] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2040), 1, + aux_sym_chunk_specification_token1, + ACTIONS(2042), 1, + aux_sym_relation_membership_token1, + ACTIONS(2231), 1, anon_sym_DOT_DOT, - STATE(515), 1, + STATE(507), 1, sym_relational_operator, - ACTIONS(2032), 3, + ACTIONS(2034), 3, anon_sym_EQ, anon_sym_LT, anon_sym_GT, - ACTIONS(2034), 3, + ACTIONS(2036), 3, anon_sym_SLASH_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, - ACTIONS(2036), 9, + ACTIONS(2038), 9, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -48036,14 +48096,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_expression_token1, aux_sym_expression_token3, aux_sym_expression_token5, - [35748] = 4, + [35822] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2394), 1, - aux_sym_expression_token5, - STATE(662), 1, - aux_sym_expression_repeat3, - ACTIONS(2392), 17, + ACTIONS(2156), 1, + aux_sym_expression_token3, + STATE(649), 1, + aux_sym_expression_repeat2, + ACTIONS(2375), 17, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -48052,7 +48112,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -48061,14 +48121,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [35777] = 4, + [35851] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2215), 1, - aux_sym_expression_token5, - STATE(662), 1, - aux_sym_expression_repeat3, - ACTIONS(2360), 17, + ACTIONS(2377), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -48077,192 +48133,68 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, aux_sym_expression_token2, aux_sym_expression_token4, + aux_sym_expression_token5, aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [35806] = 12, + [35875] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - ACTIONS(2397), 1, - aux_sym_allocator_token1, - STATE(1825), 1, - sym_overriding_indicator, - STATE(1841), 1, - sym_task_definition, - STATE(691), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35851] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, - sym_overriding_indicator, - STATE(1908), 1, - sym_task_definition, - STATE(691), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35893] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, - aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, - sym_overriding_indicator, - STATE(1981), 1, - sym_task_definition, - STATE(691), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [35935] = 10, + ACTIONS(1770), 1, + anon_sym_DOT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1820), 1, + sym_tick, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1324), 1, + sym_iterator_filter, + ACTIONS(1814), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2399), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + ACTIONS(1816), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [35915] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2399), 1, + ACTIONS(2316), 1, sym_identifier, - STATE(760), 1, - sym_null_exclusion, - STATE(1150), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2401), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(911), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [35975] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, ACTIONS(2403), 1, - sym_identifier, - STATE(755), 1, - sym_null_exclusion, - STATE(1056), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2405), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(892), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36015] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2300), 1, - sym_identifier, - ACTIONS(2407), 1, aux_sym_private_type_declaration_token1, - STATE(1395), 1, + STATE(1272), 1, sym_subprogram_default, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2308), 2, + ACTIONS(2324), 2, aux_sym_primary_null_token1, anon_sym_LT_GT, - ACTIONS(2302), 4, + ACTIONS(2318), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(990), 7, + STATE(993), 7, sym__name, sym_selected_component, sym_slice, @@ -48270,67 +48202,37 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36053] = 10, + [35953] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2114), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2134), 1, - sym_identifier, - STATE(734), 1, - sym_null_exclusion, - STATE(1978), 1, - sym_access_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2136), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1076), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36093] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2409), 1, - sym_identifier, - ACTIONS(2413), 1, - aux_sym_component_choice_list_token1, - STATE(1231), 1, - sym_exception_choice, - STATE(1696), 1, - sym_exception_choice_list, - STATE(1697), 1, - sym_choice_parameter_specification, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2411), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1010), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36133] = 11, + ACTIONS(1770), 1, + anon_sym_DOT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1820), 1, + sym_tick, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1215), 1, + sym_iterator_filter, + ACTIONS(1814), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(2405), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + ACTIONS(1816), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [35993] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -48343,15 +48245,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - STATE(1782), 1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + STATE(1780), 1, sym_task_definition, - STATE(1825), 1, + STATE(1824), 1, sym_overriding_indicator, - STATE(691), 9, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -48361,7 +48263,29 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [36175] = 11, + [36035] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2394), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [36059] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -48374,15 +48298,46 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + STATE(1588), 1, + sym_task_definition, + STATE(1824), 1, + sym_overriding_indicator, + STATE(690), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [36101] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2356), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, STATE(1781), 1, sym_task_definition, - STATE(1825), 1, + STATE(1824), 1, sym_overriding_indicator, - STATE(691), 9, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -48392,59 +48347,29 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [36217] = 10, + [36143] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2415), 1, - sym_identifier, - ACTIONS(2419), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2421), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2423), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2425), 1, - aux_sym_general_access_modifier_token1, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2417), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(831), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36257] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - ACTIONS(2114), 1, + ACTIONS(2122), 1, aux_sym_attribute_designator_token1, - ACTIONS(2427), 1, + ACTIONS(2407), 1, sym_identifier, - STATE(790), 1, + STATE(782), 1, sym_null_exclusion, - STATE(881), 1, + STATE(1149), 1, sym_access_definition, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2429), 4, + ACTIONS(2409), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(849), 7, + STATE(933), 7, sym__name, sym_selected_component, sym_slice, @@ -48452,29 +48377,111 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36297] = 10, + [36183] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, + ACTIONS(2411), 1, + sym_identifier, + ACTIONS(2415), 1, + aux_sym_component_choice_list_token1, + STATE(1373), 1, + sym_exception_choice, + STATE(1695), 1, + sym_exception_choice_list, + STATE(1696), 1, + sym_choice_parameter_specification, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2413), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(997), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36223] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2417), 1, + sym_identifier, + ACTIONS(2421), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2423), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2425), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2427), 1, + aux_sym_general_access_modifier_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2419), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(816), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36263] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2429), 18, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token3, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_range_attribute_designator_token1, + aux_sym_expression_token1, + aux_sym_expression_token2, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [36287] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, ACTIONS(2431), 1, sym_identifier, - ACTIONS(2435), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2437), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2439), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2441), 1, - aux_sym_general_access_modifier_token1, - STATE(2045), 1, + STATE(738), 1, + sym_null_exclusion, + STATE(875), 1, + sym_access_definition, + STATE(2044), 1, sym_value_sequence, ACTIONS(2433), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(848), 7, + STATE(850), 7, sym__name, sym_selected_component, sym_slice, @@ -48482,29 +48489,7 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [36337] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2385), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [36361] = 11, + [36327] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -48517,15 +48502,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2350), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2352), 1, - aux_sym_package_specification_token3, - STATE(1579), 1, - sym_task_definition, - STATE(1825), 1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, sym_overriding_indicator, - STATE(691), 9, + STATE(1907), 1, + sym_task_definition, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -48535,70 +48520,10 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [36403] = 10, + [36369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1728), 1, - anon_sym_DOT, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(1820), 1, - sym_tick, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1264), 1, - sym_iterator_filter, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2443), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - ACTIONS(1808), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [36443] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1728), 1, - anon_sym_DOT, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(1820), 1, - sym_tick, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1357), 1, - sym_iterator_filter, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(2447), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - ACTIONS(1808), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [36483] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2449), 18, + ACTIONS(2435), 18, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, @@ -48607,7 +48532,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -48617,29 +48542,37 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [36507] = 2, + [36393] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2451), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [36531] = 2, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2437), 1, + sym_identifier, + ACTIONS(2441), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2443), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2445), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(2447), 1, + aux_sym_general_access_modifier_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2439), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(846), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36433] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2362), 18, @@ -48651,7 +48584,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token3, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, anon_sym_PIPE, aux_sym_range_attribute_designator_token1, @@ -48661,194 +48594,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_elsif_expression_item_token1, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [36555] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2392), 18, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_range_attribute_designator_token1, - aux_sym_expression_token2, - aux_sym_expression_token4, - aux_sym_expression_token5, - aux_sym_elsif_expression_item_token1, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [36579] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2367), 1, - sym_identifier, - ACTIONS(2453), 1, - aux_sym_package_specification_token3, - STATE(2045), 1, - sym_value_sequence, - STATE(709), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2369), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1026), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36614] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1485), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [36653] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2375), 1, - sym_identifier, - STATE(531), 1, - sym__subtype_indication_paren_constraint, - STATE(795), 1, - sym_null_exclusion, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2377), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(487), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [36690] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - STATE(766), 1, - sym_range_constraint, - ACTIONS(2455), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [36717] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1521), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [36756] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2046), 1, - sym_identifier, - ACTIONS(2457), 1, - aux_sym_primary_null_token1, - ACTIONS(2459), 1, - aux_sym_case_expression_token1, - STATE(1502), 1, - sym_variant_part, - STATE(1714), 1, - sym_component_list, - STATE(1715), 1, - sym__defining_identifier_list, - STATE(700), 9, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [36795] = 10, + [36457] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -48861,13 +48607,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2461), 1, + ACTIONS(2356), 1, aux_sym_compilation_unit_token1, - ACTIONS(2463), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, + ACTIONS(2358), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, sym_overriding_indicator, - STATE(696), 9, + STATE(1980), 1, + sym_task_definition, + STATE(690), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -48877,194 +48625,59 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [36834] = 10, + [36499] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - STATE(835), 1, + ACTIONS(2116), 1, + sym_identifier, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + STATE(764), 1, sym_null_exclusion, - STATE(1122), 1, - sym__subtype_indication, - STATE(2045), 1, + STATE(1978), 1, + sym_access_definition, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, + ACTIONS(2118), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(1046), 7, + sym__name, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [36873] = 10, + sym_function_call, + [36539] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - STATE(835), 1, + ACTIONS(2122), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2449), 1, + sym_identifier, + STATE(762), 1, sym_null_exclusion, - STATE(1191), 1, - sym__subtype_indication, - STATE(2045), 1, + STATE(1016), 1, + sym_access_definition, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, + ACTIONS(2451), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [36912] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1179), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [36951] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1272), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [36990] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2465), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2470), 1, - aux_sym_relation_membership_token1, - ACTIONS(2473), 1, - aux_sym_entry_declaration_token1, - ACTIONS(2476), 1, - aux_sym_global_mode_token1, - ACTIONS(2479), 1, - aux_sym_pragma_g_token1, - STATE(1825), 1, - sym_overriding_indicator, - ACTIONS(2468), 2, - aux_sym_compilation_unit_token1, - aux_sym_package_specification_token3, - STATE(696), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [37027] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1692), 1, - aux_sym_range_attribute_designator_token1, - STATE(769), 1, - sym_range_constraint, - ACTIONS(2482), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [37054] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2484), 1, - sym_identifier, - ACTIONS(2488), 1, - aux_sym_use_clause_token1, - ACTIONS(2490), 1, - aux_sym_use_clause_token2, - STATE(2035), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, + STATE(888), 7, sym__name, sym_selected_component, sym_slice, @@ -49072,26 +48685,54 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37091] = 8, + [36579] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2367), 1, - sym_identifier, + ACTIONS(2415), 1, + aux_sym_component_choice_list_token1, ACTIONS(2453), 1, - aux_sym_package_specification_token3, - STATE(2045), 1, + sym_identifier, + STATE(1373), 1, + sym_exception_choice, + STATE(1727), 1, + sym_exception_choice_list, + STATE(2044), 1, sym_value_sequence, - STATE(708), 2, + ACTIONS(2413), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(997), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36616] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2455), 1, + sym_identifier, + ACTIONS(2461), 1, + anon_sym_LBRACK, + ACTIONS(2464), 1, + aux_sym__package_specification_token3, + STATE(2044), 1, + sym_value_sequence, + STATE(686), 2, sym_component_clause, aux_sym_record_representation_clause_repeat1, - ACTIONS(2369), 4, + ACTIONS(2458), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1026), 7, + STATE(1022), 7, sym__name, sym_selected_component, sym_slice, @@ -49099,7 +48740,122 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37126] = 9, + [36651] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2350), 1, + sym_identifier, + STATE(534), 1, + sym__subtype_indication_paren_constraint, + STATE(847), 1, + sym_null_exclusion, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2352), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(499), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [36688] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1259), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [36727] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1484), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [36766] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2466), 1, + aux_sym_compilation_unit_token1, + ACTIONS(2468), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, + sym_overriding_indicator, + STATE(709), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [36805] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -49108,16 +48864,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2046), 1, sym_identifier, - ACTIONS(2459), 1, + ACTIONS(2470), 1, + aux_sym_primary_null_token1, + ACTIONS(2472), 1, aux_sym_case_expression_token1, - STATE(1527), 1, + STATE(1505), 1, sym_variant_part, - STATE(1715), 1, + STATE(1713), 1, + sym_component_list, + STATE(1714), 1, sym__defining_identifier_list, - ACTIONS(2492), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - STATE(712), 9, + STATE(705), 9, sym__component_item, sym_component_declaration, sym__aspect_clause, @@ -49127,22 +48884,22 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_component_list_repeat1, - [37163] = 10, + [36844] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(996), 1, sym_identifier, - ACTIONS(1904), 1, + ACTIONS(1912), 1, aux_sym_relation_membership_token1, - STATE(835), 1, + STATE(801), 1, sym_null_exclusion, - STATE(1106), 1, + STATE(1497), 1, sym__subtype_indication, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - STATE(1153), 2, + STATE(1131), 2, sym__name, sym_function_call, ACTIONS(892), 4, @@ -49150,157 +48907,13 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(557), 5, + STATE(558), 5, sym_selected_component, sym_slice, sym__attribute_reference, sym__reduction_attribute_reference, sym_qualified_expression, - [37202] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1495), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [37241] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1167), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [37280] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1242), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [37319] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(996), 1, - sym_identifier, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - STATE(835), 1, - sym_null_exclusion, - STATE(1174), 1, - sym__subtype_indication, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(892), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(557), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [37358] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2413), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2494), 1, - sym_identifier, - STATE(1231), 1, - sym_exception_choice, - STATE(1720), 1, - sym_exception_choice_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2411), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1010), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37395] = 10, + [36883] = 10, ACTIONS(3), 1, sym_comment, ACTIONS(57), 1, @@ -49309,17 +48922,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterated_element_association_token1, ACTIONS(2046), 1, sym_identifier, - ACTIONS(2457), 1, + ACTIONS(2470), 1, aux_sym_primary_null_token1, - ACTIONS(2459), 1, + ACTIONS(2472), 1, aux_sym_case_expression_token1, STATE(1413), 1, sym_component_list, - STATE(1502), 1, + STATE(1505), 1, sym_variant_part, - STATE(1715), 1, + STATE(1714), 1, sym__defining_identifier_list, - STATE(700), 9, + STATE(705), 9, sym__component_item, sym_component_declaration, sym__aspect_clause, @@ -49329,26 +48942,166 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_component_list_repeat1, - [37434] = 8, + [36922] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2496), 1, - sym_identifier, - ACTIONS(2502), 1, + ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2505), 1, - aux_sym_package_specification_token3, - STATE(2045), 1, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1158), 1, + sym__subtype_indication, + STATE(2044), 1, sym_value_sequence, - STATE(708), 2, - sym_component_clause, - aux_sym_record_representation_clause_repeat1, - ACTIONS(2499), 4, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1026), 7, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [36961] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1176), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37000] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1521), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37039] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1190), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37078] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + STATE(771), 1, + sym_range_constraint, + ACTIONS(2474), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [37105] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2476), 1, + sym_identifier, + ACTIONS(2480), 1, + aux_sym_use_clause_token1, + ACTIONS(2482), 1, + aux_sym_use_clause_token2, + STATE(2034), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, sym__name, sym_selected_component, sym_slice, @@ -49356,18 +49109,99 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37469] = 8, + [37142] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1622), 1, + aux_sym_range_attribute_designator_token1, + STATE(783), 1, + sym_range_constraint, + ACTIONS(2484), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [37169] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1363), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37208] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1155), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37247] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(2367), 1, sym_identifier, - ACTIONS(2507), 1, - aux_sym_package_specification_token3, - STATE(2045), 1, + ACTIONS(2486), 1, + aux_sym__package_specification_token3, + STATE(2044), 1, sym_value_sequence, - STATE(708), 2, + STATE(686), 2, sym_component_clause, aux_sym_record_representation_clause_repeat1, ACTIONS(2369), 4, @@ -49375,7 +49209,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1026), 7, + STATE(1022), 7, sym__name, sym_selected_component, sym_slice, @@ -49383,25 +49217,26 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37504] = 8, + [37282] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2413), 1, - aux_sym_component_choice_list_token1, - ACTIONS(2494), 1, + ACTIONS(2367), 1, sym_identifier, - STATE(1501), 1, - sym_exception_choice, - STATE(2045), 1, + ACTIONS(2486), 1, + aux_sym__package_specification_token3, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2411), 4, + STATE(707), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2369), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1010), 7, + STATE(1022), 7, sym__name, sym_selected_component, sym_slice, @@ -49409,7 +49244,148 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37538] = 9, + [37317] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2046), 1, + sym_identifier, + ACTIONS(2472), 1, + aux_sym_case_expression_token1, + STATE(1528), 1, + sym_variant_part, + STATE(1714), 1, + sym__defining_identifier_list, + ACTIONS(2488), 2, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + STATE(720), 9, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_component_list_repeat1, + [37354] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1139), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37393] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2367), 1, + sym_identifier, + ACTIONS(2490), 1, + aux_sym__package_specification_token3, + STATE(2044), 1, + sym_value_sequence, + STATE(686), 2, + sym_component_clause, + aux_sym_record_representation_clause_repeat1, + ACTIONS(2369), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1022), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37428] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(996), 1, + sym_identifier, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + STATE(801), 1, + sym_null_exclusion, + STATE(1166), 1, + sym__subtype_indication, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(892), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(558), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [37467] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2492), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2497), 1, + aux_sym_relation_membership_token1, + ACTIONS(2500), 1, + aux_sym_entry_declaration_token1, + ACTIONS(2503), 1, + aux_sym_global_mode_token1, + ACTIONS(2506), 1, + aux_sym_pragma_g_token1, + STATE(1824), 1, + sym_overriding_indicator, + ACTIONS(2495), 2, + aux_sym_compilation_unit_token1, + aux_sym__package_specification_token3, + STATE(709), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [37504] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -49422,9 +49398,36 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2463), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, + ACTIONS(2468), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, + sym_overriding_indicator, + STATE(717), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [37540] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2509), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, sym_overriding_indicator, STATE(719), 9, sym__aspect_clause, @@ -49436,76 +49439,50 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [37574] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2509), 1, - sym_identifier, - ACTIONS(2512), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2517), 1, - aux_sym_pragma_g_token1, - STATE(1715), 1, - sym__defining_identifier_list, - ACTIONS(2515), 3, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_case_expression_token1, - STATE(712), 9, - sym__component_item, - sym_component_declaration, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_enumeration_representation_clause, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_component_list_repeat1, - [37606] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2520), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, - sym_overriding_indicator, - STATE(696), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [37642] = 7, + [37576] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2522), 1, + ACTIONS(2511), 1, sym_identifier, - STATE(2045), 1, + ACTIONS(2515), 1, + aux_sym_iterator_filter_token1, + ACTIONS(2517), 1, + anon_sym_SEMI, + STATE(2044), 1, sym_value_sequence, - STATE(2040), 2, + ACTIONS(2513), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(992), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37610] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2519), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + STATE(2039), 2, sym_loop_parameter_specification, sym_iterator_specification, - ACTIONS(2524), 4, + ACTIONS(2521), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1087), 7, + STATE(1014), 7, sym__name, sym_selected_component, sym_slice, @@ -49513,25 +49490,25 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37674] = 8, + [37642] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2356), 1, + ACTIONS(2415), 1, + aux_sym_component_choice_list_token1, + ACTIONS(2453), 1, sym_identifier, - STATE(812), 1, - sym_null_exclusion, - STATE(2045), 1, + STATE(1500), 1, + sym_exception_choice, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2358), 4, + ACTIONS(2413), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(877), 7, + STATE(997), 7, sym__name, sym_selected_component, sym_slice, @@ -49539,7 +49516,59 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [37708] = 9, + [37676] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2382), 1, + sym_identifier, + STATE(803), 1, + sym_null_exclusion, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2384), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(883), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37710] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(1912), 1, + aux_sym_relation_membership_token1, + ACTIONS(2523), 1, + sym_identifier, + STATE(822), 1, + sym_null_exclusion, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2525), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(881), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [37744] = 9, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -49552,11 +49581,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_pragma_g_token1, ACTIONS(326), 1, aux_sym_iterated_element_association_token1, - ACTIONS(2526), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, + ACTIONS(2509), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, sym_overriding_indicator, - STATE(713), 9, + STATE(709), 9, sym__aspect_clause, sym_at_clause, sym_attribute_definition_clause, @@ -49566,86 +49595,7 @@ static const uint16_t ts_small_parse_table[] = { sym_pragma_g, sym_record_representation_clause, aux_sym_task_definition_repeat1, - [37744] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2528), 1, - sym_identifier, - ACTIONS(2532), 1, - aux_sym_iterator_filter_token1, - ACTIONS(2534), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2530), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1008), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37778] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(1904), 1, - aux_sym_relation_membership_token1, - ACTIONS(2536), 1, - sym_identifier, - STATE(802), 1, - sym_null_exclusion, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2538), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(875), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37812] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(31), 1, - aux_sym_relation_membership_token1, - ACTIONS(49), 1, - aux_sym_entry_declaration_token1, - ACTIONS(53), 1, - aux_sym_global_mode_token1, - ACTIONS(57), 1, - aux_sym_pragma_g_token1, - ACTIONS(326), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(2526), 1, - aux_sym_package_specification_token3, - STATE(1825), 1, - sym_overriding_indicator, - STATE(696), 9, - sym__aspect_clause, - sym_at_clause, - sym_attribute_definition_clause, - sym_entry_declaration, - sym_enumeration_representation_clause, - sym__task_item, - sym_pragma_g, - sym_record_representation_clause, - aux_sym_task_definition_repeat1, - [37848] = 11, + [37780] = 11, ACTIONS(3), 1, sym_comment, ACTIONS(31), 1, @@ -49656,24 +49606,76 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(2540), 1, - aux_sym_package_specification_token1, - ACTIONS(2542), 1, + ACTIONS(2527), 1, + aux_sym__package_specification_token1, + ACTIONS(2529), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2544), 1, + ACTIONS(2531), 1, aux_sym_interface_type_definition_token1, - STATE(1037), 1, + STATE(1067), 1, sym_overriding_indicator, - STATE(1257), 3, + STATE(1349), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - STATE(520), 5, + STATE(516), 5, sym__proper_body, sym_subprogram_body, sym_package_body, sym_task_body, sym_protected_body, + [37820] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(31), 1, + aux_sym_relation_membership_token1, + ACTIONS(49), 1, + aux_sym_entry_declaration_token1, + ACTIONS(53), 1, + aux_sym_global_mode_token1, + ACTIONS(57), 1, + aux_sym_pragma_g_token1, + ACTIONS(326), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2533), 1, + aux_sym__package_specification_token3, + STATE(1824), 1, + sym_overriding_indicator, + STATE(709), 9, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_entry_declaration, + sym_enumeration_representation_clause, + sym__task_item, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_task_definition_repeat1, + [37856] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2535), 1, + sym_identifier, + ACTIONS(2538), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(2543), 1, + aux_sym_pragma_g_token1, + STATE(1714), 1, + sym__defining_identifier_list, + ACTIONS(2541), 3, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + aux_sym_case_expression_token1, + STATE(720), 9, + sym__component_item, + sym_component_declaration, + sym__aspect_clause, + sym_at_clause, + sym_attribute_definition_clause, + sym_enumeration_representation_clause, + sym_pragma_g, + sym_record_representation_clause, + aux_sym_component_list_repeat1, [37888] = 2, ACTIONS(3), 1, sym_comment, @@ -49693,111 +49695,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_EQ, aux_sym_accept_statement_token2, aux_sym_loop_statement_token1, - [37909] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2548), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [37930] = 6, + [37909] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2032), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, + ACTIONS(2548), 1, sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37959] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1701), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [37988] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1727), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38017] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, ACTIONS(2552), 1, - sym_identifier, - ACTIONS(2556), 1, aux_sym_package_body_token1, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2554), 4, + ACTIONS(2550), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(920), 7, + STATE(913), 7, sym__name, sym_selected_component, sym_slice, @@ -49805,22 +49719,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38048] = 6, + [37940] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1798), 1, + STATE(1424), 1, sym__interface_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2550), 5, + ACTIONS(2554), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(898), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -49828,22 +49742,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38077] = 6, + [37969] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1784), 1, + STATE(1724), 1, sym__interface_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2550), 5, + ACTIONS(2554), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(898), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -49851,23 +49765,45 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38106] = 7, + [37998] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2403), 1, + STATE(1692), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38027] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - STATE(2045), 1, + anon_sym_SEMI, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2405), 4, + ACTIONS(2556), 5, + sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(892), 7, + STATE(1079), 7, sym__name, sym_selected_component, sym_slice, @@ -49875,14 +49811,37 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38137] = 6, + [38056] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1986), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38085] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, ACTIONS(2562), 1, anon_sym_SEMI, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, ACTIONS(2560), 5, sym_identifier, @@ -49890,331 +49849,6 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(1092), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38166] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1871), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38195] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1474), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38224] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1962), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38253] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2564), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2566), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1049), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38284] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2570), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2568), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1036), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38313] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1506), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38342] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2574), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2572), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1013), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38371] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1725), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38400] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1693), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38429] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1718), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38458] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2576), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(2578), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(566), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [38491] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2582), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2580), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1016), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38520] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2586), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2584), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1090), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38549] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2590), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2588), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, STATE(1086), 7, sym__name, sym_selected_component, @@ -50223,408 +49857,21 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [38578] = 6, + [38114] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(1987), 1, + STATE(1960), 1, sym__interface_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2550), 5, + ACTIONS(2554), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38607] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1588), 1, - sym_reduction_specification, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2592), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1069), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38636] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2594), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [38657] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2598), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2596), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1015), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38686] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2602), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2600), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1080), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38715] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1285), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38744] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1863), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38773] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2606), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2604), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1089), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38802] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1966), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38831] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1582), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38860] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2608), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2610), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(890), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38891] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2612), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [38912] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2616), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2614), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1078), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38941] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2620), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2618), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1001), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38970] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1490), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [38999] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2622), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2624), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(934), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39030] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2626), 1, - sym_identifier, - ACTIONS(2630), 1, - aux_sym_loop_parameter_specification_token1, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2628), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(896), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39061] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2632), 1, - sym_identifier, - ACTIONS(2636), 1, - aux_sym_loop_parameter_specification_token1, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2634), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, STATE(894), 7, sym__name, sym_selected_component, @@ -50633,1614 +49880,16 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [39092] = 6, + [38143] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2640), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2638), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1062), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39121] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2642), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [39142] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1238), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39171] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2644), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [39192] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1656), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39221] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1741), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39250] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2646), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [39271] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1915), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39300] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1967), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39329] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1514), 1, + STATE(1970), 1, sym__name_list, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2648), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(952), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39358] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1424), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39387] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1454), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39416] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2652), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2650), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1083), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39445] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1839), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39474] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2656), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2654), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1024), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39503] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2660), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2658), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1021), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39532] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2664), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2662), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1081), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39561] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2668), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2666), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1046), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39590] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1870), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39619] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1961), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39648] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2356), 1, - sym_identifier, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2358), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(877), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39679] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1968), 1, - sym__name_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2486), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(975), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39708] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2670), 1, - sym_identifier, - ACTIONS(2674), 1, - aux_sym_loop_parameter_specification_token1, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2672), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(891), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39739] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1453), 1, - sym__interface_list, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2550), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(898), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39768] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(1535), 1, - sym_index_subtype_definition, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2676), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1039), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39797] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2680), 1, - anon_sym_SEMI, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2678), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1054), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39826] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2682), 15, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_with_clause_token2, - anon_sym_PIPE, - aux_sym_expression_token1, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - aux_sym_loop_statement_token1, - [39847] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - ACTIONS(2558), 1, - aux_sym_attribute_designator_token1, - ACTIONS(2684), 1, - sym_identifier, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2686), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(798), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39878] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2688), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(888), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39904] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2690), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(965), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39930] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2692), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(941), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39956] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2694), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1071), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [39982] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2696), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(490), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40008] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2698), 2, - sym_identifier, - anon_sym_DASH, - ACTIONS(2700), 12, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - anon_sym_PLUS, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [40030] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2702), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(977), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40056] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2704), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [40084] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2706), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(592), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40110] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2708), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1063), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40136] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2710), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1065), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40162] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2712), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(883), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40188] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2714), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(887), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40214] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2716), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(974), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40240] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2718), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(906), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40266] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2720), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(982), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40292] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2722), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(886), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40318] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2724), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1019), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40344] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2726), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1017), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40370] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2728), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(895), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40396] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2730), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(971), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40422] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2538), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(875), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40448] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2732), 1, - sym_identifier, - ACTIONS(2736), 1, - aux_sym_non_empty_mode_token1, - ACTIONS(2734), 12, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_LBRACK, - aux_sym_iterator_filter_token1, - aux_sym_attribute_designator_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_relation_membership_token1, - [40472] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2738), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(968), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40498] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2740), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1029), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40524] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2742), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(885), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40550] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2744), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(897), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40576] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2746), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(969), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40602] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2748), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(947), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40628] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2750), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(919), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40654] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2752), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1030), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40680] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2754), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(928), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40706] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2756), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1041), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40732] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2758), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(967), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40758] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2760), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(953), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40784] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2762), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(976), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40810] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2764), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(914), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40836] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2766), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(973), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40862] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2768), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(951), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40888] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2770), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(921), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40914] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2772), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [40942] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2774), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(960), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [40968] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1728), 1, - anon_sym_DOT, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(1820), 1, - sym_tick, - ACTIONS(2776), 1, - aux_sym_range_attribute_designator_token1, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(1806), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(1808), 7, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - anon_sym_DOT_DOT, - anon_sym_STAR_STAR, - [41000] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2778), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(948), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [41026] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - STATE(1153), 2, - sym__name, - sym_function_call, - ACTIONS(2578), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(566), 5, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - [41054] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2780), 5, - sym_identifier, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1000), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [41080] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2782), 5, + ACTIONS(2478), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, @@ -52254,12 +49903,61 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41106] = 5, + [38172] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + ACTIONS(2566), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2564), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1063), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38201] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2449), 1, + sym_identifier, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2451), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(888), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38232] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1726), 1, + sym__interface_list, + STATE(2044), 1, sym_value_sequence, ACTIONS(2554), 5, sym_identifier, @@ -52267,7 +49965,7 @@ static const uint16_t ts_small_parse_table[] = { sym_string_literal, sym_character_literal, sym_target_name, - STATE(920), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -52275,42 +49973,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41132] = 6, + [38261] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2784), 1, - sym_identifier, - STATE(2045), 1, + STATE(1518), 1, + sym__name_list, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2702), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(977), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [41160] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2786), 5, + ACTIONS(2570), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1064), 7, + STATE(975), 7, sym__name, sym_selected_component, sym_slice, @@ -52318,20 +49996,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41186] = 5, + [38290] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + ACTIONS(2574), 1, + anon_sym_SEMI, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2788), 5, + ACTIONS(2572), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(957), 7, + STATE(1030), 7, sym__name, sym_selected_component, sym_slice, @@ -52339,42 +50019,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41212] = 6, + [38319] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - ACTIONS(2790), 1, - sym_identifier, - STATE(2045), 1, + ACTIONS(2578), 1, + anon_sym_SEMI, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2524), 4, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - STATE(1087), 7, - sym__name, - sym_selected_component, - sym_slice, - sym__attribute_reference, - sym__reduction_attribute_reference, - sym_qualified_expression, - sym_function_call, - [41240] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2792), 5, + ACTIONS(2576), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(958), 7, + STATE(1033), 7, sym__name, sym_selected_component, sym_slice, @@ -52382,19 +50042,1022 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41266] = 5, + [38348] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + ACTIONS(2582), 1, + anon_sym_SEMI, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2794), 5, + ACTIONS(2580), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, + STATE(1002), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38377] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2584), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2586), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(796), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38408] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1537), 1, + sym_index_subtype_definition, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2588), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1013), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38437] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1797), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38466] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2592), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2590), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1015), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38495] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1719), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38524] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1455), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38553] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1963), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38582] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2596), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2594), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1066), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38611] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1783), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38640] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1840), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38669] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1869), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38698] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1285), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38727] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2598), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [38748] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2031), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38777] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2382), 1, + sym_identifier, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2384), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(883), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38808] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2600), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(2602), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(565), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [38841] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1863), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38870] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1971), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38899] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1300), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38928] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1740), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38957] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1473), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [38986] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2604), 1, + sym_identifier, + ACTIONS(2608), 1, + aux_sym_loop_parameter_specification_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2606), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(884), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39017] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2610), 1, + sym_identifier, + ACTIONS(2614), 1, + aux_sym_loop_parameter_specification_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2612), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(895), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39048] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2618), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2616), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1054), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39077] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2620), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2622), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(885), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39108] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2626), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2624), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1050), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39137] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2628), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2630), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1036), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39168] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2634), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2632), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1018), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39197] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1591), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39226] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1597), 1, + sym_reduction_specification, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2636), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1068), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39255] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2640), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2638), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1097), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39284] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2644), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2642), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1025), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39313] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2648), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2646), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1081), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39342] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2650), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39363] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1705), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39392] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2652), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39413] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2654), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39434] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1509), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39463] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2658), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2656), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1088), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39492] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1874), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39521] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2662), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2660), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1017), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39550] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2664), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39571] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2668), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2666), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1085), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39600] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2670), 1, + sym_identifier, + ACTIONS(2674), 1, + aux_sym_loop_parameter_specification_token1, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2672), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, STATE(889), 7, sym__name, sym_selected_component, @@ -52403,42 +51066,23 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41292] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2796), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [41320] = 5, + [39631] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, - sym_value_sequence, - ACTIONS(2798), 5, + ACTIONS(2568), 1, + aux_sym_attribute_designator_token1, + ACTIONS(2676), 1, sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2678), 4, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(1072), 7, + STATE(899), 7, sym__name, sym_selected_component, sym_slice, @@ -52446,20 +51090,41 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41346] = 5, + [39662] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2680), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39683] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + STATE(1453), 1, + sym__interface_list, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2800), 5, + ACTIONS(2554), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(983), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -52467,64 +51132,22 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41372] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2802), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [41400] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(2804), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [41428] = 5, + [39712] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + STATE(1914), 1, + sym__interface_list, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2806), 5, + ACTIONS(2554), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(845), 7, + STATE(894), 7, sym__name, sym_selected_component, sym_slice, @@ -52532,14 +51155,358 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41454] = 5, + [39741] = 6, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + STATE(1494), 1, + sym__interface_list, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2808), 5, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39770] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2684), 1, + anon_sym_SEMI, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2682), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1082), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39799] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2686), 15, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_iterator_filter_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym_with_clause_token2, + anon_sym_PIPE, + aux_sym_expression_token1, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + aux_sym_loop_statement_token1, + [39820] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1656), 1, + sym__interface_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2554), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(894), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39849] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(1967), 1, + sym__name_list, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2478), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(964), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39878] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2688), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(967), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39904] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2690), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(980), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39930] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2692), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(961), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39956] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2694), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1089), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [39982] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2696), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1062), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40008] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2698), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [40036] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2700), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(891), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40062] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2702), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(974), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40088] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2704), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(965), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40114] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2706), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(584), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40140] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + STATE(1131), 2, + sym__name, + sym_function_call, + ACTIONS(2602), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(565), 5, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + [40168] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2708), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, @@ -52553,20 +51520,1055 @@ static const uint16_t ts_small_parse_table[] = { sym__reduction_attribute_reference, sym_qualified_expression, sym_function_call, - [41480] = 5, + [40194] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(11), 1, anon_sym_LBRACK, - STATE(2045), 1, + STATE(2044), 1, sym_value_sequence, - ACTIONS(2417), 5, + ACTIONS(2525), 5, sym_identifier, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, - STATE(831), 7, + STATE(881), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40220] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2710), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(940), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40246] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2712), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1056), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40272] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2714), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(948), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40298] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2716), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1070), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40324] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2718), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(950), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40350] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2720), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(966), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40376] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2722), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(825), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40402] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2724), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(971), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40428] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2726), 1, + sym_identifier, + ACTIONS(2730), 1, + aux_sym_non_empty_mode_token1, + ACTIONS(2728), 12, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_LBRACK, + aux_sym_iterator_filter_token1, + aux_sym_attribute_designator_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_relation_membership_token1, + [40452] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2732), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(901), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40478] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2550), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(913), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40504] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2734), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(898), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40530] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2736), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [40558] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2738), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(896), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40584] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2740), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(941), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40610] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2742), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(963), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40636] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2744), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1057), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40662] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2746), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1073), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40688] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2748), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(879), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40714] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2750), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(886), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40740] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1770), 1, + anon_sym_DOT, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(1820), 1, + sym_tick, + ACTIONS(2752), 1, + aux_sym_range_attribute_designator_token1, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(1814), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(1816), 7, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + anon_sym_DOT_DOT, + anon_sym_STAR_STAR, + [40772] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2754), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [40800] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2756), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2521), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1014), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40828] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2758), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(887), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40854] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2760), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1021), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40880] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2762), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(944), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40906] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2764), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(981), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40932] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2766), 2, + sym_identifier, + anon_sym_DASH, + ACTIONS(2768), 12, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + anon_sym_PLUS, + sym_target_name, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, + [40954] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2770), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(949), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [40980] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2772), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(978), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41006] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2774), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(983), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41032] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2776), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(951), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41058] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2778), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(900), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41084] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + ACTIONS(2780), 1, + sym_identifier, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2774), 4, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(983), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41112] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2782), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(979), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41138] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2784), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(943), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41164] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2786), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(960), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41190] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2788), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1091), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41216] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2790), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(986), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41242] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2792), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(893), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41268] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2794), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(892), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41294] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2419), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(816), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41320] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2796), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [41348] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2798), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(501), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41374] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2800), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(954), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41400] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2802), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1093), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41426] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2804), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [41454] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2806), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(1049), 7, + sym__name, + sym_selected_component, + sym_slice, + sym__attribute_reference, + sym__reduction_attribute_reference, + sym_qualified_expression, + sym_function_call, + [41480] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_LBRACK, + STATE(2044), 1, + sym_value_sequence, + ACTIONS(2808), 5, + sym_identifier, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + STATE(958), 7, sym__name, sym_selected_component, sym_slice, @@ -52577,11 +52579,11 @@ static const uint16_t ts_small_parse_table[] = { [41506] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(376), 1, + ACTIONS(378), 1, anon_sym_LPAREN, - ACTIONS(2233), 1, + ACTIONS(2258), 1, anon_sym_LBRACK, - STATE(1326), 11, + STATE(1307), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -52609,41 +52611,16 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_relation_membership_token1, - [41550] = 10, + [41550] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(69), 1, - aux_sym_accept_statement_token1, - ACTIONS(77), 1, - aux_sym_delay_until_statement_token1, - ACTIONS(2028), 1, - aux_sym_iterator_filter_token1, - ACTIONS(2030), 1, - aux_sym_terminate_alternative_token1, - STATE(40), 1, - sym_accept_statement, - STATE(866), 1, - sym_guard, - STATE(1305), 1, - sym_select_alternative, - STATE(44), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - STATE(1335), 3, - sym_delay_alternative, - sym_accept_alternative, - sym_terminate_alternative, - [41585] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(376), 1, + ACTIONS(378), 1, anon_sym_LPAREN, - ACTIONS(2233), 1, + ACTIONS(2258), 1, anon_sym_LBRACK, - STATE(1279), 11, + STATE(1383), 11, sym__parenthesized_expression, sym__aggregate, sym__delta_aggregate, @@ -52655,31 +52632,37 @@ static const uint16_t ts_small_parse_table[] = { sym_positional_array_aggregate, sym_null_array_aggregate, sym_named_array_aggregate, - [41608] = 4, + [41573] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2814), 1, - aux_sym_chunk_specification_token1, - ACTIONS(1676), 2, - anon_sym_DASH, - anon_sym_STAR, - ACTIONS(1678), 10, - anon_sym_PLUS, - anon_sym_AMP, - anon_sym_SLASH, - anon_sym_mod, - anon_sym_rem, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_STAR_STAR, - [41631] = 3, + ACTIONS(69), 1, + aux_sym_accept_statement_token1, + ACTIONS(77), 1, + aux_sym_delay_until_statement_token1, + ACTIONS(2023), 1, + aux_sym_iterator_filter_token1, + ACTIONS(2025), 1, + aux_sym_terminate_alternative_token1, + STATE(44), 1, + sym_accept_statement, + STATE(869), 1, + sym_guard, + STATE(1333), 1, + sym_select_alternative, + STATE(40), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + STATE(1241), 3, + sym_delay_alternative, + sym_accept_alternative, + sym_terminate_alternative, + [41608] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2732), 1, + ACTIONS(2726), 1, sym_identifier, - ACTIONS(2734), 12, + ACTIONS(2728), 12, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, @@ -52690,21 +52673,40 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_iterator_filter_token1, aux_sym_attribute_designator_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_relation_membership_token1, + [41629] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2814), 1, + aux_sym_chunk_specification_token1, + ACTIONS(1606), 2, + anon_sym_DASH, + anon_sym_STAR, + ACTIONS(1608), 10, + anon_sym_PLUS, + anon_sym_AMP, + anon_sym_SLASH, + anon_sym_mod, + anon_sym_rem, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_STAR_STAR, [41652] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_LPAREN, - STATE(882), 1, + STATE(880), 1, sym_formal_part, ACTIONS(2818), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, @@ -52727,63 +52729,64 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [41694] = 4, + [41694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 1, - anon_sym_LPAREN, - STATE(880), 1, - sym_formal_part, - ACTIONS(2824), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [41716] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2826), 1, - sym_identifier, - ACTIONS(2828), 11, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_numeric_literal, - sym_target_name, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_relation_membership_token1, - aux_sym_factor_abs_token1, - aux_sym_primary_null_token1, - aux_sym_allocator_token1, - [41736] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2830), 12, + ACTIONS(2824), 12, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_filter_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_result_profile_token1, aux_sym_accept_statement_token2, - [41754] = 3, + [41712] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2832), 1, + ACTIONS(2816), 1, + anon_sym_LPAREN, + STATE(876), 1, + sym_formal_part, + ACTIONS(2826), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [41734] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + anon_sym_LPAREN, + STATE(882), 1, + sym_formal_part, + ACTIONS(2828), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [41756] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2830), 1, sym_identifier, - ACTIONS(2834), 11, + ACTIONS(2832), 11, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, @@ -52795,24 +52798,23 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_factor_abs_token1, aux_sym_primary_null_token1, aux_sym_allocator_token1, - [41774] = 4, + [41776] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(2834), 1, + sym_identifier, + ACTIONS(2836), 11, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_numeric_literal, + sym_target_name, anon_sym_LPAREN, - STATE(879), 1, - sym_formal_part, - ACTIONS(2836), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, + anon_sym_LBRACK, + aux_sym_relation_membership_token1, + aux_sym_factor_abs_token1, + aux_sym_primary_null_token1, + aux_sym_allocator_token1, [41796] = 8, ACTIONS(3), 1, sym_comment, @@ -52820,17 +52822,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_accept_statement_token1, ACTIONS(77), 1, aux_sym_delay_until_statement_token1, - ACTIONS(2030), 1, + ACTIONS(2025), 1, aux_sym_terminate_alternative_token1, - STATE(40), 1, + STATE(44), 1, sym_accept_statement, - STATE(1284), 1, + STATE(1108), 1, sym_select_alternative, - STATE(44), 3, + STATE(40), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1335), 3, + STATE(1241), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, @@ -52842,7 +52844,7 @@ static const uint16_t ts_small_parse_table[] = { ACTIONS(2840), 10, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_relation_membership_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, @@ -52850,73 +52852,78 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [41844] = 3, + [41844] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(2842), 1, sym_identifier, - ACTIONS(2844), 10, - aux_sym_iterated_element_association_token1, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_case_expression_token1, - aux_sym_entry_declaration_token1, - aux_sym_global_mode_token1, - aux_sym_pragma_g_token1, - [41863] = 8, + ACTIONS(2845), 1, + aux_sym_subprogram_body_token1, + ACTIONS(2847), 1, + aux_sym_access_to_subprogram_definition_token1, + ACTIONS(2850), 1, + aux_sym_interface_type_definition_token1, + STATE(1832), 1, + sym__defining_identifier_list, + STATE(302), 2, + sym_single_protected_declaration, + sym_single_task_declaration, + STATE(868), 4, + sym__declare_item, + sym_object_declaration, + sym_object_renaming_declaration, + aux_sym_declare_expression_repeat1, + [41873] = 8, ACTIONS(3), 1, sym_comment, ACTIONS(69), 1, aux_sym_accept_statement_token1, ACTIONS(77), 1, aux_sym_delay_until_statement_token1, - ACTIONS(2030), 1, + ACTIONS(2025), 1, aux_sym_terminate_alternative_token1, - STATE(40), 1, + STATE(44), 1, sym_accept_statement, - STATE(1113), 1, + STATE(1214), 1, sym_select_alternative, - STATE(44), 3, + STATE(40), 3, sym__delay_statement, sym_delay_until_statement, sym_delay_relative_statement, - STATE(1335), 3, + STATE(1241), 3, sym_delay_alternative, sym_accept_alternative, sym_terminate_alternative, - [41892] = 8, + [41902] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(2853), 1, sym_identifier, - ACTIONS(2848), 1, + ACTIONS(2855), 1, aux_sym_subprogram_body_token1, - ACTIONS(2850), 1, + ACTIONS(2857), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2852), 1, + ACTIONS(2859), 1, aux_sym_interface_type_definition_token1, - STATE(1833), 1, + STATE(1832), 1, sym__defining_identifier_list, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, - STATE(874), 4, + STATE(868), 4, sym__declare_item, sym_object_declaration, sym_object_renaming_declaration, aux_sym_declare_expression_repeat1, - [41921] = 3, + [41931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2854), 1, + ACTIONS(2861), 1, sym_identifier, - ACTIONS(2856), 10, + ACTIONS(2863), 10, aux_sym_iterated_element_association_token1, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_relation_membership_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, @@ -52924,12 +52931,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, aux_sym_pragma_g_token1, - [41940] = 3, + [41950] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2858), 1, + ACTIONS(2865), 1, sym_identifier, - ACTIONS(2860), 10, + ACTIONS(2867), 10, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, @@ -52939,21 +52946,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LBRACK, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [41959] = 8, + aux_sym__package_specification_token2, + [41969] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2846), 1, + ACTIONS(2869), 1, sym_identifier, - ACTIONS(2850), 1, + ACTIONS(2871), 10, + aux_sym_iterated_element_association_token1, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_case_expression_token1, + aux_sym_entry_declaration_token1, + aux_sym_global_mode_token1, + aux_sym_pragma_g_token1, + [41988] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2853), 1, + sym_identifier, + ACTIONS(2857), 1, aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2852), 1, + ACTIONS(2859), 1, aux_sym_interface_type_definition_token1, - ACTIONS(2862), 1, + ACTIONS(2873), 1, aux_sym_subprogram_body_token1, - STATE(1833), 1, + STATE(1832), 1, sym__defining_identifier_list, - STATE(432), 2, + STATE(302), 2, sym_single_protected_declaration, sym_single_task_declaration, STATE(870), 4, @@ -52961,108 +52984,21 @@ static const uint16_t ts_small_parse_table[] = { sym_object_declaration, sym_object_renaming_declaration, aux_sym_declare_expression_repeat1, - [41988] = 8, + [42017] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2864), 1, - sym_identifier, - ACTIONS(2867), 1, - aux_sym_subprogram_body_token1, - ACTIONS(2869), 1, - aux_sym_access_to_subprogram_definition_token1, - ACTIONS(2872), 1, - aux_sym_interface_type_definition_token1, - STATE(1833), 1, - sym__defining_identifier_list, - STATE(432), 2, - sym_single_protected_declaration, - sym_single_task_declaration, - STATE(874), 4, - sym__declare_item, - sym_object_declaration, - sym_object_renaming_declaration, - aux_sym_declare_expression_repeat1, - [42017] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1185), 1, - sym__assign_value, - STATE(1446), 1, - sym_aspect_specification, - ACTIONS(2875), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [42049] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1166), 1, - sym__assign_value, - STATE(1528), 1, - sym_aspect_specification, - ACTIONS(2877), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [42081] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1199), 1, - sym__assign_value, - STATE(1488), 1, - sym_aspect_specification, - ACTIONS(2879), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [42113] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2881), 10, + ACTIONS(2875), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [42129] = 2, + [42033] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2818), 10, @@ -53070,27 +53006,107 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [42145] = 2, + [42049] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2883), 10, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1171), 1, + sym__assign_value, + STATE(1527), 1, + sym_aspect_specification, + ACTIONS(2877), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [42081] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2879), 10, anon_sym_RPAREN, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, aux_sym_object_renaming_declaration_token1, aux_sym_accept_statement_token2, - [42161] = 2, + [42097] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1187), 1, + sym__assign_value, + STATE(1421), 1, + sym_aspect_specification, + ACTIONS(2881), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [42129] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2828), 10, + anon_sym_RPAREN, + aux_sym_chunk_specification_token1, + aux_sym_iterator_specification_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + aux_sym_object_renaming_declaration_token1, + aux_sym_accept_statement_token2, + [42145] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1156), 1, + sym__assign_value, + STATE(1446), 1, + sym_aspect_specification, + ACTIONS(2883), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [42177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(2885), 10, @@ -53098,21 +53114,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - aux_sym_object_renaming_declaration_token1, - aux_sym_accept_statement_token2, - [42177] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2824), 10, - anon_sym_RPAREN, - aux_sym_chunk_specification_token1, - aux_sym_iterator_specification_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, @@ -53121,435 +53123,430 @@ static const uint16_t ts_small_parse_table[] = { [42193] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2189), 1, + ACTIONS(2150), 1, anon_sym_COLON_EQ, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1131), 1, + STATE(1185), 1, sym__assign_value, - STATE(1421), 1, + STATE(1489), 1, sym_aspect_specification, ACTIONS(2887), 2, anon_sym_RPAREN, anon_sym_SEMI, - [42225] = 7, + [42225] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1347), 1, + sym_iterator_filter, + ACTIONS(2889), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42252] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(2891), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1298), 1, + sym__assign_value, + STATE(1626), 1, + sym_aspect_specification, + [42283] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2893), 1, + anon_sym_LPAREN, + ACTIONS(2897), 1, + aux_sym__package_specification_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1112), 1, + sym_formal_part, + ACTIONS(2895), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [42310] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2893), 1, + anon_sym_LPAREN, + ACTIONS(2900), 1, + aux_sym__package_specification_token2, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1431), 1, + sym_formal_part, + STATE(1111), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [42339] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(2904), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1341), 1, + sym__assign_value, + STATE(1804), 1, + sym_aspect_specification, + [42370] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1215), 1, + sym_iterator_filter, + ACTIONS(2405), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42397] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2044), 1, anon_sym_COMMA, - ACTIONS(2889), 1, - anon_sym_COLON, - ACTIONS(2892), 1, - anon_sym_SEMI, - ACTIONS(2894), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1301), 1, - aux_sym__defining_identifier_list_repeat1, - ACTIONS(1678), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [42250] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2898), 1, - aux_sym_package_specification_token2, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1431), 1, - sym_formal_part, - STATE(1117), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [42279] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - ACTIONS(2902), 1, - aux_sym_package_specification_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1431), 1, - sym_formal_part, - STATE(1117), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [42308] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_LPAREN, ACTIONS(2906), 1, - aux_sym_package_specification_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1129), 1, - sym_formal_part, - ACTIONS(2904), 3, + anon_sym_COLON, + ACTIONS(2909), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [42335] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1210), 1, - sym_iterator_filter, - ACTIONS(2909), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42362] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1224), 1, - sym_iterator_filter, - ACTIONS(2909), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42389] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, ACTIONS(2911), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1320), 1, - sym__assign_value, - STATE(1619), 1, - sym_aspect_specification, - [42420] = 8, + aux_sym_object_renaming_declaration_token1, + STATE(1290), 1, + aux_sym__defining_identifier_list_repeat1, + ACTIONS(1608), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [42422] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2445), 1, + ACTIONS(2401), 1, aux_sym_iterator_filter_token1, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1264), 1, + STATE(1324), 1, sym_iterator_filter, - ACTIONS(2443), 3, + ACTIONS(2399), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [42447] = 10, + [42449] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, + ACTIONS(2893), 1, + anon_sym_LPAREN, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, ACTIONS(2913), 1, - anon_sym_SEMI, - STATE(483), 1, + aux_sym__package_specification_token2, + STATE(481), 1, sym_actual_parameter_part, - STATE(1342), 1, - sym__assign_value, - STATE(1936), 1, - sym_aspect_specification, - [42478] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(2915), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1361), 1, - sym__assign_value, - STATE(1629), 1, - sym_aspect_specification, - [42509] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1341), 1, - sym_iterator_filter, - ACTIONS(2917), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42536] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1357), 1, - sym_iterator_filter, - ACTIONS(2447), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42563] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1347), 1, - sym_iterator_filter, - ACTIONS(2917), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [42590] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2919), 1, - aux_sym_package_specification_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1129), 1, + STATE(1431), 1, sym_formal_part, - ACTIONS(2904), 3, + STATE(1111), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [42478] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2893), 1, + anon_sym_LPAREN, + ACTIONS(2915), 1, + aux_sym__package_specification_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1112), 1, + sym_formal_part, + ACTIONS(2895), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, + [42505] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2920), 1, + aux_sym_expression_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1020), 1, + aux_sym__interface_list_repeat1, + ACTIONS(2918), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [42532] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1345), 1, + sym_iterator_filter, + ACTIONS(2889), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42559] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1393), 1, + sym_iterator_filter, + ACTIONS(2922), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42586] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(2924), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1231), 1, + sym__assign_value, + STATE(1634), 1, + sym_aspect_specification, [42617] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2924), 1, - aux_sym_expression_token1, - STATE(483), 1, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1053), 1, - aux_sym__interface_list_repeat1, + STATE(1380), 1, + sym_iterator_filter, ACTIONS(2922), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [42644] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2926), 1, - sym_identifier, - ACTIONS(2928), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42660] = 3, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [42644] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 1, - sym_identifier, - ACTIONS(2932), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42676] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2934), 1, - sym_identifier, - ACTIONS(2936), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42692] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2938), 1, - sym_identifier, - ACTIONS(2940), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42708] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2942), 1, - sym_identifier, - ACTIONS(2944), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42724] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2946), 1, - anon_sym_LPAREN, - ACTIONS(2948), 1, - anon_sym_LBRACK, - ACTIONS(2950), 1, - aux_sym_record_component_association_list_token1, - STATE(1875), 1, - sym_enumeration_aggregate, - STATE(1878), 4, - sym__array_aggregate, - sym_positional_array_aggregate, - sym_null_array_aggregate, - sym_named_array_aggregate, - [42746] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2952), 1, - sym_identifier, - ACTIONS(2954), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [42762] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - STATE(483), 1, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(481), 1, sym_actual_parameter_part, - ACTIONS(2956), 4, + STATE(1511), 1, + sym__assign_value, + ACTIONS(2926), 2, + anon_sym_RPAREN, anon_sym_SEMI, + [42670] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2893), 1, + anon_sym_LPAREN, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1112), 1, + sym_formal_part, + ACTIONS(2895), 3, + anon_sym_SEMI, + aux_sym__package_specification_token2, aux_sym_with_clause_token2, + [42694] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2930), 1, + aux_sym_with_clause_token2, + ACTIONS(2933), 1, aux_sym_expression_token1, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(2928), 2, + anon_sym_SEMI, aux_sym_expression_token3, + [42720] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2935), 1, + sym_identifier, + ACTIONS(2937), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [42736] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2939), 1, + sym_identifier, + ACTIONS(2941), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [42752] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2943), 1, + sym_identifier, + ACTIONS(2945), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [42768] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2947), 1, + sym_identifier, + ACTIONS(2949), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, [42784] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2958), 1, + ACTIONS(2951), 1, sym_identifier, - ACTIONS(2960), 7, + ACTIONS(2953), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53558,11 +53555,11 @@ static const uint16_t ts_small_parse_table[] = { [42800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2962), 1, + ACTIONS(2955), 1, sym_identifier, - ACTIONS(2964), 7, + ACTIONS(2957), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53571,11 +53568,11 @@ static const uint16_t ts_small_parse_table[] = { [42816] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2966), 1, + ACTIONS(2959), 1, sym_identifier, - ACTIONS(2968), 7, + ACTIONS(2961), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53584,85 +53581,85 @@ static const uint16_t ts_small_parse_table[] = { [42832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2970), 1, + ACTIONS(2963), 1, sym_identifier, - ACTIONS(2972), 7, + ACTIONS(2965), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [42848] = 8, + [42848] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1458), 1, - sym__assign_value, - ACTIONS(2974), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [42874] = 3, + ACTIONS(2969), 1, + anon_sym_LBRACK, + ACTIONS(2971), 1, + aux_sym_record_component_association_list_token1, + STATE(1877), 1, + sym_enumeration_aggregate, + STATE(1879), 4, + sym__array_aggregate, + sym_positional_array_aggregate, + sym_null_array_aggregate, + sym_named_array_aggregate, + [42870] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2976), 1, + ACTIONS(2973), 1, sym_identifier, - ACTIONS(2978), 7, + ACTIONS(2975), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [42890] = 3, + [42886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2980), 1, + ACTIONS(2977), 1, sym_identifier, - ACTIONS(2982), 7, + ACTIONS(2979), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [42906] = 7, + [42902] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1129), 1, - sym_formal_part, - ACTIONS(2904), 3, - anon_sym_SEMI, - aux_sym_package_specification_token2, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, aux_sym_with_clause_token2, + ACTIONS(2981), 1, + aux_sym__package_specification_token2, + ACTIONS(2983), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1965), 1, + sym_aspect_specification, [42930] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2984), 1, + ACTIONS(2985), 1, sym_identifier, - ACTIONS(2986), 7, + ACTIONS(2987), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53671,11 +53668,11 @@ static const uint16_t ts_small_parse_table[] = { [42946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2988), 1, + ACTIONS(2989), 1, sym_identifier, - ACTIONS(2990), 7, + ACTIONS(2991), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53684,11 +53681,11 @@ static const uint16_t ts_small_parse_table[] = { [42962] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2992), 1, + ACTIONS(2993), 1, sym_identifier, - ACTIONS(2994), 7, + ACTIONS(2995), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53697,79 +53694,89 @@ static const uint16_t ts_small_parse_table[] = { [42978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 1, + ACTIONS(2997), 1, sym_identifier, - ACTIONS(2998), 7, + ACTIONS(2999), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [42994] = 8, + [42994] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2896), 1, - anon_sym_LPAREN, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1431), 1, - sym_formal_part, - STATE(1117), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [43020] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(3001), 1, + sym_identifier, + ACTIONS(3003), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, - ACTIONS(3000), 1, - aux_sym_package_specification_token2, - ACTIONS(3002), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1964), 1, - sym_aspect_specification, - [43048] = 8, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3006), 1, + ACTIONS(3005), 1, + sym_identifier, + ACTIONS(3007), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43026] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(3009), 1, - aux_sym_expression_token1, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(3004), 2, - anon_sym_SEMI, - aux_sym_expression_token3, + sym_identifier, + ACTIONS(3011), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43042] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3013), 1, + sym_identifier, + ACTIONS(3015), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43058] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3017), 1, + sym_identifier, + ACTIONS(3019), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, [43074] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3011), 1, + ACTIONS(3021), 1, sym_identifier, - ACTIONS(3013), 7, + ACTIONS(3023), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53778,11 +53785,11 @@ static const uint16_t ts_small_parse_table[] = { [43090] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3015), 1, + ACTIONS(3025), 1, sym_identifier, - ACTIONS(3017), 7, + ACTIONS(3027), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, @@ -53791,552 +53798,644 @@ static const uint16_t ts_small_parse_table[] = { [43106] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3019), 1, + ACTIONS(3029), 1, sym_identifier, - ACTIONS(3021), 7, + ACTIONS(3031), 7, aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, aux_sym_use_clause_token2, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_pragma_g_token1, - [43122] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3023), 1, - sym_identifier, - ACTIONS(3025), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43138] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3027), 1, - sym_identifier, - ACTIONS(3029), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43154] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3031), 1, - sym_identifier, - ACTIONS(3033), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43170] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3037), 1, - aux_sym_with_clause_token2, - ACTIONS(3040), 1, - aux_sym_expression_token1, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(3035), 2, - anon_sym_SEMI, - aux_sym_expression_token3, - [43196] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3042), 1, - sym_identifier, - ACTIONS(3044), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43212] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3046), 1, - sym_identifier, - ACTIONS(3048), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43228] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3050), 1, - sym_identifier, - ACTIONS(3052), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43244] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3054), 1, - sym_identifier, - ACTIONS(3056), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43260] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3058), 1, - sym_identifier, - ACTIONS(3060), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43276] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1509), 1, - sym__assign_value, - ACTIONS(3062), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [43302] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3064), 1, - sym_identifier, - ACTIONS(3066), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43318] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3068), 1, - sym_identifier, - ACTIONS(3070), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43334] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3072), 1, - sym_identifier, - ACTIONS(3074), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43350] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3076), 1, - sym_identifier, - ACTIONS(3078), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43366] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3080), 1, - sym_identifier, - ACTIONS(3082), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43382] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3084), 1, - sym_identifier, - ACTIONS(3086), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43398] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3090), 1, - aux_sym_with_clause_token2, - ACTIONS(3093), 1, - aux_sym_expression_token1, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(3088), 2, - anon_sym_SEMI, - aux_sym_expression_token3, - [43424] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3095), 1, - sym_identifier, - ACTIONS(3097), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43440] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3099), 1, - sym_identifier, - ACTIONS(3101), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43456] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3103), 1, - sym_identifier, - ACTIONS(3105), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43472] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3107), 1, - sym_identifier, - ACTIONS(3109), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43488] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3111), 1, - sym_identifier, - ACTIONS(3113), 7, - aux_sym_iterated_element_association_token2, - aux_sym_package_specification_token1, - aux_sym_with_clause_token2, - aux_sym_use_clause_token2, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_pragma_g_token1, - [43504] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3115), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1921), 1, - sym_aspect_specification, - [43529] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3117), 1, - anon_sym_COMMA, - ACTIONS(3119), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1334), 1, - aux_sym__name_list_repeat1, - [43554] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3121), 7, - aux_sym_iterated_element_association_token1, - aux_sym_package_specification_token3, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - aux_sym_global_mode_token1, - [43567] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3123), 7, - aux_sym_iterated_element_association_token1, - aux_sym_package_specification_token3, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - aux_sym_global_mode_token1, - [43580] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3125), 1, - aux_sym_package_specification_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1964), 1, - sym_aspect_specification, - [43605] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1364), 1, - aux_sym__name_list_repeat1, - ACTIONS(3127), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [43628] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3129), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1792), 1, - sym_aspect_specification, - [43653] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3131), 7, - aux_sym_iterated_element_association_token1, - aux_sym_package_specification_token3, - aux_sym_relation_membership_token1, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - aux_sym_global_mode_token1, - [43666] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3133), 1, - aux_sym_chunk_specification_token1, - ACTIONS(3135), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(3138), 1, - anon_sym_COLON, - ACTIONS(3140), 1, - aux_sym_iterator_specification_token1, - ACTIONS(1678), 3, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - [43687] = 6, + [43122] = 7, ACTIONS(3), 1, sym_comment, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3142), 1, - aux_sym_package_specification_token1, - STATE(1990), 1, - sym_package_specification, - STATE(1263), 3, + ACTIONS(3033), 1, + aux_sym__package_specification_token1, + STATE(424), 1, + sym_package_declaration, + STATE(2043), 1, + sym__package_specification, + STATE(1361), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [43708] = 6, + [43146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(3035), 1, + sym_identifier, + ACTIONS(3037), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43162] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3039), 1, + sym_identifier, + ACTIONS(3041), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43178] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3043), 1, + sym_identifier, + ACTIONS(3045), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43194] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3047), 1, + sym_identifier, + ACTIONS(3049), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43210] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3051), 1, + sym_identifier, + ACTIONS(3053), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43226] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3055), 1, + sym_identifier, + ACTIONS(3057), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43242] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - STATE(483), 1, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(481), 1, sym_actual_parameter_part, - ACTIONS(3144), 3, - anon_sym_COMMA, + STATE(1457), 1, + sym__assign_value, + ACTIONS(3059), 2, anon_sym_RPAREN, anon_sym_SEMI, - [43729] = 8, + [43268] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(3061), 1, + sym_identifier, + ACTIONS(3063), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, aux_sym_with_clause_token2, - ACTIONS(3146), 1, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43284] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3065), 1, + sym_identifier, + ACTIONS(3067), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43300] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3069), 1, + sym_identifier, + ACTIONS(3071), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43316] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3073), 1, + sym_identifier, + ACTIONS(3075), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43332] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3077), 1, + sym_identifier, + ACTIONS(3079), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43348] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3081), 1, + sym_identifier, + ACTIONS(3083), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43364] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3087), 1, + aux_sym_with_clause_token2, + ACTIONS(3090), 1, + aux_sym_expression_token1, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3085), 2, anon_sym_SEMI, - STATE(483), 1, + aux_sym_expression_token3, + [43390] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3092), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token1, + aux_sym_expression_token3, + [43412] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3094), 1, + sym_identifier, + ACTIONS(3096), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43428] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2893), 1, + anon_sym_LPAREN, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1431), 1, + sym_formal_part, + STATE(1111), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [43454] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3100), 1, + aux_sym_with_clause_token2, + ACTIONS(3103), 1, + aux_sym_expression_token1, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3098), 2, + anon_sym_SEMI, + aux_sym_expression_token3, + [43480] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3105), 1, + sym_identifier, + ACTIONS(3107), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43496] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3109), 1, + sym_identifier, + ACTIONS(3111), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43512] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3113), 1, + sym_identifier, + ACTIONS(3115), 7, + aux_sym_iterated_element_association_token2, + aux_sym__package_specification_token1, + aux_sym_with_clause_token2, + aux_sym_use_clause_token2, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_pragma_g_token1, + [43528] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3117), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1920), 1, + sym_aspect_specification, + [43553] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3119), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1671), 1, + sym_aspect_specification, + [43578] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3121), 1, + anon_sym_SEMI, + STATE(481), 1, sym_actual_parameter_part, STATE(1893), 1, sym_aspect_specification, - [43754] = 2, + [43603] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3148), 7, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3123), 1, + aux_sym__package_specification_token2, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1965), 1, + sym_aspect_specification, + [43628] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3125), 7, aux_sym_iterated_element_association_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_relation_membership_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [43767] = 8, + [43641] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(3127), 1, + sym_identifier, + ACTIONS(3129), 6, + sym_gnatprep_identifier, + sym_string_literal, + sym_character_literal, + sym_target_name, + anon_sym_LBRACK, + aux_sym__package_specification_token3, + [43656] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3150), 1, + ACTIONS(3131), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1864), 1, + STATE(1579), 1, sym_aspect_specification, - [43792] = 3, + [43681] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3152), 1, + ACTIONS(3133), 1, + anon_sym_LPAREN, + ACTIONS(3135), 1, + anon_sym_SEMI, + ACTIONS(3137), 1, + aux_sym__package_specification_token2, + ACTIONS(3139), 1, + aux_sym_expression_token3, + STATE(1301), 3, + sym__discriminant_part, + sym_unknown_discriminant_part, + sym_known_discriminant_part, + [43702] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3141), 1, + anon_sym_LPAREN, + ACTIONS(3143), 1, + aux_sym_iterator_filter_token1, + STATE(1182), 1, + sym_non_empty_entry_body_formal_part, + STATE(1517), 1, + sym_aspect_specification, + STATE(1519), 1, + sym_formal_part, + STATE(1684), 1, + sym_entry_barrier, + [43727] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3145), 1, sym_identifier, - ACTIONS(3154), 6, + ACTIONS(3147), 6, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, - aux_sym_package_specification_token3, - [43807] = 3, + aux_sym__package_specification_token3, + [43742] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3156), 1, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3149), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1576), 1, + sym_aspect_specification, + [43767] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3151), 7, + aux_sym_iterated_element_association_token1, + aux_sym__package_specification_token3, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + aux_sym_global_mode_token1, + [43780] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3153), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1575), 1, + sym_aspect_specification, + [43805] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3155), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1753), 1, + sym_aspect_specification, + [43830] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3157), 1, sym_identifier, - ACTIONS(3158), 6, + ACTIONS(3159), 6, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, - aux_sym_package_specification_token3, - [43822] = 3, + aux_sym_relation_membership_token1, + [43845] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(3160), 1, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3161), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1990), 1, + sym_aspect_specification, + [43870] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(3165), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1230), 1, + aux_sym__name_list_repeat1, + [43895] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3167), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1865), 1, + sym_aspect_specification, + [43920] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3169), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1958), 1, + sym_aspect_specification, + [43945] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(3171), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1366), 1, + aux_sym__name_list_repeat1, + [43970] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3173), 1, sym_tick, ACTIONS(2106), 6, anon_sym_COMMA, @@ -54344,105 +54443,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [43837] = 8, + aux_sym__package_specification_token2, + [43985] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(3175), 1, + aux_sym_chunk_specification_token1, + ACTIONS(3177), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(3180), 1, + anon_sym_COLON, + ACTIONS(3182), 1, + aux_sym_iterator_specification_token1, + ACTIONS(1608), 3, sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3162), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1754), 1, - sym_aspect_specification, - [43862] = 8, + anon_sym_LPAREN, + [44006] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3164), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1672), 1, - sym_aspect_specification, - [43887] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3166), 1, - sym_identifier, - ACTIONS(3168), 6, - sym_gnatprep_identifier, - sym_string_literal, - sym_character_literal, - sym_target_name, - anon_sym_LBRACK, + ACTIONS(3184), 7, + aux_sym_iterated_element_association_token1, + aux_sym__package_specification_token3, aux_sym_relation_membership_token1, - [43902] = 8, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + aux_sym_global_mode_token1, + [44019] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3170), 1, + ACTIONS(3186), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1919), 1, + STATE(1901), 1, sym_aspect_specification, - [43927] = 8, + [44044] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3172), 1, + ACTIONS(3188), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1566), 1, + STATE(1894), 1, sym_aspect_specification, - [43952] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3174), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1567), 1, - sym_aspect_specification, - [43977] = 3, + [44069] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2017), 1, @@ -54454,519 +54516,475 @@ static const uint16_t ts_small_parse_table[] = { sym_target_name, anon_sym_LBRACK, aux_sym_attribute_designator_token1, - [43992] = 8, + [44084] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3176), 1, + ACTIONS(3190), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1733), 1, + STATE(1732), 1, sym_aspect_specification, - [44017] = 8, + [44109] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3178), 1, - anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - STATE(1954), 1, - sym_aspect_specification, - [44042] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3180), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1899), 1, - sym_aspect_specification, - [44067] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3182), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1642), 1, - sym_aspect_specification, - [44092] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3117), 1, - anon_sym_COMMA, - ACTIONS(3127), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1261), 1, + STATE(1364), 1, aux_sym__name_list_repeat1, - [44117] = 8, + ACTIONS(3165), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [44132] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3184), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1570), 1, - sym_aspect_specification, - [44142] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3186), 1, - aux_sym_package_specification_token2, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1868), 1, - sym_aspect_specification, - [44167] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3188), 7, + ACTIONS(3192), 7, aux_sym_iterated_element_association_token1, - aux_sym_package_specification_token3, + aux_sym__package_specification_token3, aux_sym_relation_membership_token1, aux_sym_access_to_subprogram_definition_token2, aux_sym_access_to_subprogram_definition_token3, aux_sym_entry_declaration_token1, aux_sym_global_mode_token1, - [44180] = 6, + [44145] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, + ACTIONS(3194), 7, + aux_sym_iterated_element_association_token1, + aux_sym__package_specification_token3, + aux_sym_relation_membership_token1, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + aux_sym_global_mode_token1, + [44158] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(3192), 1, - anon_sym_SEMI, - ACTIONS(3194), 1, - aux_sym_package_specification_token2, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(3196), 1, - aux_sym_expression_token3, - STATE(1241), 3, - sym__discriminant_part, - sym_unknown_discriminant_part, - sym_known_discriminant_part, - [44201] = 3, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1561), 1, + sym_aspect_specification, + [44183] = 8, ACTIONS(3), 1, sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(3198), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1566), 1, + sym_aspect_specification, + [44208] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3200), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_SEMI, + [44229] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3202), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + STATE(1791), 1, + sym_aspect_specification, + [44254] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3204), 1, sym_identifier, - ACTIONS(3200), 6, + ACTIONS(3206), 6, sym_gnatprep_identifier, sym_string_literal, sym_character_literal, sym_target_name, anon_sym_LBRACK, aux_sym_relation_membership_token1, - [44216] = 8, + [44269] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3202), 1, - anon_sym_LPAREN, - ACTIONS(3204), 1, - aux_sym_iterator_filter_token1, - STATE(1181), 1, - sym_non_empty_entry_body_formal_part, - STATE(1518), 1, - sym_aspect_specification, - STATE(1520), 1, - sym_formal_part, - STATE(1682), 1, - sym_entry_barrier, - [44241] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3206), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - STATE(1991), 1, - sym_aspect_specification, - [44266] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(3208), 1, - anon_sym_SEMI, - STATE(483), 1, + aux_sym__package_specification_token2, + STATE(481), 1, sym_actual_parameter_part, - STATE(1572), 1, + STATE(1868), 1, sym_aspect_specification, - [44291] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3210), 6, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_EQ_GT, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [44303] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(1094), 1, - sym_actual_parameter_part, - STATE(1993), 1, - sym__assign_value, - [44325] = 4, + [44294] = 7, ACTIONS(3), 1, sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3210), 1, + aux_sym_compilation_unit_token1, ACTIONS(3212), 1, + anon_sym_SEMI, + ACTIONS(3214), 1, + aux_sym_with_clause_token1, + STATE(1498), 1, + sym_record_definition, + [44316] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3216), 1, anon_sym_COMMA, - STATE(986), 1, + STATE(988), 1, aux_sym_aspect_mark_list_repeat1, - ACTIONS(3215), 4, + ACTIONS(3218), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [44341] = 7, + aux_sym__package_specification_token2, + [44332] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3217), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3219), 1, - anon_sym_SEMI, - ACTIONS(3221), 1, - aux_sym_with_clause_token1, - STATE(1496), 1, - sym_record_definition, - [44363] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3223), 1, - aux_sym_package_specification_token1, - STATE(1109), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - [44381] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - ACTIONS(3225), 1, - aux_sym_entry_declaration_token1, - STATE(1194), 3, - sym_function_specification, - sym_procedure_specification, - sym__subprogram_specification, - [44399] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - STATE(483), 1, + ACTIONS(3220), 1, + anon_sym_SEMI, + ACTIONS(3222), 1, + aux_sym_with_clause_token2, + STATE(481), 1, sym_actual_parameter_part, - ACTIONS(3227), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [44419] = 6, + [44354] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3229), 1, - anon_sym_COMMA, - ACTIONS(3231), 1, - anon_sym_RBRACK, - ACTIONS(3235), 1, - aux_sym_with_clause_token2, - STATE(1247), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3233), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [44439] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3217), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3237), 1, - aux_sym_with_clause_token1, - ACTIONS(3239), 1, - aux_sym_allocator_token1, - ACTIONS(3241), 1, - aux_sym_private_type_declaration_token1, - ACTIONS(3243), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3245), 1, - aux_sym_private_extension_declaration_token1, - [44461] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3247), 1, - sym_identifier, - STATE(1330), 1, - sym_quantifier, - ACTIONS(3249), 2, - aux_sym_use_clause_token1, - aux_sym_quantifier_token1, - STATE(1420), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [44479] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3217), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3251), 1, - aux_sym_allocator_token1, - ACTIONS(3253), 1, - aux_sym_interface_type_definition_token2, - STATE(1496), 1, - sym_record_definition, - [44501] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3255), 1, - anon_sym_LPAREN, - ACTIONS(3257), 1, - anon_sym_SEMI, - ACTIONS(3259), 1, - aux_sym_package_specification_token2, - STATE(1183), 1, - sym_known_discriminant_part, - STATE(1475), 1, - sym_aspect_specification, - [44523] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(380), 1, - aux_sym_chunk_specification_token1, - ACTIONS(400), 1, - aux_sym_global_mode_token1, - ACTIONS(402), 1, - aux_sym_non_empty_mode_token1, - STATE(772), 1, - sym_global_mode, - STATE(872), 1, - sym_non_empty_mode, - STATE(1464), 1, - sym_global_aspect_element, - [44545] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3225), 1, - aux_sym_entry_declaration_token1, - ACTIONS(3261), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3263), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1058), 1, - sym__subprogram_specification, - STATE(1159), 1, - sym_procedure_specification, - STATE(1192), 1, - sym_function_specification, - [44567] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(81), 1, - aux_sym_iteration_scheme_token1, - ACTIONS(412), 1, - aux_sym_subprogram_body_token1, - ACTIONS(424), 1, - aux_sym_iterated_element_association_token1, - ACTIONS(3265), 1, - aux_sym_declare_expression_token1, - ACTIONS(3267), 1, - aux_sym_loop_statement_token1, - STATE(1989), 1, - sym_iteration_scheme, - [44589] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2046), 1, - sym_identifier, - ACTIONS(3269), 1, - aux_sym_iterated_element_association_token1, - STATE(1377), 1, - sym_parameter_specification, - STATE(1744), 1, - sym_entry_index_specification, - STATE(1843), 1, - sym__parameter_specification_list, - STATE(1844), 1, - sym__defining_identifier_list, - [44611] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3271), 1, - anon_sym_SEMI, - ACTIONS(3273), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - [44633] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3275), 1, - anon_sym_SEMI, - ACTIONS(3277), 1, - aux_sym_with_clause_token2, - STATE(483), 1, - sym_actual_parameter_part, - [44655] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3279), 1, - anon_sym_COMMA, - ACTIONS(3281), 1, - anon_sym_RPAREN, - ACTIONS(3283), 1, - aux_sym_with_clause_token2, - STATE(1467), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3233), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [44675] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3285), 1, - anon_sym_COMMA, - STATE(986), 1, - aux_sym_aspect_mark_list_repeat1, - ACTIONS(3287), 4, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [44691] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3289), 6, + ACTIONS(3224), 6, anon_sym_COMMA, anon_sym_RPAREN, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_iterator_filter_token1, aux_sym_loop_statement_token1, - [44703] = 6, + [44366] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, + ACTIONS(3226), 1, + anon_sym_COMMA, + STATE(988), 1, + aux_sym_aspect_mark_list_repeat1, + ACTIONS(3229), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [44382] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3231), 1, + sym_identifier, + STATE(1204), 1, + sym_quantifier, + ACTIONS(3233), 2, + aux_sym_use_clause_token1, + aux_sym_quantifier_token1, + STATE(1420), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [44400] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, anon_sym_COLON_EQ, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - STATE(1164), 1, + STATE(1165), 1, sym__assign_value, - STATE(1530), 1, + STATE(1529), 1, sym_aspect_specification, - ACTIONS(3291), 2, + ACTIONS(3235), 2, anon_sym_RPAREN, anon_sym_SEMI, - [44723] = 3, + [44420] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3133), 1, + anon_sym_LPAREN, + ACTIONS(3237), 1, + anon_sym_SEMI, + ACTIONS(3239), 1, + aux_sym__package_specification_token2, + STATE(1426), 1, + sym_known_discriminant_part, + STATE(1425), 2, + sym__discriminant_part, + sym_unknown_discriminant_part, + [44440] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3241), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3243), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [44462] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3245), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [44482] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3210), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3247), 1, + aux_sym_allocator_token1, + ACTIONS(3249), 1, + aux_sym_interface_type_definition_token2, + STATE(1498), 1, + sym_record_definition, + [44504] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3251), 1, + anon_sym_COLON, + ACTIONS(1608), 5, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_EQ_GT, + anon_sym_PIPE, + [44518] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2046), 1, + sym_identifier, + ACTIONS(3253), 1, + aux_sym_iterated_element_association_token1, + STATE(1207), 1, + sym_parameter_specification, + STATE(1743), 1, + sym_entry_index_specification, + STATE(1842), 1, + sym__parameter_specification_list, + STATE(1843), 1, + sym__defining_identifier_list, + [44540] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + ACTIONS(3255), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [44560] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2909), 1, + anon_sym_SEMI, + ACTIONS(3257), 1, + anon_sym_COLON, + ACTIONS(1608), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [44576] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(1071), 1, + sym_actual_parameter_part, + STATE(1992), 1, + sym__assign_value, + [44598] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3259), 1, + anon_sym_COMMA, + ACTIONS(3261), 1, + anon_sym_RBRACK, + ACTIONS(3265), 1, + aux_sym_with_clause_token2, + STATE(1250), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3263), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [44618] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3210), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3267), 1, + aux_sym_with_clause_token1, + ACTIONS(3269), 1, + aux_sym_allocator_token1, + ACTIONS(3271), 1, + aux_sym_private_type_declaration_token1, + ACTIONS(3273), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3275), 1, + aux_sym_private_extension_declaration_token1, + [44640] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3277), 1, + anon_sym_SEMI, + ACTIONS(3279), 1, + aux_sym_with_clause_token2, + STATE(481), 1, + sym_actual_parameter_part, + [44662] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(382), 1, + aux_sym_chunk_specification_token1, + ACTIONS(402), 1, + aux_sym_global_mode_token1, + ACTIONS(404), 1, + aux_sym_non_empty_mode_token1, + STATE(734), 1, + sym_global_mode, + STATE(872), 1, + sym_non_empty_mode, + STATE(1465), 1, + sym_global_aspect_element, + [44684] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(81), 1, + aux_sym_iteration_scheme_token1, + ACTIONS(412), 1, + aux_sym_subprogram_body_token1, + ACTIONS(418), 1, + aux_sym_iterated_element_association_token1, + ACTIONS(3281), 1, + aux_sym_declare_expression_token1, + ACTIONS(3283), 1, + aux_sym_loop_statement_token1, + STATE(1989), 1, + sym_iteration_scheme, + [44706] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3287), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(3289), 1, + aux_sym_entry_declaration_token1, + STATE(1075), 1, + sym__subprogram_specification, + STATE(1119), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + [44728] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + ACTIONS(3291), 1, + aux_sym__package_specification_token1, + STATE(1105), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + [44746] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(3295), 1, @@ -54976,1149 +54994,1131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [44737] = 6, + aux_sym__package_specification_token2, + [44760] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - anon_sym_LPAREN, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(3297), 1, - anon_sym_SEMI, + anon_sym_LPAREN, ACTIONS(3299), 1, - aux_sym_package_specification_token2, - STATE(1426), 1, - sym_known_discriminant_part, - STATE(1425), 2, - sym__discriminant_part, - sym_unknown_discriminant_part, - [44757] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3301), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3303), 1, anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44779] = 3, + ACTIONS(3301), 1, + aux_sym__package_specification_token2, + STATE(1151), 1, + sym_known_discriminant_part, + STATE(1476), 1, + sym_aspect_specification, + [44782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3305), 1, - anon_sym_COLON, - ACTIONS(1678), 5, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_EQ_GT, - anon_sym_PIPE, - [44793] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - ACTIONS(3307), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [44813] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3285), 1, + ACTIONS(3303), 1, anon_sym_COMMA, - STATE(1003), 1, + ACTIONS(3305), 1, + anon_sym_RPAREN, + ACTIONS(3307), 1, + aux_sym_with_clause_token2, + STATE(1474), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3263), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [44802] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3216), 1, + anon_sym_COMMA, + STATE(985), 1, aux_sym_aspect_mark_list_repeat1, ACTIONS(3309), 4, anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [44829] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2892), 1, - anon_sym_SEMI, - ACTIONS(3311), 1, - anon_sym_COLON, - ACTIONS(1678), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [44845] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3313), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44864] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3315), 1, - aux_sym_expression_token1, - STATE(1014), 1, - aux_sym__interface_list_repeat1, - ACTIONS(2956), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [44879] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3318), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44898] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3320), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44917] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3322), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44936] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3324), 1, - aux_sym_package_specification_token3, - ACTIONS(3326), 1, - aux_sym_expression_token4, - ACTIONS(3328), 1, - aux_sym_elsif_expression_item_token1, - STATE(1051), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [44953] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3330), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [44972] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3332), 1, - anon_sym_SEMI, - STATE(1355), 1, - sym__assign_value, - STATE(1628), 1, - sym_aspect_specification, - [44991] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3334), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45010] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3255), 1, - anon_sym_LPAREN, - ACTIONS(3336), 1, - aux_sym_package_specification_token2, - STATE(1348), 1, - sym_known_discriminant_part, - STATE(1808), 1, - sym_aspect_specification, - [45029] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3338), 1, - anon_sym_SEMI, - STATE(1300), 1, - sym__assign_value, - STATE(1591), 1, - sym_aspect_specification, - [45048] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3340), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45067] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3342), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3344), 1, - aux_sym_with_clause_token1, - STATE(1522), 1, - sym_record_definition, - [45086] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3346), 1, - aux_sym_at_clause_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45105] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3229), 1, - anon_sym_COMMA, - ACTIONS(3231), 1, - anon_sym_RBRACK, - STATE(1247), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3233), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [45122] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2138), 5, - aux_sym_iterated_element_association_token1, - aux_sym_subprogram_body_token1, - aux_sym_declare_expression_token1, - aux_sym_loop_statement_token1, - aux_sym_iteration_scheme_token1, - [45133] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3348), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45152] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3350), 1, - anon_sym_RPAREN, - STATE(483), 1, - sym_actual_parameter_part, - [45171] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3352), 1, - anon_sym_SEMI, - STATE(1359), 1, - sym__assign_value, - STATE(1785), 1, - sym_aspect_specification, - [45190] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3354), 1, - anon_sym_SEMI, - STATE(1397), 1, - sym__assign_value, - STATE(1783), 1, - sym_aspect_specification, - [45209] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3253), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3356), 1, - aux_sym_allocator_token1, - STATE(1496), 1, - sym_record_definition, - [45228] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3358), 1, - anon_sym_SEMI, - STATE(1327), 1, - sym__assign_value, - STATE(1716), 1, - sym_aspect_specification, - [45247] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3360), 1, - anon_sym_RPAREN, - ACTIONS(3362), 1, - aux_sym_expression_token4, - ACTIONS(3364), 1, - aux_sym_elsif_expression_item_token1, - STATE(1097), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [45264] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3366), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45283] = 4, + aux_sym__package_specification_token2, + [44818] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2050), 1, aux_sym_access_to_subprogram_definition_token2, ACTIONS(2052), 1, aux_sym_access_to_subprogram_definition_token3, - STATE(1209), 3, + ACTIONS(3289), 1, + aux_sym_entry_declaration_token1, + STATE(1106), 3, sym_function_specification, sym_procedure_specification, sym__subprogram_specification, - [45298] = 6, + [44836] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3368), 1, - anon_sym_LPAREN, - ACTIONS(3370), 1, - anon_sym_SEMI, - STATE(1331), 1, - sym_formal_part, - STATE(1773), 1, - sym_aspect_specification, - [45317] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(2776), 1, - aux_sym_range_attribute_designator_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45336] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2445), 1, + ACTIONS(3311), 6, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_EQ_GT, aux_sym_iterator_filter_token1, - STATE(1356), 1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [44848] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(2752), 1, + aux_sym_range_attribute_designator_token1, + STATE(481), 1, + sym_actual_parameter_part, + [44867] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3313), 1, + sym_tick, + ACTIONS(3315), 1, + aux_sym_iterated_element_association_token2, + STATE(481), 1, + sym_actual_parameter_part, + [44886] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3317), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [44905] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3319), 1, + anon_sym_SEMI, + STATE(1342), 1, + sym__assign_value, + STATE(1924), 1, + sym_aspect_specification, + [44924] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3321), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [44943] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3323), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [44962] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3325), 1, + aux_sym__package_specification_token3, + ACTIONS(3327), 1, + aux_sym_expression_token4, + ACTIONS(3329), 1, + aux_sym_elsif_expression_item_token1, + STATE(1076), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [44979] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2920), 1, + aux_sym_expression_token1, + STATE(1024), 1, + aux_sym__interface_list_repeat1, + ACTIONS(3331), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [44994] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3333), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45013] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3335), 1, + aux_sym_at_clause_token1, + STATE(481), 1, + sym_actual_parameter_part, + [45032] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3259), 1, + anon_sym_COMMA, + ACTIONS(3261), 1, + anon_sym_RBRACK, + STATE(1250), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3263), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [45049] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3337), 1, + aux_sym_expression_token1, + STATE(1024), 1, + aux_sym__interface_list_repeat1, + ACTIONS(3092), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45064] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3340), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45083] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3342), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [45094] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3344), 1, + anon_sym_SEMI, + ACTIONS(3346), 1, + aux_sym__package_specification_token2, + ACTIONS(3348), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1733), 1, + sym_aspect_specification, + [45113] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3287), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1031), 1, + sym__subprogram_specification, + STATE(1119), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + [45132] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3350), 1, + aux_sym__package_specification_token2, + ACTIONS(1608), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + aux_sym_with_clause_token2, + [45145] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3353), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45164] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3355), 1, + anon_sym_SEMI, + ACTIONS(3357), 1, + aux_sym__package_specification_token2, + ACTIONS(3359), 1, + aux_sym_object_renaming_declaration_token1, + STATE(1564), 1, + sym_aspect_specification, + [45183] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(1321), 1, sym_iterator_filter, - ACTIONS(3372), 3, + ACTIONS(3361), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [45351] = 6, + [45198] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3374), 1, + ACTIONS(3363), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - [45370] = 5, + [45217] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3365), 1, + anon_sym_RPAREN, + ACTIONS(3367), 1, + aux_sym_expression_token4, + ACTIONS(3369), 1, + aux_sym_elsif_expression_item_token1, + STATE(1064), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [45234] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2401), 1, + aux_sym_iterator_filter_token1, + STATE(1216), 1, + sym_iterator_filter, + ACTIONS(3371), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [45249] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3373), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + [45268] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3375), 1, + anon_sym_SEMI, + STATE(1303), 1, + sym__assign_value, + STATE(1715), 1, + sym_aspect_specification, + [45287] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2900), 1, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, + STATE(1431), 1, + sym_formal_part, + STATE(876), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [45304] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3377), 1, + sym_identifier, + ACTIONS(3379), 1, + anon_sym_LT_GT, + STATE(1232), 1, + sym_discriminant_specification, + STATE(1858), 1, + sym_discriminant_specification_list, + STATE(1859), 1, + sym__defining_identifier_list, + [45323] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(3381), 1, + anon_sym_SEMI, + STATE(1302), 1, + sym_formal_part, + STATE(1857), 1, + sym_aspect_specification, + [45342] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + anon_sym_LPAREN, + STATE(1263), 1, + sym_formal_part, + ACTIONS(3383), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [45357] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, + STATE(1431), 1, + sym_formal_part, + STATE(1263), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [45374] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3385), 1, + anon_sym_LPAREN, + ACTIONS(3387), 1, + anon_sym_SEMI, + STATE(1376), 1, + sym_formal_part, + STATE(1772), 1, + sym_aspect_specification, + [45393] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(496), 1, + aux_sym_component_choice_list_token1, + ACTIONS(3389), 1, + sym_identifier, + ACTIONS(3391), 1, + sym_string_literal, + STATE(1532), 1, + sym__named_record_component_association, + STATE(1942), 1, + sym_component_choice_list, + [45412] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3393), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3395), 1, + aux_sym_with_clause_token1, + STATE(1524), 1, + sym_record_definition, + [45431] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3397), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + [45450] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2902), 1, aux_sym_result_profile_token1, STATE(1431), 1, sym_formal_part, STATE(880), 2, sym__parameter_and_result_profile, sym_result_profile, - [45387] = 6, + [45467] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3376), 1, - sym_identifier, - ACTIONS(3378), 1, - anon_sym_LT_GT, - STATE(1259), 1, - sym_discriminant_specification, - STATE(1857), 1, - sym_discriminant_specification_list, - STATE(1859), 1, - sym__defining_identifier_list, - [45406] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3380), 1, - anon_sym_SEMI, - ACTIONS(3382), 1, - aux_sym_package_specification_token2, - ACTIONS(3384), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1654), 1, - sym_aspect_specification, - [45425] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2816), 1, - anon_sym_LPAREN, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - STATE(1431), 1, - sym_formal_part, - STATE(879), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [45442] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3386), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45461] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2816), 1, - anon_sym_LPAREN, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - STATE(1431), 1, - sym_formal_part, - STATE(882), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [45478] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, + ACTIONS(2150), 1, anon_sym_COLON_EQ, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3388), 1, + ACTIONS(3399), 1, anon_sym_SEMI, - STATE(1225), 1, + STATE(1372), 1, sym__assign_value, - STATE(1596), 1, + STATE(1782), 1, sym_aspect_specification, - [45497] = 6, + [45486] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3390), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45516] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2445), 1, - aux_sym_iterator_filter_token1, - STATE(1265), 1, - sym_iterator_filter, - ACTIONS(3392), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [45531] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3396), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3394), 2, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - STATE(1051), 2, - sym_elsif_statement_item, - aux_sym_if_statement_repeat1, - [45546] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2050), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(2052), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1159), 1, - sym_procedure_specification, - STATE(1186), 1, - sym__subprogram_specification, - STATE(1192), 1, - sym_function_specification, - [45565] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2924), 1, - aux_sym_expression_token1, - STATE(1014), 1, - aux_sym__interface_list_repeat1, - ACTIONS(3399), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [45580] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, ACTIONS(3401), 1, - anon_sym_SEMI, - STATE(483), 1, + anon_sym_RPAREN, + STATE(481), 1, sym_actual_parameter_part, - [45599] = 6, + [45505] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, ACTIONS(3403), 1, anon_sym_SEMI, - STATE(1219), 1, - sym__assign_value, - STATE(1595), 1, - sym_aspect_specification, - [45618] = 6, + STATE(481), 1, + sym_actual_parameter_part, + [45524] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, + ACTIONS(2150), 1, anon_sym_COLON_EQ, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(3405), 1, anon_sym_SEMI, - STATE(1343), 1, - sym__assign_value, - STATE(1805), 1, - sym_aspect_specification, - [45637] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3407), 1, - aux_sym_package_specification_token2, - ACTIONS(1678), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - aux_sym_with_clause_token2, - [45650] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3380), 1, - anon_sym_SEMI, - ACTIONS(3384), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3410), 1, - aux_sym_package_specification_token2, - STATE(1444), 1, - sym_aspect_specification, - [45669] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(77), 1, - aux_sym_delay_until_statement_token1, - STATE(1804), 1, - sym_delay_alternative, - STATE(44), 3, - sym__delay_statement, - sym_delay_until_statement, - sym_delay_relative_statement, - [45684] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3412), 1, - anon_sym_SEMI, - STATE(1278), 1, - sym__assign_value, - STATE(2005), 1, - sym_aspect_specification, - [45703] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3414), 1, - anon_sym_SEMI, STATE(1370), 1, sym__assign_value, - STATE(2018), 1, + STATE(1784), 1, sym_aspect_specification, - [45722] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3416), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45741] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3418), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45760] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3420), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [45779] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3422), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45798] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3261), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3263), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1044), 1, - sym__subprogram_specification, - STATE(1159), 1, - sym_procedure_specification, - STATE(1192), 1, - sym_function_specification, - [45817] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3424), 1, - anon_sym_SEMI, - ACTIONS(3426), 1, - aux_sym_package_specification_token2, - ACTIONS(3428), 1, - aux_sym_object_renaming_declaration_token1, - STATE(1734), 1, - sym_aspect_specification, - [45836] = 5, + [45543] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2900), 1, - aux_sym_result_profile_token1, - STATE(1431), 1, - sym_formal_part, - STATE(1273), 2, - sym__parameter_and_result_profile, - sym_result_profile, - [45853] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3430), 1, - anon_sym_COMMA, - STATE(483), 1, - sym_actual_parameter_part, - [45872] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3432), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [45883] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3434), 1, - anon_sym_RPAREN, - STATE(483), 1, - sym_actual_parameter_part, - [45902] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3436), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, - sym_actual_parameter_part, - [45921] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2816), 1, - anon_sym_LPAREN, - ACTIONS(2900), 1, + ACTIONS(2902), 1, aux_sym_result_profile_token1, STATE(1431), 1, sym_formal_part, STATE(1297), 2, sym__parameter_and_result_profile, sym_result_profile, - [45938] = 4, + [45560] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_LPAREN, STATE(1297), 1, sym_formal_part, - ACTIONS(3438), 3, + ACTIONS(3407), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [45953] = 6, + [45575] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3424), 1, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3409), 1, anon_sym_SEMI, - ACTIONS(3428), 1, + STATE(481), 1, + sym_actual_parameter_part, + [45594] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3344), 1, + anon_sym_SEMI, + ACTIONS(3348), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3440), 1, - aux_sym_package_specification_token2, + ACTIONS(3411), 1, + aux_sym__package_specification_token2, STATE(1417), 1, sym_aspect_specification, - [45972] = 6, + [45613] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3442), 1, - aux_sym_object_renaming_declaration_token1, - STATE(483), 1, + ACTIONS(3413), 1, + anon_sym_RPAREN, + STATE(481), 1, sym_actual_parameter_part, - [45991] = 4, + [45632] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, anon_sym_LPAREN, - STATE(1273), 1, - sym_formal_part, - ACTIONS(3444), 3, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3415), 1, anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45651] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3249), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3417), 1, + aux_sym_allocator_token1, + STATE(1498), 1, + sym_record_definition, + [45670] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46006] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3446), 1, + ACTIONS(3419), 1, anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [46025] = 6, + STATE(1398), 1, + sym__assign_value, + STATE(2004), 1, + sym_aspect_specification, + [45689] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(494), 1, - aux_sym_component_choice_list_token1, - ACTIONS(3448), 1, - sym_identifier, - ACTIONS(3450), 1, - sym_string_literal, - STATE(1531), 1, - sym__named_record_component_association, - STATE(1942), 1, - sym_component_choice_list, - [46044] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3452), 1, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3421), 1, anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [46063] = 6, + STATE(1368), 1, + sym__assign_value, + STATE(2017), 1, + sym_aspect_specification, + [45708] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, + ACTIONS(2120), 5, + aux_sym_iterated_element_association_token1, + aux_sym_subprogram_body_token1, + aux_sym_declare_expression_token1, + aux_sym_loop_statement_token1, + aux_sym_iteration_scheme_token1, + [45719] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3454), 1, + ACTIONS(3423), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - [46082] = 6, + [45738] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3261), 1, - aux_sym_access_to_subprogram_definition_token2, - ACTIONS(3263), 1, - aux_sym_access_to_subprogram_definition_token3, - STATE(1058), 1, - sym__subprogram_specification, - STATE(1159), 1, - sym_procedure_specification, - STATE(1192), 1, - sym_function_specification, - [46101] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3456), 1, + ACTIONS(3425), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - [46120] = 5, + [45757] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3328), 1, + ACTIONS(3369), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3458), 1, - aux_sym_package_specification_token3, - ACTIONS(3460), 1, + ACTIONS(3427), 1, + anon_sym_RPAREN, + ACTIONS(3429), 1, aux_sym_expression_token4, - STATE(1018), 2, + STATE(1072), 2, + sym_elsif_expression_item, + aux_sym_if_expression_repeat1, + [45774] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3329), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3431), 1, + aux_sym__package_specification_token3, + ACTIONS(3433), 1, + aux_sym_expression_token4, + STATE(1019), 2, sym_elsif_statement_item, aux_sym_if_statement_repeat1, - [46137] = 6, + [45791] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3462), 1, - anon_sym_LPAREN, - ACTIONS(3464), 1, - anon_sym_SEMI, - STATE(1378), 1, - sym_formal_part, - STATE(1934), 1, - sym_aspect_specification, - [46156] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, + ACTIONS(1768), 1, sym_tick, - ACTIONS(1810), 1, + ACTIONS(1818), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3466), 1, + ACTIONS(3435), 1, anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - [46175] = 6, + [45810] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3468), 1, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1210), 3, + sym_function_specification, + sym_procedure_specification, + sym__subprogram_specification, + [45825] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, sym_tick, - ACTIONS(3470), 1, - aux_sym_iterated_element_association_token2, - STATE(483), 1, - sym_actual_parameter_part, - [46194] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2892), 1, - anon_sym_SEMI, - ACTIONS(1678), 4, - sym_tick, - anon_sym_DOT, + ACTIONS(1818), 1, anon_sym_LPAREN, - anon_sym_COLON_EQ, - [46207] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, + ACTIONS(2108), 1, anon_sym_DOT, - ACTIONS(3472), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [46226] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3474), 1, - anon_sym_SEMI, - STATE(483), 1, - sym_actual_parameter_part, - [46245] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3476), 5, + ACTIONS(3437), 1, anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [46256] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - ACTIONS(3478), 1, - anon_sym_SEMI, - STATE(483), 1, + STATE(481), 1, sym_actual_parameter_part, - [46275] = 6, + [45844] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(2816), 1, + ACTIONS(3439), 1, anon_sym_LPAREN, - ACTIONS(3480), 1, - anon_sym_SEMI, - STATE(1303), 1, - sym_formal_part, - STATE(1858), 1, - sym_aspect_specification, - [46294] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3482), 1, - anon_sym_SEMI, - ACTIONS(1708), 4, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - anon_sym_COLON_EQ, - [46307] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3215), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [46318] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(2816), 1, - anon_sym_LPAREN, - ACTIONS(3484), 1, + ACTIONS(3441), 1, anon_sym_SEMI, STATE(1385), 1, sym_formal_part, - STATE(1674), 1, + STATE(1934), 1, sym_aspect_specification, - [46337] = 5, + [45863] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3364), 1, - aux_sym_elsif_expression_item_token1, - ACTIONS(3486), 1, - anon_sym_RPAREN, - ACTIONS(3488), 1, - aux_sym_expression_token4, - STATE(1098), 2, - sym_elsif_expression_item, - aux_sym_if_expression_repeat1, - [46354] = 4, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3443), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45882] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3492), 1, + ACTIONS(3445), 1, + anon_sym_SEMI, + ACTIONS(1704), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [45895] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3449), 1, aux_sym_elsif_expression_item_token1, - ACTIONS(3490), 2, + ACTIONS(3447), 2, anon_sym_RPAREN, aux_sym_expression_token4, - STATE(1098), 2, + STATE(1072), 2, sym_elsif_expression_item, aux_sym_if_expression_repeat1, - [46369] = 2, + [45910] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3452), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [45929] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(2902), 1, + aux_sym_result_profile_token1, + STATE(1431), 1, + sym_formal_part, + STATE(882), 2, + sym__parameter_and_result_profile, + sym_result_profile, + [45946] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3355), 1, + anon_sym_SEMI, + ACTIONS(3359), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3454), 1, + aux_sym__package_specification_token2, + STATE(1444), 1, + sym_aspect_specification, + [45965] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3458), 1, + aux_sym_elsif_expression_item_token1, + ACTIONS(3456), 2, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + STATE(1076), 2, + sym_elsif_statement_item, + aux_sym_if_statement_repeat1, + [45980] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3461), 1, + anon_sym_SEMI, + STATE(1239), 1, + sym__assign_value, + STATE(1600), 1, + sym_aspect_specification, + [45999] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3463), 1, + anon_sym_SEMI, + STATE(1255), 1, + sym__assign_value, + STATE(1604), 1, + sym_aspect_specification, + [46018] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3465), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46037] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3467), 1, + anon_sym_SEMI, + STATE(1249), 1, + sym__assign_value, + STATE(1605), 1, + sym_aspect_specification, + [46056] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3469), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46075] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3471), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46094] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3285), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(3287), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1075), 1, + sym__subprogram_specification, + STATE(1119), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + [46113] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3297), 1, + anon_sym_LPAREN, + ACTIONS(3473), 1, + aux_sym__package_specification_token2, + STATE(1211), 1, + sym_known_discriminant_part, + STATE(1807), 1, + sym_aspect_specification, + [46132] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3475), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46151] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3477), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46170] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(77), 1, + aux_sym_delay_until_statement_token1, + STATE(1803), 1, + sym_delay_alternative, + STATE(40), 3, + sym__delay_statement, + sym_delay_until_statement, + sym_delay_relative_statement, + [46185] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3479), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46204] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3481), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + [46223] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3483), 1, + anon_sym_SEMI, + STATE(1227), 1, + sym__assign_value, + STATE(1633), 1, + sym_aspect_specification, + [46242] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3485), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + [46261] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2050), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2052), 1, + aux_sym_access_to_subprogram_definition_token3, + STATE(1119), 1, + sym_function_specification, + STATE(1126), 1, + sym_procedure_specification, + STATE(1193), 1, + sym__subprogram_specification, + [46280] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3487), 1, + aux_sym_object_renaming_declaration_token1, + STATE(481), 1, + sym_actual_parameter_part, + [46299] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3229), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [46310] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2909), 1, + anon_sym_SEMI, + ACTIONS(1608), 4, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + anon_sym_COLON_EQ, + [46323] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3489), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [46334] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + ACTIONS(3491), 1, + anon_sym_SEMI, + STATE(481), 1, + sym_actual_parameter_part, + [46353] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3493), 5, + anon_sym_COMMA, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [46364] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(3495), 5, @@ -56126,774 +56126,754 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, aux_sym_iterator_filter_token1, anon_sym_SEMI, - aux_sym_package_specification_token2, - [46380] = 2, + aux_sym__package_specification_token2, + [46375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3497), 5, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [46391] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3499), 1, - anon_sym_COMMA, - STATE(1101), 1, - aux_sym__name_list_repeat1, - ACTIONS(3144), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [46405] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3424), 1, - anon_sym_SEMI, - ACTIONS(3502), 1, - aux_sym_package_specification_token2, - STATE(1417), 1, - sym_aspect_specification, - [46421] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3504), 1, - anon_sym_COMMA, - STATE(1152), 1, - aux_sym__array_component_association_list_repeat1, - ACTIONS(3506), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [46435] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3508), 4, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46445] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(1549), 1, - sym__assign_value, - ACTIONS(3510), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [46459] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3512), 1, - anon_sym_SEMI, - ACTIONS(3514), 1, - aux_sym_with_clause_token2, - ACTIONS(3517), 1, - aux_sym_expression_token1, - STATE(1497), 1, - sym_record_extension_part, - [46475] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3519), 1, - anon_sym_COMMA, - ACTIONS(3521), 1, - anon_sym_RPAREN, - STATE(1268), 1, - aux_sym_record_component_association_list_repeat1, - STATE(1269), 1, - aux_sym_positional_array_aggregate_repeat1, - [46491] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3526), 1, - aux_sym_allocator_token1, - ACTIONS(3528), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3524), 2, - aux_sym_with_clause_token1, - aux_sym_private_extension_declaration_token1, - [46505] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3530), 1, - anon_sym_SEMI, - ACTIONS(3532), 1, - aux_sym_package_specification_token2, - STATE(1562), 1, - sym_aspect_specification, - [46521] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2044), 1, - anon_sym_COMMA, - ACTIONS(2894), 1, - aux_sym_object_renaming_declaration_token1, - ACTIONS(3534), 1, - anon_sym_COLON, - STATE(1301), 1, - aux_sym__defining_identifier_list_repeat1, - [46537] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3537), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3539), 1, - anon_sym_SEMI, - ACTIONS(3541), 1, - aux_sym_with_clause_token1, - ACTIONS(3543), 1, - aux_sym_expression_token3, - [46553] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3545), 1, - anon_sym_SEMI, - ACTIONS(3547), 1, - aux_sym_expression_token3, - STATE(1892), 1, - sym_aspect_specification, - [46569] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3549), 1, - aux_sym_package_specification_token3, - ACTIONS(3551), 1, - aux_sym_expression_token3, - ACTIONS(3553), 1, - aux_sym_expression_token4, - STATE(1137), 1, - aux_sym_selective_accept_repeat1, - [46585] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3549), 1, - aux_sym_package_specification_token3, - ACTIONS(3551), 1, - aux_sym_expression_token3, - ACTIONS(3553), 1, - aux_sym_expression_token4, - STATE(1144), 1, - aux_sym_selective_accept_repeat1, - [46601] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(1548), 1, - sym__assign_value, - ACTIONS(3555), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [46615] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3559), 1, - aux_sym_expression_token2, - ACTIONS(3557), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [46627] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3561), 4, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [46637] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3565), 1, - aux_sym_range_attribute_designator_token1, - STATE(1532), 1, - sym_real_range_specification, - ACTIONS(3563), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [46651] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3569), 1, - aux_sym_expression_token1, - ACTIONS(3567), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46663] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, + ACTIONS(2816), 1, anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(1094), 1, - sym_actual_parameter_part, - [46679] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3571), 1, - aux_sym_compilation_unit_token1, - STATE(1473), 1, - sym_record_definition, - [46695] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3573), 1, + ACTIONS(3497), 1, anon_sym_SEMI, - ACTIONS(3575), 1, - aux_sym_with_clause_token2, - ACTIONS(3578), 1, - aux_sym_expression_token1, - STATE(1529), 1, - sym_record_extension_part, - [46711] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3580), 1, - anon_sym_SEMI, - ACTIONS(3582), 1, - aux_sym_expression_token3, - STATE(1609), 1, + STATE(1371), 1, + sym_formal_part, + STATE(1673), 1, sym_aspect_specification, - [46727] = 5, + [46394] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3376), 1, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(1427), 1, + sym__assign_value, + ACTIONS(3499), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [46408] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3377), 1, sym_identifier, - STATE(1259), 1, + STATE(1232), 1, sym_discriminant_specification, - STATE(1857), 1, + STATE(1858), 1, sym_discriminant_specification_list, STATE(1859), 1, sym__defining_identifier_list, - [46743] = 5, + [46424] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(330), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + ACTIONS(3501), 1, + aux_sym_gnatprep_declarative_if_statement_token3, + ACTIONS(3503), 1, + aux_sym_gnatprep_declarative_if_statement_token4, + STATE(1170), 1, + aux_sym_gnatprep_declarative_if_statement_repeat1, + [46440] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3424), 1, + ACTIONS(3344), 1, anon_sym_SEMI, - ACTIONS(3426), 1, - aux_sym_package_specification_token2, - STATE(1734), 1, + ACTIONS(3505), 1, + aux_sym__package_specification_token2, + STATE(1417), 1, sym_aspect_specification, - [46759] = 5, + [46456] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3537), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3541), 1, - aux_sym_with_clause_token1, - ACTIONS(3584), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3507), 1, anon_sym_SEMI, - ACTIONS(3586), 1, - aux_sym_expression_token3, - [46775] = 4, + ACTIONS(3509), 1, + aux_sym__package_specification_token2, + STATE(1811), 1, + sym_aspect_specification, + [46472] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3355), 1, + anon_sym_SEMI, + ACTIONS(3357), 1, + aux_sym__package_specification_token2, + STATE(1564), 1, + sym_aspect_specification, + [46488] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3511), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3514), 1, + aux_sym__package_specification_token3, + STATE(1107), 2, + sym_exception_handler, + aux_sym_handled_sequence_of_statements_repeat1, + [46502] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3516), 1, + aux_sym__package_specification_token3, + ACTIONS(3518), 1, + aux_sym_expression_token3, + ACTIONS(3520), 1, + aux_sym_expression_token4, + STATE(1125), 1, + aux_sym_selective_accept_repeat1, + [46518] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3516), 1, + aux_sym__package_specification_token3, + ACTIONS(3518), 1, + aux_sym_expression_token3, + ACTIONS(3520), 1, + aux_sym_expression_token4, + STATE(1120), 1, + aux_sym_selective_accept_repeat1, + [46534] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3524), 1, + aux_sym_expression_token2, + ACTIONS(3522), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [46546] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3526), 4, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [46556] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 4, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [46566] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3530), 1, + anon_sym_COMMA, + ACTIONS(3532), 1, + anon_sym_RPAREN, + STATE(1267), 1, + aux_sym_record_component_association_list_repeat1, + STATE(1268), 1, + aux_sym_positional_array_aggregate_repeat1, + [46582] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(450), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + ACTIONS(3535), 1, + aux_sym_gnatprep_declarative_if_statement_token3, + ACTIONS(3537), 1, + aux_sym_gnatprep_declarative_if_statement_token4, + STATE(1186), 1, + aux_sym_gnatprep_if_statement_repeat1, + [46598] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3539), 1, + aux_sym_compilation_unit_token1, + STATE(1472), 1, + sym_record_definition, + [46614] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, anon_sym_COLON_EQ, - STATE(1428), 1, + STATE(1555), 1, sym__assign_value, - ACTIONS(3588), 2, + ACTIONS(3541), 2, anon_sym_SEMI, aux_sym_accept_statement_token2, - [46789] = 5, + [46628] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3543), 1, + anon_sym_COMMA, + STATE(1117), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3546), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [46642] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3548), 1, + anon_sym_COMMA, + STATE(1118), 1, + aux_sym__array_component_association_list_repeat1, + ACTIONS(3551), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [46656] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3555), 1, + aux_sym__package_specification_token2, + ACTIONS(3553), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [46668] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3560), 1, + aux_sym_expression_token3, + STATE(1120), 1, + aux_sym_selective_accept_repeat1, + ACTIONS(3558), 2, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + [46682] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3563), 1, + aux_sym_with_clause_token1, + STATE(1498), 1, + sym_record_definition, + [46698] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3565), 1, + anon_sym_SEMI, + ACTIONS(3567), 1, + aux_sym__package_specification_token2, + STATE(1442), 1, + sym_aspect_specification, + [46714] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3569), 1, + anon_sym_SEMI, + ACTIONS(3571), 1, + aux_sym_expression_token3, + STATE(1617), 1, + sym_aspect_specification, + [46730] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3573), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3575), 1, + anon_sym_SEMI, + ACTIONS(3577), 1, + aux_sym_with_clause_token1, + ACTIONS(3579), 1, + aux_sym_expression_token3, + [46746] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3518), 1, + aux_sym_expression_token3, + ACTIONS(3581), 1, + aux_sym__package_specification_token3, + ACTIONS(3583), 1, + aux_sym_expression_token4, + STATE(1120), 1, + aux_sym_selective_accept_repeat1, + [46762] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3585), 1, + aux_sym__package_specification_token2, + ACTIONS(3553), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [46774] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(2044), 1, anon_sym_COMMA, - ACTIONS(2894), 1, + ACTIONS(2911), 1, aux_sym_object_renaming_declaration_token1, - ACTIONS(3590), 1, + ACTIONS(3588), 1, anon_sym_COLON, - STATE(1301), 1, + STATE(1290), 1, aux_sym__defining_identifier_list_repeat1, - [46805] = 2, + [46790] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3593), 4, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [46815] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3595), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [46825] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(1406), 1, - sym_aspect_specification, - ACTIONS(3597), 2, + ACTIONS(3591), 4, anon_sym_RPAREN, anon_sym_SEMI, - [46839] = 4, + aux_sym_with_clause_token2, + aux_sym_accept_statement_token2, + [46800] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3595), 1, + aux_sym_allocator_token1, + ACTIONS(3597), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3593), 2, + aux_sym_with_clause_token1, + aux_sym_private_extension_declaration_token1, + [46814] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3599), 1, aux_sym_iterator_filter_token1, - ACTIONS(3601), 1, - aux_sym_package_specification_token3, - STATE(1197), 2, - sym_exception_handler, - aux_sym_handled_sequence_of_statements_repeat1, - [46853] = 2, + ACTIONS(3602), 1, + aux_sym__package_specification_token3, + STATE(1130), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [46828] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3603), 4, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(481), 1, + sym_actual_parameter_part, + [46844] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3393), 1, + aux_sym_compilation_unit_token1, + STATE(1524), 1, + sym_record_definition, + [46860] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3604), 1, + aux_sym_attribute_designator_token3, + ACTIONS(3606), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - anon_sym_COLON_EQ, - [46863] = 4, + [46872] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3605), 1, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3608), 1, + aux_sym_compilation_unit_token1, + STATE(1472), 1, + sym_record_definition, + [46888] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(1559), 1, + sym__assign_value, + ACTIONS(3610), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [46902] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3612), 1, aux_sym_iterator_filter_token1, - ACTIONS(3607), 1, - aux_sym_package_specification_token3, - STATE(1182), 2, + ACTIONS(3614), 1, + aux_sym__package_specification_token3, + STATE(1177), 2, sym_variant, aux_sym_variant_list_repeat1, - [46877] = 4, + [46916] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(1427), 1, - sym__assign_value, - ACTIONS(3588), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [46891] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3609), 1, - aux_sym_attribute_designator_token3, - ACTIONS(3611), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46903] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3551), 1, - aux_sym_expression_token3, - ACTIONS(3613), 1, - aux_sym_package_specification_token3, - ACTIONS(3615), 1, - aux_sym_expression_token4, - STATE(1144), 1, - aux_sym_selective_accept_repeat1, - [46919] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3619), 1, - aux_sym_expression_token1, - ACTIONS(3617), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [46931] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3621), 1, - aux_sym_compilation_unit_token1, - STATE(1473), 1, - sym_record_definition, - [46947] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3623), 4, + ACTIONS(3616), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [46957] = 4, + [46926] = 2, ACTIONS(3), 1, sym_comment, + ACTIONS(3618), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [46936] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3620), 1, + anon_sym_SEMI, + ACTIONS(3622), 1, + aux_sym_with_clause_token2, ACTIONS(3625), 1, - anon_sym_COMMA, - STATE(1141), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3628), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [46971] = 5, + aux_sym_expression_token1, + STATE(1530), 1, + sym_record_extension_part, + [46952] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, + ACTIONS(1914), 1, aux_sym_primary_null_token1, - ACTIONS(1912), 1, + ACTIONS(1920), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3630), 1, + ACTIONS(3627), 1, aux_sym_compilation_unit_token1, - STATE(1473), 1, + STATE(1472), 1, sym_record_definition, - [46987] = 5, + [46968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3342), 1, - aux_sym_compilation_unit_token1, - STATE(1522), 1, - sym_record_definition, - [47003] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3634), 1, + ACTIONS(3631), 1, + aux_sym_expression_token1, + ACTIONS(3629), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, aux_sym_expression_token3, - STATE(1144), 1, - aux_sym_selective_accept_repeat1, - ACTIONS(3632), 2, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - [47017] = 4, + [46980] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3637), 1, - anon_sym_COMMA, - STATE(1467), 1, - aux_sym_positional_array_aggregate_repeat1, - ACTIONS(3233), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [47031] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3565), 1, + ACTIONS(3635), 1, aux_sym_range_attribute_designator_token1, - STATE(1508), 1, + STATE(1510), 1, sym_real_range_specification, - ACTIONS(3639), 2, + ACTIONS(3633), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [47045] = 5, + [46994] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - aux_sym_private_extension_declaration_token1, - ACTIONS(3251), 1, - aux_sym_allocator_token1, - ACTIONS(3641), 1, - aux_sym_with_clause_token1, - ACTIONS(3643), 1, - aux_sym_private_type_declaration_token2, - [47061] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3551), 1, - aux_sym_expression_token3, - ACTIONS(3645), 1, - aux_sym_package_specification_token3, - ACTIONS(3647), 1, - aux_sym_expression_token4, - STATE(1114), 1, - aux_sym_selective_accept_repeat1, - [47077] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3649), 4, - anon_sym_RPAREN, + ACTIONS(3635), 1, + aux_sym_range_attribute_designator_token1, + STATE(1534), 1, + sym_real_range_specification, + ACTIONS(3637), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - aux_sym_accept_statement_token2, - [47087] = 4, + [47008] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2189), 1, - anon_sym_COLON_EQ, - STATE(1459), 1, - sym__assign_value, - ACTIONS(3651), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47101] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, + ACTIONS(1914), 1, aux_sym_primary_null_token1, - ACTIONS(1912), 1, + ACTIONS(1920), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3653), 1, + ACTIONS(3639), 1, aux_sym_compilation_unit_token1, - STATE(1473), 1, + STATE(1472), 1, sym_record_definition, - [47117] = 4, + [47024] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3504), 1, + ACTIONS(3641), 1, anon_sym_COMMA, - STATE(1195), 1, + STATE(1173), 1, aux_sym__array_component_association_list_repeat1, - ACTIONS(3655), 2, + ACTIONS(3643), 2, anon_sym_RPAREN, anon_sym_RBRACK, - [47131] = 5, + [47038] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1726), 1, - sym_tick, - ACTIONS(1810), 1, - anon_sym_LPAREN, - ACTIONS(2128), 1, - anon_sym_DOT, - STATE(483), 1, - sym_actual_parameter_part, - [47147] = 5, + ACTIONS(3612), 1, + aux_sym_iterator_filter_token1, + STATE(1710), 1, + sym_variant_list, + STATE(1136), 2, + sym_variant, + aux_sym_variant_list_repeat1, + [47052] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(3645), 1, anon_sym_LPAREN, + ACTIONS(3647), 1, + anon_sym_SEMI, + ACTIONS(3649), 1, + aux_sym_accept_statement_token2, + STATE(1439), 1, + sym_formal_part, + [47068] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3651), 4, + anon_sym_RPAREN, + aux_sym_iterator_filter_token1, + anon_sym_SEMI, + aux_sym__package_specification_token2, + [47078] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(1458), 1, + sym__assign_value, + ACTIONS(3653), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47092] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3655), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47102] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(3657), 1, anon_sym_SEMI, ACTIONS(3659), 1, - aux_sym_accept_statement_token2, - STATE(1418), 1, - sym_formal_part, - [47163] = 4, + aux_sym__package_specification_token2, + STATE(1548), 1, + sym_aspect_specification, + [47118] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3605), 1, - aux_sym_iterator_filter_token1, - STATE(1711), 1, - sym_variant_list, - STATE(1134), 2, - sym_variant, - aux_sym_variant_list_repeat1, - [47177] = 4, + ACTIONS(3661), 4, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47128] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3663), 4, + anon_sym_SEMI, + aux_sym__package_specification_token2, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [47138] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3663), 1, - aux_sym_allocator_token1, ACTIONS(3665), 1, - aux_sym_private_type_declaration_token2, - ACTIONS(3661), 2, - aux_sym_with_clause_token1, - aux_sym_private_extension_declaration_token1, - [47191] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3667), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47201] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3669), 4, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - anon_sym_COLON_EQ, - [47211] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3673), 1, - aux_sym_package_specification_token2, - ACTIONS(3671), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [47223] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3676), 1, anon_sym_COMMA, - ACTIONS(3678), 1, + ACTIONS(3667), 1, anon_sym_RPAREN, - ACTIONS(3233), 2, + ACTIONS(3263), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [47237] = 5, + [47152] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3680), 1, + ACTIONS(3669), 1, + anon_sym_SEMI, + ACTIONS(3671), 1, + aux_sym_with_clause_token2, + ACTIONS(3674), 1, + aux_sym_expression_token1, + STATE(1501), 1, + sym_record_extension_part, + [47168] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(1422), 1, + sym_aspect_specification, + ACTIONS(3676), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47182] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1768), 1, + sym_tick, + ACTIONS(1818), 1, + anon_sym_LPAREN, + ACTIONS(2108), 1, + anon_sym_DOT, + STATE(1071), 1, + sym_actual_parameter_part, + [47198] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3669), 1, + anon_sym_SEMI, + ACTIONS(3678), 1, + aux_sym_with_clause_token2, + ACTIONS(3681), 1, + aux_sym_expression_token1, + STATE(1501), 1, + sym_record_extension_part, + [47214] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3685), 1, + aux_sym_allocator_token1, + ACTIONS(3687), 1, + aux_sym_private_type_declaration_token2, + ACTIONS(3683), 2, aux_sym_with_clause_token1, - STATE(1496), 1, - sym_record_definition, - [47253] = 5, + aux_sym_private_extension_declaration_token1, + [47228] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3682), 1, - aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3684), 1, - aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1172), 1, - aux_sym_gnatprep_if_statement_repeat1, - [47269] = 3, + ACTIONS(3573), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3577), 1, + aux_sym_with_clause_token1, + ACTIONS(3689), 1, + anon_sym_SEMI, + ACTIONS(3691), 1, + aux_sym_expression_token3, + [47244] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3686), 1, - aux_sym_package_specification_token2, - ACTIONS(3671), 3, + ACTIONS(3693), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3695), 1, + aux_sym__package_specification_token3, + STATE(1130), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [47258] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3697), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(1680), 3, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + [47270] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3700), 1, + aux_sym__package_specification_token2, + ACTIONS(3553), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_object_renaming_declaration_token1, - [47281] = 4, + [47282] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(1482), 1, - sym_aspect_specification, - ACTIONS(3689), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47295] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3691), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3694), 1, - aux_sym_package_specification_token3, - STATE(1165), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [47309] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(1483), 1, - sym_aspect_specification, - ACTIONS(3696), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47323] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3698), 1, - anon_sym_SEMI, - ACTIONS(3700), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(3703), 1, - aux_sym_expression_token1, - STATE(1469), 1, - sym_record_extension_part, - [47339] = 4, + anon_sym_SEMI, + ACTIONS(3705), 1, + aux_sym_expression_token3, + STATE(1891), 1, + sym_aspect_specification, + [47298] = 4, ACTIONS(3), 1, sym_comment, - STATE(1384), 1, - sym__enumeration_literal_specification, - STATE(1561), 1, - sym__enumeration_literal_list, - ACTIONS(3705), 2, - sym_identifier, - sym_character_literal, - [47353] = 5, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(1485), 1, + sym_aspect_specification, + ACTIONS(3707), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47312] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(452), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3707), 1, - aux_sym_gnatprep_declarative_if_statement_token3, ACTIONS(3709), 1, - aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1172), 1, - aux_sym_gnatprep_if_statement_repeat1, - [47369] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, + anon_sym_SEMI, ACTIONS(3711), 1, - aux_sym_compilation_unit_token1, - STATE(1473), 1, - sym_record_definition, - [47385] = 5, + aux_sym_with_clause_token2, + ACTIONS(3714), 1, + aux_sym_expression_token1, + STATE(1468), 1, + sym_record_extension_part, + [47328] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3713), 1, - aux_sym_compilation_unit_token1, - STATE(1473), 1, - sym_record_definition, - [47401] = 4, + ACTIONS(3716), 1, + anon_sym_COMMA, + STATE(1167), 1, + aux_sym__name_list_repeat1, + ACTIONS(3200), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47342] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3715), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - STATE(1172), 1, - aux_sym_gnatprep_if_statement_repeat1, - ACTIONS(3718), 2, - aux_sym_gnatprep_declarative_if_statement_token3, - aux_sym_gnatprep_declarative_if_statement_token4, - [47415] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3720), 4, + ACTIONS(3719), 4, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, anon_sym_COLON_EQ, - [47425] = 5, + [47352] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3512), 1, - anon_sym_SEMI, - ACTIONS(3722), 1, - aux_sym_with_clause_token2, - ACTIONS(3725), 1, - aux_sym_expression_token1, - STATE(1497), 1, - sym_record_extension_part, - [47441] = 4, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3721), 1, + aux_sym_compilation_unit_token1, + STATE(1472), 1, + sym_record_definition, + [47368] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3727), 1, + ACTIONS(3723), 1, aux_sym_gnatprep_declarative_if_statement_token2, - STATE(1175), 1, + STATE(1170), 1, aux_sym_gnatprep_declarative_if_statement_repeat1, - ACTIONS(3730), 2, + ACTIONS(3726), 2, aux_sym_gnatprep_declarative_if_statement_token3, aux_sym_gnatprep_declarative_if_statement_token4, - [47455] = 5, + [47382] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(1486), 1, + sym_aspect_specification, + ACTIONS(3728), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47396] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3177), 1, + aux_sym_iterated_element_association_token2, + ACTIONS(1608), 3, + sym_tick, + anon_sym_DOT, + anon_sym_LPAREN, + [47408] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3641), 1, + anon_sym_COMMA, + STATE(1118), 1, + aux_sym__array_component_association_list_repeat1, + ACTIONS(3730), 2, + anon_sym_RPAREN, + anon_sym_RBRACK, + [47422] = 5, ACTIONS(3), 1, sym_comment, ACTIONS(330), 1, @@ -56902,5495 +56882,5514 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_gnatprep_declarative_if_statement_token3, ACTIONS(3734), 1, aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1175), 1, + STATE(1170), 1, aux_sym_gnatprep_declarative_if_statement_repeat1, - [47471] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3736), 4, - anon_sym_RPAREN, - aux_sym_iterator_filter_token1, - anon_sym_SEMI, - aux_sym_package_specification_token2, - [47481] = 4, + [47438] = 5, ACTIONS(3), 1, sym_comment, + ACTIONS(3518), 1, + aux_sym_expression_token3, + ACTIONS(3736), 1, + aux_sym__package_specification_token3, ACTIONS(3738), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3740), 1, - aux_sym_package_specification_token3, - STATE(1165), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [47495] = 5, + aux_sym_expression_token4, + STATE(1109), 1, + aux_sym_selective_accept_repeat1, + [47454] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3698), 1, + ACTIONS(3709), 1, anon_sym_SEMI, - ACTIONS(3742), 1, + ACTIONS(3740), 1, aux_sym_with_clause_token2, - ACTIONS(3745), 1, + ACTIONS(3743), 1, aux_sym_expression_token1, - STATE(1469), 1, + STATE(1468), 1, sym_record_extension_part, - [47511] = 5, + [47470] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - ACTIONS(3747), 1, - aux_sym_compilation_unit_token1, - STATE(1484), 1, - sym_record_definition, - [47527] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3204), 1, + ACTIONS(3745), 1, aux_sym_iterator_filter_token1, - STATE(1489), 1, - sym_aspect_specification, - STATE(1746), 1, - sym_entry_barrier, - [47543] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3749), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3752), 1, - aux_sym_package_specification_token3, - STATE(1182), 2, + ACTIONS(3748), 1, + aux_sym__package_specification_token3, + STATE(1177), 2, sym_variant, aux_sym_variant_list_repeat1, - [47557] = 5, + [47484] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3754), 1, - anon_sym_SEMI, - ACTIONS(3756), 1, - aux_sym_package_specification_token2, - STATE(1541), 1, - sym_aspect_specification, - [47573] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3758), 1, - anon_sym_SEMI, - ACTIONS(3760), 1, - aux_sym_package_specification_token2, - STATE(1438), 1, - sym_aspect_specification, - [47589] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - STATE(1422), 1, - sym_aspect_specification, - ACTIONS(3762), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [47603] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3380), 1, - anon_sym_SEMI, - ACTIONS(3764), 1, - aux_sym_package_specification_token2, - STATE(1444), 1, - sym_aspect_specification, - [47619] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3766), 1, - aux_sym_package_specification_token2, - ACTIONS(3671), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [47631] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(330), 1, - aux_sym_gnatprep_declarative_if_statement_token2, - ACTIONS(3769), 1, - aux_sym_gnatprep_declarative_if_statement_token3, - ACTIONS(3771), 1, - aux_sym_gnatprep_declarative_if_statement_token4, - STATE(1175), 1, - aux_sym_gnatprep_declarative_if_statement_repeat1, - [47647] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3135), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(1678), 3, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - [47659] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3773), 1, - aux_sym_iterated_element_association_token2, - ACTIONS(1628), 3, - sym_tick, - anon_sym_DOT, - anon_sym_LPAREN, - [47671] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3573), 1, - anon_sym_SEMI, - ACTIONS(3776), 1, - aux_sym_with_clause_token2, - ACTIONS(3779), 1, - aux_sym_expression_token1, - STATE(1529), 1, - sym_record_extension_part, - [47687] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3781), 1, - aux_sym_package_specification_token2, - ACTIONS(3671), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_object_renaming_declaration_token1, - [47699] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, + ACTIONS(1914), 1, aux_sym_primary_null_token1, - ACTIONS(1912), 1, + ACTIONS(1920), 1, aux_sym_record_component_association_list_token1, - ACTIONS(3784), 1, - aux_sym_with_clause_token1, - STATE(1522), 1, + ACTIONS(3750), 1, + aux_sym_compilation_unit_token1, + STATE(1472), 1, sym_record_definition, - [47715] = 5, + [47500] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3380), 1, - anon_sym_SEMI, - ACTIONS(3382), 1, - aux_sym_package_specification_token2, - STATE(1654), 1, - sym_aspect_specification, - [47731] = 4, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + ACTIONS(3752), 1, + aux_sym_compilation_unit_token1, + STATE(1483), 1, + sym_record_definition, + [47516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3786), 1, - anon_sym_COMMA, - STATE(1195), 1, - aux_sym__array_component_association_list_repeat1, - ACTIONS(3789), 2, - anon_sym_RPAREN, - anon_sym_RBRACK, - [47745] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, + ACTIONS(3377), 1, sym_identifier, - STATE(1006), 1, - sym__aspect_mark, - STATE(1011), 1, - sym_aspect_association, - STATE(1177), 1, - sym_aspect_mark_list, - [47761] = 4, + STATE(1207), 1, + sym_parameter_specification, + STATE(1842), 1, + sym__parameter_specification_list, + STATE(1843), 1, + sym__defining_identifier_list, + [47532] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3793), 1, - aux_sym_iterator_filter_token1, - ACTIONS(3796), 1, - aux_sym_package_specification_token3, - STATE(1197), 2, - sym_exception_handler, - aux_sym_handled_sequence_of_statements_repeat1, - [47775] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3798), 1, - anon_sym_LPAREN, - ACTIONS(3800), 1, + ACTIONS(3754), 4, anon_sym_SEMI, - ACTIONS(3802), 1, - aux_sym_accept_statement_token2, - STATE(1440), 1, - sym_formal_part, - [47791] = 4, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + anon_sym_COLON_EQ, + [47542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3143), 1, + aux_sym_iterator_filter_token1, + STATE(1490), 1, + sym_aspect_specification, + STATE(1745), 1, + sym_entry_barrier, + [47558] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3756), 1, + aux_sym__package_specification_token2, + ACTIONS(3553), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_object_renaming_declaration_token1, + [47570] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3344), 1, + anon_sym_SEMI, + ACTIONS(3346), 1, + aux_sym__package_specification_token2, + STATE(1733), 1, + sym_aspect_specification, + [47586] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, aux_sym_with_clause_token2, STATE(1447), 1, sym_aspect_specification, - ACTIONS(3804), 2, + ACTIONS(3759), 2, anon_sym_RPAREN, anon_sym_SEMI, - [47805] = 5, + [47600] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3376), 1, - sym_identifier, - STATE(1377), 1, - sym_parameter_specification, - STATE(1843), 1, - sym__parameter_specification_list, - STATE(1844), 1, - sym__defining_identifier_list, - [47821] = 4, + ACTIONS(3761), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + STATE(1186), 1, + aux_sym_gnatprep_if_statement_repeat1, + ACTIONS(3764), 2, + aux_sym_gnatprep_declarative_if_statement_token3, + aux_sym_gnatprep_declarative_if_statement_token4, + [47614] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1876), 1, - anon_sym_PIPE, - ACTIONS(1878), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + STATE(1406), 1, + sym_aspect_specification, + ACTIONS(3766), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [47628] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2044), 1, + anon_sym_COMMA, + ACTIONS(2911), 1, + aux_sym_object_renaming_declaration_token1, + ACTIONS(3768), 1, + anon_sym_COLON, + STATE(1290), 1, + aux_sym__defining_identifier_list_repeat1, + [47644] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3771), 1, + anon_sym_COMMA, + STATE(1474), 1, + aux_sym_positional_array_aggregate_repeat1, + ACTIONS(3263), 2, anon_sym_EQ_GT, - STATE(1332), 1, - aux_sym_discriminant_association_repeat1, - [47834] = 2, + anon_sym_PIPE, + [47658] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3806), 3, + ACTIONS(3620), 1, anon_sym_SEMI, + ACTIONS(3773), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [47843] = 4, + ACTIONS(3776), 1, + aux_sym_expression_token1, + STATE(1530), 1, + sym_record_extension_part, + [47674] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3808), 1, - anon_sym_COMMA, - ACTIONS(3810), 1, - anon_sym_RPAREN, - STATE(1375), 1, - aux_sym_global_aspect_definition_repeat1, - [47856] = 4, + ACTIONS(3778), 1, + sym_identifier, + STATE(1007), 1, + sym__aspect_mark, + STATE(1010), 1, + sym_aspect_association, + STATE(1148), 1, + sym_aspect_mark_list, + [47690] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3812), 1, - anon_sym_SEMI, - STATE(1952), 1, - sym_aspect_specification, - [47869] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, + ACTIONS(1914), 1, aux_sym_primary_null_token1, - ACTIONS(1912), 1, + ACTIONS(1920), 1, aux_sym_record_component_association_list_token1, - STATE(1522), 1, + ACTIONS(3780), 1, + aux_sym_with_clause_token1, + STATE(1524), 1, sym_record_definition, - [47882] = 2, + [47706] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3814), 3, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3355), 1, + anon_sym_SEMI, + ACTIONS(3782), 1, + aux_sym__package_specification_token2, + STATE(1444), 1, + sym_aspect_specification, + [47722] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(450), 1, + aux_sym_gnatprep_declarative_if_statement_token2, + ACTIONS(3784), 1, + aux_sym_gnatprep_declarative_if_statement_token3, + ACTIONS(3786), 1, + aux_sym_gnatprep_declarative_if_statement_token4, + STATE(1186), 1, + aux_sym_gnatprep_if_statement_repeat1, + [47738] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3790), 1, + aux_sym_expression_token1, + ACTIONS(3788), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [47891] = 4, + [47750] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3816), 1, + ACTIONS(3247), 1, + aux_sym_allocator_token1, + ACTIONS(3275), 1, + aux_sym_private_extension_declaration_token1, + ACTIONS(3792), 1, + aux_sym_with_clause_token1, + ACTIONS(3794), 1, + aux_sym_private_type_declaration_token2, + [47766] = 4, + ACTIONS(3), 1, + sym_comment, + STATE(1277), 1, + sym__enumeration_literal_specification, + STATE(1731), 1, + sym__enumeration_literal_list, + ACTIONS(3796), 2, + sym_identifier, + sym_character_literal, + [47780] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2150), 1, + anon_sym_COLON_EQ, + STATE(1428), 1, + sym__assign_value, + ACTIONS(3499), 2, anon_sym_SEMI, - STATE(1956), 1, - sym_aspect_specification, - [47904] = 4, + aux_sym_accept_statement_token2, + [47794] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3818), 1, + ACTIONS(2816), 1, + anon_sym_LPAREN, + ACTIONS(3798), 1, + anon_sym_SEMI, + ACTIONS(3800), 1, + aux_sym_accept_statement_token2, + STATE(1419), 1, + sym_formal_part, + [47810] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3802), 1, + aux_sym_iterator_filter_token1, + ACTIONS(3804), 1, + aux_sym__package_specification_token3, + STATE(1107), 2, + sym_exception_handler, + aux_sym_handled_sequence_of_statements_repeat1, + [47824] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3806), 1, anon_sym_COMMA, - ACTIONS(3820), 1, + ACTIONS(3809), 1, anon_sym_RPAREN, - STATE(1396), 1, - aux_sym__index_subtype_definition_list_repeat1, - [47917] = 4, + STATE(1201), 1, + aux_sym_actual_parameter_part_repeat1, + [47837] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(3811), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token4, + aux_sym_elsif_expression_item_token1, + [47846] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3175), 1, + aux_sym_chunk_specification_token1, + ACTIONS(3180), 1, + anon_sym_COLON, + ACTIONS(3182), 1, + aux_sym_iterator_specification_token1, + [47859] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3813), 1, + sym_identifier, + STATE(1676), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [47870] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3815), 3, + anon_sym_SEMI, aux_sym_with_clause_token2, - ACTIONS(3822), 1, - aux_sym_package_specification_token2, - STATE(1721), 1, - sym_aspect_specification, - [47930] = 2, + aux_sym_expression_token3, + [47879] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3824), 3, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + STATE(1524), 1, + sym_record_definition, + [47892] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3817), 1, + anon_sym_RPAREN, + ACTIONS(3819), 1, + anon_sym_SEMI, + STATE(1388), 1, + aux_sym__parameter_specification_list_repeat1, + [47905] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3821), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [47914] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3823), 1, + anon_sym_COMMA, + ACTIONS(3826), 1, + anon_sym_RPAREN, + STATE(1209), 1, + aux_sym_global_aspect_definition_repeat1, + [47927] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3828), 1, + aux_sym__package_specification_token2, + STATE(1728), 1, + sym_aspect_specification, + [47940] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3830), 1, + aux_sym__package_specification_token2, + STATE(1689), 1, + sym_aspect_specification, + [47953] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3832), 1, + anon_sym_EQ_GT, + ACTIONS(3834), 1, + anon_sym_PIPE, + STATE(1218), 1, + aux_sym_exception_choice_list_repeat1, + [47966] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3813), 1, + sym_identifier, + STATE(2039), 2, + sym_loop_parameter_specification, + sym_iterator_specification, + [47977] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3836), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [47986] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3838), 3, aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, aux_sym_loop_statement_token1, - [47939] = 4, + [47995] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3826), 1, - anon_sym_COMMA, - ACTIONS(3829), 1, - anon_sym_RPAREN, - STATE(1211), 1, - aux_sym_record_component_association_list_repeat2, - [47952] = 4, + ACTIONS(3840), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [48004] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_RPAREN, - ACTIONS(3833), 1, + ACTIONS(3842), 3, anon_sym_SEMI, - STATE(1236), 1, - aux_sym__parameter_specification_list_repeat1, - [47965] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3835), 1, - anon_sym_EQ_GT, - ACTIONS(3837), 1, - anon_sym_PIPE, - STATE(1215), 1, - aux_sym_exception_choice_list_repeat1, - [47978] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3376), 1, - sym_identifier, - STATE(1492), 1, - sym_parameter_specification, - STATE(1844), 1, - sym__defining_identifier_list, - [47991] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3839), 1, - anon_sym_EQ_GT, - ACTIONS(3841), 1, - anon_sym_PIPE, - STATE(1215), 1, - aux_sym_exception_choice_list_repeat1, - [48004] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3791), 1, - sym_identifier, - STATE(1006), 1, - sym__aspect_mark, - STATE(1095), 1, - sym_aspect_association, - [48017] = 4, + aux_sym__package_specification_token2, + aux_sym_expression_token3, + [48013] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3844), 1, - anon_sym_COMMA, - ACTIONS(3846), 1, - anon_sym_RPAREN, - STATE(1392), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [48030] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3789), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [48039] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3414), 1, - anon_sym_SEMI, - STATE(2018), 1, - sym_aspect_specification, - [48052] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3848), 1, - aux_sym_package_specification_token2, - STATE(1820), 1, - sym_aspect_specification, - [48065] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3850), 1, - aux_sym_package_specification_token2, - STATE(1846), 1, - sym_aspect_specification, - [48078] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3852), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token4, - aux_sym_elsif_expression_item_token1, - [48087] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3854), 1, - anon_sym_SEMI, - STATE(2012), 1, - sym_aspect_specification, - [48100] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3824), 3, - aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48109] = 4, + ACTIONS(3846), 1, + anon_sym_PIPE, + STATE(1218), 1, + aux_sym_exception_choice_list_repeat1, + [48026] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3856), 1, - anon_sym_SEMI, - STATE(2020), 1, + ACTIONS(3849), 1, + aux_sym__package_specification_token2, + STATE(1819), 1, sym_aspect_specification, - [48122] = 4, + [48039] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - STATE(1484), 1, - sym_record_definition, - [48135] = 4, + ACTIONS(3851), 3, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [48048] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3858), 1, - anon_sym_SEMI, - STATE(1730), 1, + ACTIONS(3853), 1, + aux_sym__package_specification_token2, + STATE(1957), 1, sym_aspect_specification, - [48148] = 2, + [48061] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3860), 3, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3855), 1, + aux_sym__package_specification_token2, + STATE(1845), 1, + sym_aspect_specification, + [48074] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3857), 1, + anon_sym_SEMI, + STATE(1707), 1, + sym_aspect_specification, + [48087] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1898), 1, + aux_sym_attribute_designator_token1, + STATE(1318), 2, + sym_access_to_subprogram_definition, + sym_access_to_object_definition, + [48098] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3859), 1, anon_sym_COMMA, + ACTIONS(3861), 1, anon_sym_RPAREN, - anon_sym_RBRACK, - [48157] = 2, + STATE(1348), 1, + aux_sym_pragma_g_repeat1, + [48111] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3862), 3, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + STATE(1483), 1, + sym_record_definition, + [48124] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3319), 1, + anon_sym_SEMI, + STATE(1924), 1, + sym_aspect_specification, + [48137] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3863), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [48166] = 4, + [48146] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3864), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3865), 1, + anon_sym_SEMI, + STATE(1725), 1, + sym_aspect_specification, + [48159] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3163), 1, anon_sym_COMMA, ACTIONS(3867), 1, - anon_sym_RPAREN, - STATE(1230), 1, - aux_sym_actual_parameter_part_repeat1, - [48179] = 4, + anon_sym_SEMI, + STATE(1167), 1, + aux_sym__name_list_repeat1, + [48172] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3837), 1, - anon_sym_PIPE, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(3869), 1, - anon_sym_EQ_GT, - STATE(1213), 1, - aux_sym_exception_choice_list_repeat1, - [48192] = 4, + anon_sym_SEMI, + STATE(1919), 1, + sym_aspect_specification, + [48185] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3871), 1, - anon_sym_EQ_GT, + anon_sym_RPAREN, ACTIONS(3873), 1, - anon_sym_PIPE, - STATE(1232), 1, - aux_sym_discrete_choice_list_repeat1, - [48205] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3876), 1, - anon_sym_COMMA, - ACTIONS(3878), 1, - anon_sym_RPAREN, - STATE(1255), 1, - aux_sym_index_constraint_repeat1, - [48218] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3628), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [48227] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1906), 1, - aux_sym_primary_null_token1, - ACTIONS(1912), 1, - aux_sym_record_component_association_list_token1, - STATE(1473), 1, - sym_record_definition, - [48240] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3880), 1, - anon_sym_RPAREN, - ACTIONS(3882), 1, anon_sym_SEMI, - STATE(1236), 1, + STATE(1276), 1, + aux_sym_discriminant_specification_list_repeat1, + [48198] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3875), 1, + anon_sym_COMMA, + ACTIONS(3877), 1, + anon_sym_RPAREN, + STATE(1299), 1, + aux_sym__enumeration_literal_list_repeat1, + [48211] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3879), 1, + anon_sym_SEMI, + STATE(1946), 1, + sym_aspect_specification, + [48224] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3881), 1, + anon_sym_RPAREN, + ACTIONS(3883), 1, + anon_sym_SEMI, + STATE(1235), 1, aux_sym__parameter_specification_list_repeat1, - [48253] = 4, + [48237] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3885), 1, - anon_sym_EQ_GT, - ACTIONS(3887), 1, - anon_sym_PIPE, - STATE(1237), 1, - aux_sym_discriminant_association_repeat1, - [48266] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3890), 3, - anon_sym_SEMI, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48275] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3892), 1, + ACTIONS(3886), 1, anon_sym_SEMI, - STATE(1767), 1, + STATE(1787), 1, sym_aspect_specification, - [48288] = 4, + [48250] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3894), 1, + ACTIONS(1914), 1, + aux_sym_primary_null_token1, + ACTIONS(1920), 1, + aux_sym_record_component_association_list_token1, + STATE(1472), 1, + sym_record_definition, + [48263] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3888), 1, anon_sym_COMMA, - ACTIONS(3896), 1, - anon_sym_RPAREN, - STATE(1230), 1, - aux_sym_actual_parameter_part_repeat1, - [48301] = 4, + ACTIONS(3891), 1, + anon_sym_COLON, + STATE(1238), 1, + aux_sym__defining_identifier_list_repeat1, + [48276] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3898), 1, - anon_sym_SEMI, - ACTIONS(3900), 1, - aux_sym_package_specification_token2, - ACTIONS(3902), 1, - aux_sym_expression_token3, - [48314] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3904), 1, + ACTIONS(3893), 1, anon_sym_SEMI, - STATE(1599), 1, + STATE(2003), 1, sym_aspect_specification, - [48327] = 2, + [48289] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3906), 3, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3895), 1, + anon_sym_SEMI, + STATE(1568), 1, + sym_aspect_specification, + [48302] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3897), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [48311] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3899), 1, + anon_sym_COMMA, + ACTIONS(3901), 1, + anon_sym_RPAREN, + STATE(1346), 1, + aux_sym_record_component_association_list_repeat2, + [48324] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3903), 1, + anon_sym_SEMI, + STATE(1951), 1, + sym_aspect_specification, + [48337] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3905), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48346] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3907), 1, + anon_sym_EQ_GT, + ACTIONS(3909), 1, + anon_sym_PIPE, + STATE(1336), 1, + aux_sym_discrete_choice_list_repeat1, + [48359] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3911), 1, + anon_sym_SEMI, + STATE(1722), 1, + sym_aspect_specification, + [48372] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3913), 1, + anon_sym_SEMI, + STATE(1955), 1, + sym_aspect_specification, + [48385] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1862), 1, + anon_sym_PIPE, + ACTIONS(3915), 1, + anon_sym_EQ_GT, + STATE(1381), 1, + aux_sym_discriminant_association_repeat1, + [48398] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3917), 1, + anon_sym_SEMI, + STATE(2019), 1, + sym_aspect_specification, + [48411] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3919), 1, + anon_sym_COMMA, + ACTIONS(3921), 1, + anon_sym_RBRACK, + STATE(1117), 1, + aux_sym_positional_array_aggregate_repeat1, + [48424] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3923), 1, + anon_sym_COMMA, + ACTIONS(3925), 1, + anon_sym_RPAREN, + STATE(1306), 1, + aux_sym_discriminant_constraint_repeat1, + [48437] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3927), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48446] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3929), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48455] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3931), 1, + anon_sym_COMMA, + ACTIONS(3933), 1, + anon_sym_RPAREN, + STATE(1326), 1, + aux_sym_index_constraint_repeat1, + [48468] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3421), 1, + anon_sym_SEMI, + STATE(2017), 1, + sym_aspect_specification, + [48481] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3935), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48490] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3937), 3, anon_sym_RPAREN, aux_sym_expression_token4, aux_sym_elsif_expression_item_token1, - [48336] = 2, + [48499] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3908), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [48345] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3910), 1, - anon_sym_SEMI, - STATE(1723), 1, - sym_aspect_specification, - [48358] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3912), 1, - anon_sym_COMMA, - ACTIONS(3915), 1, - anon_sym_RPAREN, - STATE(1246), 1, - aux_sym_record_component_association_list_repeat1, - [48371] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3917), 1, - anon_sym_COMMA, - ACTIONS(3919), 1, - anon_sym_RBRACK, - STATE(1141), 1, - aux_sym_positional_array_aggregate_repeat1, - [48384] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3921), 1, - anon_sym_SEMI, - STATE(1758), 1, - sym_aspect_specification, - [48397] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1876), 1, - anon_sym_PIPE, - ACTIONS(3923), 1, - anon_sym_EQ_GT, - STATE(1237), 1, - aux_sym_discriminant_association_repeat1, - [48410] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3925), 1, - anon_sym_SEMI, - STATE(1766), 1, - sym_aspect_specification, - [48423] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3927), 1, - anon_sym_SEMI, - STATE(1768), 1, - sym_aspect_specification, - [48436] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3929), 1, - anon_sym_COMMA, - ACTIONS(3931), 1, - anon_sym_RPAREN, - STATE(1328), 1, - aux_sym_discriminant_constraint_repeat1, - [48449] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3933), 1, - anon_sym_COMMA, - ACTIONS(3936), 1, - anon_sym_RPAREN, - STATE(1253), 1, - aux_sym__index_subtype_definition_list_repeat1, - [48462] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3929), 1, - anon_sym_COMMA, - ACTIONS(3938), 1, - anon_sym_RPAREN, - STATE(1252), 1, - aux_sym_discriminant_constraint_repeat1, - [48475] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3876), 1, - anon_sym_COMMA, - ACTIONS(3940), 1, - anon_sym_RPAREN, - STATE(1365), 1, - aux_sym_index_constraint_repeat1, - [48488] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3942), 3, + ACTIONS(3939), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [48497] = 4, + [48508] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3944), 1, - aux_sym_package_specification_token2, - STATE(1705), 1, - sym_aspect_specification, - [48510] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3946), 1, - anon_sym_SEMI, - STATE(1947), 1, - sym_aspect_specification, - [48523] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3948), 1, - anon_sym_RPAREN, - ACTIONS(3950), 1, - anon_sym_SEMI, - STATE(1388), 1, - aux_sym_discriminant_specification_list_repeat1, - [48536] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3952), 1, - sym_identifier, - ACTIONS(3954), 2, + ACTIONS(3941), 3, anon_sym_SEMI, aux_sym_with_clause_token2, - [48547] = 4, + aux_sym_expression_token3, + [48517] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3117), 1, + ACTIONS(3249), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3573), 1, + aux_sym_compilation_unit_token1, + ACTIONS(3685), 1, + aux_sym_allocator_token1, + [48530] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3943), 1, anon_sym_COMMA, - ACTIONS(3956), 1, - anon_sym_SEMI, - STATE(1101), 1, - aux_sym__name_list_repeat1, - [48560] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3958), 1, - anon_sym_COMMA, - ACTIONS(3960), 1, + ACTIONS(3945), 1, anon_sym_RPAREN, - STATE(1368), 1, + STATE(1328), 1, aux_sym_case_expression_repeat1, - [48573] = 4, + [48543] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3962), 1, + ACTIONS(3947), 3, anon_sym_SEMI, - STATE(1906), 1, - sym_aspect_specification, - [48586] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3964), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48595] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3966), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [48604] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, aux_sym_with_clause_token2, - ACTIONS(3968), 1, - anon_sym_SEMI, - STATE(2010), 1, - sym_aspect_specification, - [48617] = 4, + aux_sym_expression_token3, + [48552] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3970), 1, + ACTIONS(3407), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48561] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3949), 1, + anon_sym_SEMI, + STATE(2030), 1, + sym_aspect_specification, + [48574] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3778), 1, + sym_identifier, + STATE(1007), 1, + sym__aspect_mark, + STATE(1094), 1, + sym_aspect_association, + [48587] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3951), 1, anon_sym_COMMA, - ACTIONS(3973), 1, + ACTIONS(3953), 1, anon_sym_RPAREN, - STATE(1267), 1, + STATE(1391), 1, aux_sym__discrete_subtype_definition_list_repeat1, - [48630] = 4, + [48600] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3955), 1, + anon_sym_COMMA, + ACTIONS(3957), 1, + anon_sym_RPAREN, + STATE(1359), 1, + aux_sym_record_component_association_list_repeat1, + [48613] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3959), 1, + anon_sym_COMMA, + ACTIONS(3961), 1, + anon_sym_RPAREN, + STATE(1117), 1, + aux_sym_positional_array_aggregate_repeat1, + [48626] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3377), 1, + sym_identifier, + STATE(1539), 1, + sym_discriminant_specification, + STATE(1859), 1, + sym__defining_identifier_list, + [48639] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3963), 3, + sym_identifier, + sym_string_literal, + sym_character_literal, + [48648] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3965), 1, + sym_identifier, + ACTIONS(3967), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [48659] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3969), 1, + anon_sym_SEMI, + STATE(1867), 1, + sym_aspect_specification, + [48672] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3971), 1, + anon_sym_SEMI, + STATE(1767), 1, + sym_aspect_specification, + [48685] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1460), 1, + sym__enumeration_literal_specification, + ACTIONS(3973), 2, + sym_identifier, + sym_character_literal, + [48696] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3975), 1, anon_sym_COMMA, ACTIONS(3977), 1, anon_sym_RPAREN, - STATE(1246), 1, - aux_sym_record_component_association_list_repeat1, - [48643] = 4, + STATE(1395), 1, + aux_sym__index_subtype_definition_list_repeat1, + [48709] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(3873), 1, + anon_sym_SEMI, ACTIONS(3979), 1, + anon_sym_RPAREN, + STATE(1278), 1, + aux_sym_discriminant_specification_list_repeat1, + [48722] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3875), 1, anon_sym_COMMA, ACTIONS(3981), 1, anon_sym_RPAREN, - STATE(1141), 1, - aux_sym_positional_array_aggregate_repeat1, - [48656] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3983), 3, - anon_sym_SEMI, - aux_sym_package_specification_token2, - aux_sym_expression_token3, - [48665] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3985), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48674] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3987), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48683] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3438), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48692] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3356), 1, - aux_sym_allocator_token1, - ACTIONS(3989), 1, - aux_sym_with_clause_token1, - ACTIONS(3991), 1, - aux_sym_private_type_declaration_token2, - [48705] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48714] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3995), 1, - anon_sym_EQ_GT, - ACTIONS(3997), 1, - anon_sym_PIPE, - STATE(1232), 1, - aux_sym_discrete_choice_list_repeat1, - [48727] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3342), 1, - aux_sym_compilation_unit_token1, - ACTIONS(3999), 1, - anon_sym_SEMI, - ACTIONS(4001), 1, - aux_sym_with_clause_token1, - [48740] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4003), 1, - anon_sym_SEMI, - STATE(1663), 1, - sym_aspect_specification, - [48753] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4005), 1, - anon_sym_SEMI, - STATE(1779), 1, - sym_aspect_specification, - [48766] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4007), 1, - anon_sym_COMMA, - ACTIONS(4009), 1, - anon_sym_RPAREN, - STATE(1298), 1, + STATE(1233), 1, aux_sym__enumeration_literal_list_repeat1, - [48779] = 4, + [48735] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4011), 1, - anon_sym_SEMI, - STATE(1856), 1, - sym_aspect_specification, - [48792] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4013), 1, - anon_sym_SEMI, - STATE(1707), 1, - sym_aspect_specification, - [48805] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1461), 1, - sym__enumeration_literal_specification, - ACTIONS(4015), 2, - sym_identifier, - sym_character_literal, - [48816] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4017), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [48825] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4019), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48834] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4021), 1, - anon_sym_SEMI, - STATE(1726), 1, - sym_aspect_specification, - [48847] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4023), 1, - anon_sym_SEMI, - STATE(1787), 1, - sym_aspect_specification, - [48860] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4025), 1, - sym_identifier, - STATE(2040), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [48871] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4027), 1, + ACTIONS(3983), 1, anon_sym_RPAREN, - ACTIONS(4029), 1, + ACTIONS(3985), 1, anon_sym_SEMI, - STATE(1289), 1, + STATE(1278), 1, aux_sym_discriminant_specification_list_repeat1, - [48884] = 2, + [48748] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4032), 3, + ACTIONS(3988), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [48893] = 4, + [48757] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4034), 1, - anon_sym_COMMA, - ACTIONS(4036), 1, - anon_sym_RPAREN, - STATE(1211), 1, - aux_sym_record_component_association_list_repeat2, - [48906] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3894), 1, - anon_sym_COMMA, - ACTIONS(4038), 1, - anon_sym_RPAREN, - STATE(1240), 1, - aux_sym_actual_parameter_part_repeat1, - [48919] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(4040), 1, + ACTIONS(3990), 1, anon_sym_SEMI, - STATE(1573), 1, + STATE(1875), 1, sym_aspect_specification, - [48932] = 2, + [48770] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4042), 3, - anon_sym_SEMI, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48941] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4044), 3, + ACTIONS(3992), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48950] = 3, - ACTIONS(3), 1, - sym_comment, - STATE(1330), 1, - sym_quantifier, - ACTIONS(3249), 2, - aux_sym_use_clause_token1, - aux_sym_quantifier_token1, - [48961] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4046), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [48970] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4048), 1, - anon_sym_COMMA, - ACTIONS(4051), 1, - anon_sym_RPAREN, - STATE(1298), 1, - aux_sym__enumeration_literal_list_repeat1, - [48983] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4053), 1, - anon_sym_SEMI, - STATE(1576), 1, + STATE(1582), 1, sym_aspect_specification, - [48996] = 4, + [48783] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(4055), 1, + ACTIONS(3994), 1, anon_sym_SEMI, - STATE(2004), 1, + STATE(1848), 1, sym_aspect_specification, - [49009] = 4, + [48796] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3996), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48805] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3998), 1, + anon_sym_SEMI, + STATE(1706), 1, + sym_aspect_specification, + [48818] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4000), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [48827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3635), 1, + aux_sym_range_attribute_designator_token1, + ACTIONS(4002), 1, + aux_sym_attribute_designator_token3, + STATE(1467), 1, + sym_real_range_specification, + [48840] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4004), 1, + anon_sym_SEMI, + STATE(1757), 1, + sym_aspect_specification, + [48853] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4006), 1, + anon_sym_SEMI, + STATE(1765), 1, + sym_aspect_specification, + [48866] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1862), 1, + anon_sym_PIPE, + ACTIONS(4008), 1, + anon_sym_EQ_GT, + STATE(1381), 1, + aux_sym_discriminant_association_repeat1, + [48879] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(2044), 1, anon_sym_COMMA, - ACTIONS(4057), 1, + ACTIONS(4010), 1, anon_sym_COLON, - STATE(1322), 1, + STATE(1238), 1, aux_sym__defining_identifier_list_repeat1, - [49022] = 2, + [48892] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4059), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [49031] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4061), 1, - anon_sym_SEMI, - STATE(1590), 1, - sym_aspect_specification, - [49044] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3599), 1, - aux_sym_iterator_filter_token1, - STATE(1132), 2, - sym_exception_handler, - aux_sym_handled_sequence_of_statements_repeat1, - [49055] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3632), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49064] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, - ACTIONS(4063), 1, + ACTIONS(4012), 1, anon_sym_LPAREN, - STATE(1976), 1, + STATE(1977), 1, sym_iterated_element_association, - [49077] = 3, + [48905] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4025), 1, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4014), 1, + anon_sym_SEMI, + STATE(1871), 1, + sym_aspect_specification, + [48918] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4016), 1, + anon_sym_SEMI, + STATE(1670), 1, + sym_aspect_specification, + [48931] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4018), 1, + anon_sym_SEMI, + STATE(2011), 1, + sym_aspect_specification, + [48944] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4020), 1, + anon_sym_SEMI, + STATE(2009), 1, + sym_aspect_specification, + [48957] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3813), 1, sym_identifier, STATE(1420), 2, sym_loop_parameter_specification, sym_iterator_specification, - [49088] = 4, + [48968] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4065), 1, + ACTIONS(4022), 3, anon_sym_SEMI, - STATE(1577), 1, - sym_aspect_specification, - [49101] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, aux_sym_with_clause_token2, - ACTIONS(4067), 1, - anon_sym_SEMI, - STATE(1594), 1, - sym_aspect_specification, - [49114] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3557), 3, - aux_sym_package_specification_token3, aux_sym_expression_token3, - aux_sym_expression_token4, - [49123] = 4, + [48977] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(4069), 1, + ACTIONS(4024), 1, anon_sym_SEMI, - STATE(1695), 1, + STATE(1809), 1, sym_aspect_specification, - [49136] = 4, + [48990] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(4026), 1, + anon_sym_COMMA, + ACTIONS(4029), 1, + anon_sym_RPAREN, + STATE(1299), 1, + aux_sym__enumeration_literal_list_repeat1, + [49003] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4031), 3, + anon_sym_SEMI, aux_sym_with_clause_token2, - ACTIONS(4071), 1, - anon_sym_SEMI, - STATE(1851), 1, - sym_aspect_specification, - [49149] = 3, + aux_sym_expression_token3, + [49012] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1890), 1, - aux_sym_attribute_designator_token1, - STATE(1202), 2, - sym_access_to_subprogram_definition, - sym_access_to_object_definition, + ACTIONS(4033), 1, + anon_sym_SEMI, + ACTIONS(4035), 1, + aux_sym__package_specification_token2, + ACTIONS(4037), 1, + aux_sym_expression_token3, + [49025] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4039), 1, + anon_sym_SEMI, + STATE(1599), 1, + sym_aspect_specification, + [49038] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4041), 1, + anon_sym_SEMI, + STATE(1864), 1, + sym_aspect_specification, + [49051] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4043), 3, + aux_sym_access_to_subprogram_definition_token2, + aux_sym_access_to_subprogram_definition_token3, + aux_sym_entry_declaration_token1, + [49060] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4045), 1, + anon_sym_COMMA, + ACTIONS(4048), 1, + anon_sym_RPAREN, + STATE(1305), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [49073] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4050), 1, + anon_sym_COMMA, + ACTIONS(4053), 1, + anon_sym_RPAREN, + STATE(1306), 1, + aux_sym_discriminant_constraint_repeat1, + [49086] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4055), 1, + anon_sym_SEMI, + STATE(1778), 1, + sym_aspect_specification, + [49099] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4057), 1, + anon_sym_SEMI, + STATE(1603), 1, + sym_aspect_specification, + [49112] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4059), 1, + anon_sym_SEMI, + STATE(2045), 1, + sym_aspect_specification, + [49125] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3859), 1, + anon_sym_COMMA, + ACTIONS(4061), 1, + anon_sym_RPAREN, + STATE(1225), 1, + aux_sym_pragma_g_repeat1, + [49138] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4063), 3, + anon_sym_SEMI, + anon_sym_COLON_EQ, + aux_sym_accept_statement_token2, + [49147] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3899), 1, + anon_sym_COMMA, + ACTIONS(4065), 1, + anon_sym_RPAREN, + STATE(1242), 1, + aux_sym_record_component_association_list_repeat2, [49160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4073), 3, + ACTIONS(4067), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, [49169] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4075), 3, + ACTIONS(4069), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, [49178] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4071), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49187] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4073), 3, + aux_sym_terminate_alternative_token1, + aux_sym_accept_statement_token1, + aux_sym_delay_until_statement_token1, + [49196] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4075), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4077), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49187] = 4, + [49214] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(4079), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49223] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(4079), 1, + ACTIONS(4081), 1, anon_sym_SEMI, - STATE(2033), 1, + STATE(1855), 1, sym_aspect_specification, - [49200] = 2, + [49236] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4081), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49209] = 4, + ACTIONS(4083), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49245] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4083), 1, - anon_sym_SEMI, - STATE(1627), 1, - sym_aspect_specification, - [49222] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(4085), 1, anon_sym_SEMI, - STATE(1810), 1, + STATE(1786), 1, sym_aspect_specification, - [49235] = 4, + [49258] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, ACTIONS(4087), 1, - anon_sym_SEMI, - STATE(1708), 1, - sym_aspect_specification, - [49248] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4089), 1, anon_sym_COMMA, - ACTIONS(4092), 1, - anon_sym_COLON, - STATE(1322), 1, - aux_sym__defining_identifier_list_repeat1, - [49261] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4094), 1, - aux_sym_package_specification_token2, - STATE(1846), 1, - sym_aspect_specification, - [49274] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3133), 1, - aux_sym_chunk_specification_token1, - ACTIONS(3138), 1, - anon_sym_COLON, - ACTIONS(3140), 1, - aux_sym_iterator_specification_token1, - [49287] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4096), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49296] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4098), 1, - anon_sym_SEMI, - STATE(1580), 1, - sym_aspect_specification, - [49309] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4100), 1, - anon_sym_SEMI, - STATE(1865), 1, - sym_aspect_specification, - [49322] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4102), 1, - anon_sym_COMMA, - ACTIONS(4105), 1, + ACTIONS(4090), 1, anon_sym_RPAREN, - STATE(1328), 1, - aux_sym_discriminant_constraint_repeat1, - [49335] = 4, + STATE(1323), 1, + aux_sym__index_subtype_definition_list_repeat1, + [49271] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4107), 1, - anon_sym_SEMI, - STATE(2046), 1, - sym_aspect_specification, - [49348] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4025), 1, - sym_identifier, - STATE(1677), 2, - sym_loop_parameter_specification, - sym_iterator_specification, - [49359] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4109), 1, - anon_sym_SEMI, - STATE(1581), 1, - sym_aspect_specification, - [49372] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1876), 1, - anon_sym_PIPE, - ACTIONS(4111), 1, + ACTIONS(4092), 3, + aux_sym_iterated_element_association_token2, anon_sym_EQ_GT, - STATE(1237), 1, - aux_sym_discriminant_association_repeat1, - [49385] = 2, + aux_sym_loop_statement_token1, + [49280] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4113), 3, - aux_sym_access_to_subprogram_definition_token2, - aux_sym_access_to_subprogram_definition_token3, - aux_sym_entry_declaration_token1, - [49394] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3117), 1, - anon_sym_COMMA, - ACTIONS(4115), 1, + ACTIONS(3393), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4094), 1, anon_sym_SEMI, - STATE(1101), 1, - aux_sym__name_list_repeat1, - [49407] = 2, + ACTIONS(4096), 1, + aux_sym_with_clause_token1, + [49293] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4117), 3, - aux_sym_package_specification_token3, + ACTIONS(4098), 1, + anon_sym_COMMA, + ACTIONS(4101), 1, + anon_sym_RPAREN, + STATE(1326), 1, + aux_sym_index_constraint_repeat1, + [49306] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3417), 1, + aux_sym_allocator_token1, + ACTIONS(4103), 1, + aux_sym_with_clause_token1, + ACTIONS(4105), 1, + aux_sym_private_type_declaration_token2, + [49319] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3943), 1, + anon_sym_COMMA, + ACTIONS(4107), 1, + anon_sym_RPAREN, + STATE(1374), 1, + aux_sym_case_expression_repeat1, + [49332] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3522), 3, + aux_sym__package_specification_token3, aux_sym_expression_token3, aux_sym_expression_token4, - [49416] = 4, + [49341] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4109), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49350] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4111), 1, + anon_sym_COMMA, + ACTIONS(4113), 1, + anon_sym_RPAREN, + STATE(1365), 1, + aux_sym_actual_parameter_part_repeat1, + [49363] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49372] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3558), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49381] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3546), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [49390] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4117), 1, + anon_sym_SEMI, + STATE(1698), 1, + sym_aspect_specification, + [49403] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(4119), 1, - anon_sym_COMMA, - ACTIONS(4122), 1, - anon_sym_RPAREN, + anon_sym_EQ_GT, + ACTIONS(4121), 1, + anon_sym_PIPE, STATE(1336), 1, - aux_sym_case_expression_repeat1, - [49429] = 4, + aux_sym_discrete_choice_list_repeat1, + [49416] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3979), 1, + ACTIONS(4124), 3, anon_sym_COMMA, - ACTIONS(4124), 1, anon_sym_RPAREN, - STATE(1269), 1, - aux_sym_positional_array_aggregate_repeat1, - [49442] = 4, + anon_sym_RBRACK, + [49425] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4034), 1, + ACTIONS(3959), 1, anon_sym_COMMA, ACTIONS(4126), 1, anon_sym_RPAREN, - STATE(1291), 1, - aux_sym_record_component_association_list_repeat2, - [49455] = 4, + STATE(1268), 1, + aux_sym_positional_array_aggregate_repeat1, + [49438] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4128), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49447] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4128), 1, - sym_identifier, ACTIONS(4130), 1, - aux_sym_use_clause_token2, - ACTIONS(4132), 1, - aux_sym_package_body_token1, - [49468] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4134), 1, - anon_sym_COMMA, - ACTIONS(4136), 1, - anon_sym_RPAREN, - STATE(1349), 1, - aux_sym_pragma_g_repeat1, - [49481] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49490] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4140), 1, - anon_sym_SEMI, - STATE(1616), 1, - sym_aspect_specification, - [49503] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4142), 1, - anon_sym_SEMI, - STATE(1617), 1, - sym_aspect_specification, - [49516] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4144), 1, - anon_sym_SEMI, - STATE(1603), 1, - sym_aspect_specification, - [49529] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4146), 1, - aux_sym_package_specification_token2, - STATE(1955), 1, - sym_aspect_specification, - [49542] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4148), 1, - anon_sym_SEMI, - STATE(1872), 1, - sym_aspect_specification, - [49555] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4138), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49564] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4150), 1, - aux_sym_package_specification_token2, - STATE(1690), 1, - sym_aspect_specification, - [49577] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4152), 1, - anon_sym_COMMA, - ACTIONS(4155), 1, - anon_sym_RPAREN, - STATE(1349), 1, - aux_sym_pragma_g_repeat1, - [49590] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4157), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [49599] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4159), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49608] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3565), 1, - aux_sym_range_attribute_designator_token1, - ACTIONS(4161), 1, - aux_sym_attribute_designator_token3, - STATE(1468), 1, - sym_real_range_specification, - [49621] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3559), 1, - aux_sym_expression_token2, - ACTIONS(4163), 2, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49632] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4165), 1, - anon_sym_SEMI, - STATE(2031), 1, - sym_aspect_specification, - [49645] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(3405), 1, - anon_sym_SEMI, - STATE(1805), 1, - sym_aspect_specification, - [49658] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4167), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49667] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4169), 3, - aux_sym_iterated_element_association_token2, - anon_sym_EQ_GT, - aux_sym_loop_statement_token1, - [49676] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4171), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49685] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4173), 1, - anon_sym_SEMI, - STATE(1589), 1, - sym_aspect_specification, - [49698] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3808), 1, - anon_sym_COMMA, - ACTIONS(4175), 1, - anon_sym_RPAREN, - STATE(1203), 1, - aux_sym_global_aspect_definition_repeat1, - [49711] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4177), 1, - anon_sym_SEMI, - STATE(1924), 1, - sym_aspect_specification, - [49724] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4179), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49733] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4181), 1, sym_identifier, - ACTIONS(4183), 1, + ACTIONS(4132), 1, aux_sym_use_clause_token2, - ACTIONS(4185), 1, + ACTIONS(4134), 1, aux_sym_package_body_token1, - [49746] = 3, + [49460] = 4, ACTIONS(3), 1, sym_comment, - STATE(1101), 1, - aux_sym__name_list_repeat1, - ACTIONS(3956), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [49757] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_COMMA, - ACTIONS(4190), 1, - anon_sym_RPAREN, - STATE(1365), 1, - aux_sym_index_constraint_repeat1, - [49770] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4192), 3, - anon_sym_SEMI, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49779] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4194), 3, - aux_sym_package_specification_token3, - aux_sym_expression_token3, - aux_sym_expression_token4, - [49788] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3958), 1, - anon_sym_COMMA, - ACTIONS(4196), 1, - anon_sym_RPAREN, - STATE(1336), 1, - aux_sym_case_expression_repeat1, - [49801] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4198), 3, + ACTIONS(4136), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49810] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4200), 1, - anon_sym_SEMI, - STATE(1664), 1, + STATE(1623), 1, sym_aspect_specification, - [49823] = 2, + [49473] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 3, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4138), 1, + anon_sym_SEMI, + STATE(1624), 1, + sym_aspect_specification, + [49486] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3551), 3, anon_sym_COMMA, anon_sym_RPAREN, anon_sym_RBRACK, - [49832] = 2, + [49495] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4204), 3, + STATE(1204), 1, + sym_quantifier, + ACTIONS(3233), 2, + aux_sym_use_clause_token1, + aux_sym_quantifier_token1, + [49506] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4140), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49515] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4142), 1, + anon_sym_COMMA, + ACTIONS(4145), 1, + anon_sym_RPAREN, + STATE(1346), 1, + aux_sym_record_component_association_list_repeat2, + [49528] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4140), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49537] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4147), 1, + anon_sym_COMMA, + ACTIONS(4150), 1, + anon_sym_RPAREN, + STATE(1348), 1, + aux_sym_pragma_g_repeat1, + [49550] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4152), 1, + aux_sym__package_specification_token2, + STATE(1708), 1, + sym_aspect_specification, + [49563] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4154), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [49572] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1862), 1, + anon_sym_PIPE, + ACTIONS(1864), 1, + anon_sym_EQ_GT, + STATE(1289), 1, + aux_sym_discriminant_association_repeat1, + [49585] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3802), 1, + aux_sym_iterator_filter_token1, + STATE(1200), 2, + sym_exception_handler, + aux_sym_handled_sequence_of_statements_repeat1, + [49596] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4156), 1, + anon_sym_SEMI, + STATE(2032), 1, + sym_aspect_specification, + [49609] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4158), 3, anon_sym_SEMI, aux_sym_with_clause_token2, aux_sym_expression_token3, - [49841] = 2, + [49618] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2030), 1, + anon_sym_COLON, + ACTIONS(2044), 1, + anon_sym_COMMA, + STATE(1290), 1, + aux_sym__defining_identifier_list_repeat1, + [49631] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4160), 3, + anon_sym_SEMI, + aux_sym_with_clause_token2, + aux_sym_expression_token3, + [49640] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4162), 1, + aux_sym__package_specification_token2, + STATE(1845), 1, + sym_aspect_specification, + [49653] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3955), 1, + anon_sym_COMMA, + ACTIONS(4164), 1, + anon_sym_RPAREN, + STATE(1267), 1, + aux_sym_record_component_association_list_repeat1, + [49666] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4166), 1, + anon_sym_COMMA, + ACTIONS(4169), 1, + anon_sym_RPAREN, + STATE(1359), 1, + aux_sym_record_component_association_list_repeat1, + [49679] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4171), 1, + anon_sym_COMMA, + ACTIONS(4173), 1, + anon_sym_RPAREN, + STATE(1394), 1, + aux_sym_global_aspect_definition_repeat1, + [49692] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4175), 1, + anon_sym_SEMI, + STATE(1906), 1, + sym_aspect_specification, + [49705] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4177), 1, + sym_identifier, + ACTIONS(4179), 1, + aux_sym_use_clause_token2, + ACTIONS(4181), 1, + aux_sym_package_body_token1, + [49718] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4183), 1, + anon_sym_SEMI, + STATE(1608), 1, + sym_aspect_specification, + [49731] = 3, + ACTIONS(3), 1, + sym_comment, + STATE(1167), 1, + aux_sym__name_list_repeat1, + ACTIONS(3867), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [49742] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4111), 1, + anon_sym_COMMA, + ACTIONS(4185), 1, + anon_sym_RPAREN, + STATE(1201), 1, + aux_sym_actual_parameter_part_repeat1, + [49755] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3163), 1, + anon_sym_COMMA, + ACTIONS(4187), 1, + anon_sym_SEMI, + STATE(1167), 1, + aux_sym__name_list_repeat1, + [49768] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3524), 1, + aux_sym_expression_token2, + ACTIONS(4189), 2, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49779] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4191), 1, + anon_sym_SEMI, + STATE(1663), 1, + sym_aspect_specification, + [49792] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4193), 3, + aux_sym__package_specification_token3, + aux_sym_expression_token3, + aux_sym_expression_token4, + [49801] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4195), 1, + anon_sym_SEMI, + STATE(1598), 1, + sym_aspect_specification, + [49814] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4197), 1, + anon_sym_SEMI, + STATE(1836), 1, + sym_aspect_specification, + [49827] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(3463), 1, + anon_sym_SEMI, + STATE(1604), 1, + sym_aspect_specification, + [49840] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3834), 1, + anon_sym_PIPE, + ACTIONS(4199), 1, + anon_sym_EQ_GT, + STATE(1212), 1, + aux_sym_exception_choice_list_repeat1, + [49853] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4201), 1, + anon_sym_COMMA, + ACTIONS(4204), 1, + anon_sym_RPAREN, + STATE(1374), 1, + aux_sym_case_expression_repeat1, + [49866] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4206), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, + aux_sym__package_specification_token3, aux_sym_expression_token3, - [49850] = 2, + aux_sym_expression_token4, + [49875] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4208), 3, - sym_identifier, - sym_string_literal, - sym_character_literal, - [49859] = 4, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4208), 1, + anon_sym_SEMI, + STATE(1590), 1, + sym_aspect_specification, + [49888] = 4, ACTIONS(3), 1, sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(4210), 1, + anon_sym_SEMI, + STATE(2000), 1, + sym_aspect_specification, + [49901] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4212), 3, anon_sym_COMMA, - ACTIONS(4213), 1, anon_sym_RPAREN, - STATE(1375), 1, - aux_sym_global_aspect_definition_repeat1, - [49872] = 4, + anon_sym_RBRACK, + [49910] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(4215), 1, + ACTIONS(4214), 1, anon_sym_SEMI, - STATE(2001), 1, + STATE(1735), 1, sym_aspect_specification, - [49885] = 4, + [49923] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3833), 1, - anon_sym_SEMI, - ACTIONS(4217), 1, - anon_sym_RPAREN, - STATE(1212), 1, - aux_sym__parameter_specification_list_repeat1, - [49898] = 4, + ACTIONS(4216), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [49932] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4219), 1, - anon_sym_SEMI, - STATE(1815), 1, - sym_aspect_specification, - [49911] = 4, + ACTIONS(4218), 1, + anon_sym_EQ_GT, + ACTIONS(4220), 1, + anon_sym_PIPE, + STATE(1381), 1, + aux_sym_discriminant_association_repeat1, + [49945] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3253), 1, - aux_sym_interface_type_definition_token2, - ACTIONS(3526), 1, - aux_sym_allocator_token1, - ACTIONS(3537), 1, - aux_sym_compilation_unit_token1, - [49924] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4221), 1, - aux_sym_package_specification_token2, - STATE(1820), 1, - sym_aspect_specification, - [49937] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4223), 3, - anon_sym_SEMI, - aux_sym_with_clause_token2, - aux_sym_expression_token3, - [49946] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, - aux_sym_with_clause_token2, - ACTIONS(4225), 1, - anon_sym_SEMI, - STATE(1876), 1, - sym_aspect_specification, - [49959] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, ACTIONS(580), 1, aux_sym_value_sequence_token1, - STATE(2041), 1, + STATE(2040), 1, sym_iterated_element_association, - [49972] = 4, + [49958] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4007), 1, - anon_sym_COMMA, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4223), 1, + anon_sym_SEMI, + STATE(1589), 1, + sym_aspect_specification, + [49971] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, + ACTIONS(4225), 1, + anon_sym_SEMI, + STATE(1586), 1, + sym_aspect_specification, + [49984] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2322), 1, + aux_sym_with_clause_token2, ACTIONS(4227), 1, - anon_sym_RPAREN, - STATE(1280), 1, - aux_sym__enumeration_literal_list_repeat1, - [49985] = 4, + anon_sym_SEMI, + STATE(1814), 1, + sym_aspect_specification, + [49997] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(4229), 1, - anon_sym_SEMI, - STATE(1837), 1, + aux_sym__package_specification_token2, + STATE(1819), 1, sym_aspect_specification, - [49998] = 4, + [50010] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4134), 1, - anon_sym_COMMA, + ACTIONS(3377), 1, + sym_identifier, + STATE(1492), 1, + sym_parameter_specification, + STATE(1843), 1, + sym__defining_identifier_list, + [50023] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3819), 1, + anon_sym_SEMI, ACTIONS(4231), 1, anon_sym_RPAREN, - STATE(1340), 1, - aux_sym_pragma_g_repeat1, - [50011] = 3, + STATE(1235), 1, + aux_sym__parameter_specification_list_repeat1, + [50036] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3738), 1, - aux_sym_iterator_filter_token1, - STATE(1178), 2, - sym_case_statement_alternative, - aux_sym_case_statement_repeat1, - [50022] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3950), 1, - anon_sym_SEMI, + ACTIONS(3931), 1, + anon_sym_COMMA, ACTIONS(4233), 1, anon_sym_RPAREN, - STATE(1289), 1, - aux_sym_discriminant_specification_list_repeat1, - [50035] = 4, + STATE(1254), 1, + aux_sym_index_constraint_repeat1, + [50049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3376), 1, - sym_identifier, - STATE(1537), 1, - sym_discriminant_specification, - STATE(1859), 1, - sym__defining_identifier_list, - [50048] = 2, + ACTIONS(3693), 1, + aux_sym_iterator_filter_token1, + STATE(1161), 2, + sym_case_statement_alternative, + aux_sym_case_statement_repeat1, + [50060] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(4235), 3, - anon_sym_SEMI, - anon_sym_COLON_EQ, - aux_sym_accept_statement_token2, - [50057] = 4, + ACTIONS(3951), 1, + anon_sym_COMMA, + ACTIONS(4235), 1, + anon_sym_RPAREN, + STATE(1305), 1, + aux_sym__discrete_subtype_definition_list_repeat1, + [50073] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3923), 1, + anon_sym_COMMA, + ACTIONS(4237), 1, + anon_sym_RPAREN, + STATE(1251), 1, + aux_sym_discriminant_constraint_repeat1, + [50086] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4216), 3, + aux_sym_iterated_element_association_token2, + anon_sym_EQ_GT, + aux_sym_loop_statement_token1, + [50095] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4171), 1, + anon_sym_COMMA, + ACTIONS(4239), 1, + anon_sym_RPAREN, + STATE(1209), 1, + aux_sym_global_aspect_definition_repeat1, + [50108] = 4, ACTIONS(3), 1, sym_comment, ACTIONS(3975), 1, anon_sym_COMMA, - ACTIONS(4237), 1, - anon_sym_RPAREN, - STATE(1268), 1, - aux_sym_record_component_association_list_repeat1, - [50070] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3844), 1, - anon_sym_COMMA, - ACTIONS(4239), 1, - anon_sym_RPAREN, - STATE(1267), 1, - aux_sym__discrete_subtype_definition_list_repeat1, - [50083] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3997), 1, - anon_sym_PIPE, ACTIONS(4241), 1, - anon_sym_EQ_GT, - STATE(1276), 1, - aux_sym_discrete_choice_list_repeat1, - [50096] = 4, + anon_sym_RPAREN, + STATE(1323), 1, + aux_sym__index_subtype_definition_list_repeat1, + [50121] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2024), 1, - anon_sym_COLON, - ACTIONS(2044), 1, - anon_sym_COMMA, - STATE(1301), 1, - aux_sym__defining_identifier_list_repeat1, - [50109] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, ACTIONS(4243), 1, anon_sym_SEMI, - STATE(1867), 1, + STATE(1585), 1, sym_aspect_specification, - [50122] = 4, + [50134] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3818), 1, - anon_sym_COMMA, + ACTIONS(3909), 1, + anon_sym_PIPE, ACTIONS(4245), 1, - anon_sym_RPAREN, - STATE(1253), 1, - aux_sym__index_subtype_definition_list_repeat1, - [50135] = 4, + anon_sym_EQ_GT, + STATE(1245), 1, + aux_sym_discrete_choice_list_repeat1, + [50147] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2306), 1, + ACTIONS(2322), 1, aux_sym_with_clause_token2, - ACTIONS(3403), 1, + ACTIONS(4247), 1, anon_sym_SEMI, - STATE(1595), 1, + STATE(1662), 1, sym_aspect_specification, - [50148] = 2, + [50160] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4247), 3, - aux_sym_terminate_alternative_token1, - aux_sym_accept_statement_token1, - aux_sym_delay_until_statement_token1, - [50157] = 3, + ACTIONS(4053), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4249), 1, + ACTIONS(4249), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50176] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4252), 1, sym_identifier, - ACTIONS(4251), 1, + ACTIONS(4254), 1, anon_sym_SEMI, - [50167] = 3, + [50186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4253), 1, + ACTIONS(4256), 1, sym_identifier, - ACTIONS(4255), 1, + ACTIONS(4258), 1, anon_sym_SEMI, - [50177] = 3, + [50196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4257), 1, + ACTIONS(4260), 1, sym_identifier, - ACTIONS(4259), 1, + ACTIONS(4262), 1, anon_sym_SEMI, - [50187] = 3, + [50206] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4261), 1, + ACTIONS(4264), 1, sym_identifier, - ACTIONS(4263), 1, + ACTIONS(4266), 1, anon_sym_SEMI, - [50197] = 3, + [50216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4265), 1, - sym_identifier, - ACTIONS(4267), 1, - anon_sym_SEMI, - [50207] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4269), 1, - sym_identifier, - ACTIONS(4271), 1, - anon_sym_SEMI, - [50217] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - aux_sym_package_specification_token3, - ACTIONS(4275), 1, + ACTIONS(4268), 1, + aux_sym__package_specification_token3, + ACTIONS(4270), 1, aux_sym_exception_declaration_token1, - [50227] = 2, + [50226] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4277), 2, + ACTIONS(4272), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50235] = 3, + [50234] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4279), 1, + ACTIONS(4274), 1, sym_identifier, - ACTIONS(4281), 1, + ACTIONS(4276), 1, anon_sym_SEMI, - [50245] = 3, + [50244] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4283), 1, + ACTIONS(4278), 1, anon_sym_LPAREN, - ACTIONS(4285), 1, + ACTIONS(4280), 1, anon_sym_SEMI, - [50255] = 3, + [50254] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4287), 1, + ACTIONS(4282), 1, aux_sym_compilation_unit_token1, - ACTIONS(4289), 1, + ACTIONS(4284), 1, aux_sym_with_clause_token2, - [50265] = 3, + [50264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4291), 1, + ACTIONS(4286), 1, anon_sym_SEMI, - ACTIONS(4293), 1, + ACTIONS(4288), 1, aux_sym_accept_statement_token2, - [50275] = 3, + [50274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4295), 1, + ACTIONS(4290), 1, aux_sym_expression_token3, - ACTIONS(4297), 1, + ACTIONS(4292), 1, aux_sym_expression_token4, - [50285] = 2, + [50284] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4299), 2, + ACTIONS(4294), 2, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [50293] = 2, + aux_sym__package_specification_token3, + [50292] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4301), 2, + ACTIONS(4296), 2, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [50301] = 3, + aux_sym__package_specification_token3, + [50300] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4303), 1, + ACTIONS(4298), 1, sym_identifier, - ACTIONS(4305), 1, + ACTIONS(4300), 1, anon_sym_SEMI, - [50311] = 3, + [50310] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4307), 1, + ACTIONS(4302), 1, sym_identifier, - STATE(476), 1, + STATE(467), 1, sym_reduction_attribute_designator, - [50321] = 3, + [50320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4309), 1, + ACTIONS(4304), 1, sym_identifier, - ACTIONS(4311), 1, + ACTIONS(4306), 1, anon_sym_SEMI, - [50331] = 3, + [50330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3380), 1, + ACTIONS(3355), 1, anon_sym_SEMI, - ACTIONS(3822), 1, - aux_sym_package_specification_token2, - [50341] = 3, + ACTIONS(3828), 1, + aux_sym__package_specification_token2, + [50340] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4313), 1, - anon_sym_SEMI, - ACTIONS(4315), 1, - aux_sym_accept_statement_token2, - [50351] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4092), 2, + ACTIONS(3891), 2, anon_sym_COMMA, anon_sym_COLON, - [50359] = 3, + [50348] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4317), 1, + ACTIONS(4308), 1, + anon_sym_SEMI, + ACTIONS(4310), 1, + aux_sym_accept_statement_token2, + [50358] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4312), 1, aux_sym_iterated_element_association_token2, - ACTIONS(4319), 1, + ACTIONS(4314), 1, anon_sym_EQ_GT, - [50369] = 2, + [50368] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3597), 2, + ACTIONS(3766), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50377] = 2, + [50376] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4321), 2, + ACTIONS(4316), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50385] = 2, + [50384] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4323), 2, + ACTIONS(4318), 2, aux_sym_iterator_filter_token1, aux_sym_with_clause_token2, - [50393] = 3, + [50392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 1, + ACTIONS(4320), 1, aux_sym_with_clause_token2, STATE(1430), 1, sym_record_extension_part, - [50403] = 3, + [50402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4327), 1, + ACTIONS(4322), 1, anon_sym_SEMI, - ACTIONS(4329), 1, - aux_sym_package_specification_token2, - [50413] = 3, + ACTIONS(4324), 1, + aux_sym__package_specification_token2, + [50412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4331), 1, + ACTIONS(4326), 1, anon_sym_SEMI, + ACTIONS(4328), 1, + aux_sym__package_specification_token2, + [50422] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4331), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [50430] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4331), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [50438] = 3, + ACTIONS(3), 1, + sym_comment, ACTIONS(4333), 1, - aux_sym_package_specification_token2, - [50423] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4336), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [50431] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4336), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [50439] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4338), 1, sym_identifier, - ACTIONS(4340), 1, + ACTIONS(4335), 1, anon_sym_SEMI, - [50449] = 2, + [50448] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4342), 2, + ACTIONS(4337), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [50457] = 3, + [50456] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2900), 1, + ACTIONS(2902), 1, aux_sym_result_profile_token1, STATE(878), 1, sym_result_profile, - [50467] = 2, + [50466] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4344), 2, + ACTIONS(4339), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [50475] = 2, + [50474] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 2, + ACTIONS(3263), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [50483] = 3, + [50482] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4202), 1, + ACTIONS(4212), 1, anon_sym_COMMA, - ACTIONS(4346), 1, + ACTIONS(4341), 1, anon_sym_RBRACK, - [50493] = 3, + [50492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3233), 1, + ACTIONS(3263), 1, anon_sym_PIPE, - ACTIONS(4349), 1, + ACTIONS(4344), 1, anon_sym_EQ_GT, - [50503] = 2, + [50502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4155), 2, + ACTIONS(4150), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50511] = 2, + [50510] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4352), 2, + ACTIONS(4347), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50519] = 3, + [50518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4354), 1, - anon_sym_SEMI, - ACTIONS(4356), 1, - aux_sym_package_specification_token2, - [50529] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4358), 1, + ACTIONS(4349), 1, sym_identifier, - ACTIONS(4360), 1, + ACTIONS(4351), 1, anon_sym_SEMI, - [50539] = 3, + [50528] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4362), 1, + ACTIONS(4353), 1, anon_sym_SEMI, - ACTIONS(4364), 1, + ACTIONS(4355), 1, aux_sym_accept_statement_token2, - [50549] = 2, + [50538] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4366), 2, + ACTIONS(4357), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50557] = 3, + [50546] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4368), 1, + ACTIONS(4359), 1, sym_identifier, - ACTIONS(4370), 1, + ACTIONS(4361), 1, anon_sym_SEMI, - [50567] = 2, + [50556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4372), 2, + ACTIONS(4363), 1, + anon_sym_SEMI, + ACTIONS(4365), 1, + aux_sym__package_specification_token2, + [50566] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4367), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50575] = 3, + [50574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4374), 1, + ACTIONS(4369), 1, anon_sym_SEMI, - ACTIONS(4376), 1, - aux_sym_package_specification_token2, - [50585] = 3, + ACTIONS(4371), 1, + aux_sym__package_specification_token2, + [50584] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2421), 1, - aux_sym_access_to_subprogram_definition_token2, ACTIONS(2423), 1, + aux_sym_access_to_subprogram_definition_token2, + ACTIONS(2425), 1, aux_sym_access_to_subprogram_definition_token3, - [50595] = 2, + [50594] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3762), 2, + ACTIONS(3676), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50603] = 2, + [50602] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4378), 2, + ACTIONS(4373), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50611] = 3, + [50610] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(2816), 1, anon_sym_LPAREN, STATE(1423), 1, sym_formal_part, - [50621] = 3, + [50620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4380), 1, + ACTIONS(4375), 1, aux_sym_chunk_specification_token1, - ACTIONS(4382), 1, + ACTIONS(4377), 1, aux_sym_iterator_specification_token1, - [50631] = 2, + [50630] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4384), 2, + ACTIONS(4379), 2, aux_sym_chunk_specification_token1, aux_sym_iterator_specification_token1, - [50639] = 3, + [50638] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4386), 1, - aux_sym_compilation_unit_token1, - ACTIONS(4388), 1, - aux_sym_with_clause_token1, - [50649] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4390), 2, + ACTIONS(4381), 2, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [50657] = 3, + aux_sym__package_specification_token3, + [50646] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 1, + ACTIONS(4383), 1, + aux_sym_compilation_unit_token1, + ACTIONS(4385), 1, + aux_sym_with_clause_token1, + [50656] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4320), 1, aux_sym_with_clause_token2, - STATE(1457), 1, + STATE(1459), 1, sym_record_extension_part, - [50667] = 3, + [50666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4392), 1, + ACTIONS(4177), 1, + sym_identifier, + ACTIONS(4179), 1, + aux_sym_use_clause_token2, + [50676] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4387), 1, aux_sym_with_clause_token2, STATE(1430), 1, sym_record_extension_part, - [50677] = 3, + [50686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4181), 1, - sym_identifier, - ACTIONS(4183), 1, - aux_sym_use_clause_token2, - [50687] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4128), 1, - sym_identifier, ACTIONS(4130), 1, - aux_sym_use_clause_token2, - [50697] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4394), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50705] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4396), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [50713] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4398), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [50721] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4400), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50729] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4051), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [50737] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3239), 1, - aux_sym_allocator_token1, - ACTIONS(3253), 1, - aux_sym_interface_type_definition_token2, - [50747] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4402), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50755] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4213), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [50763] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4404), 1, sym_identifier, - ACTIONS(4406), 1, - anon_sym_SEMI, - [50773] = 2, + ACTIONS(4132), 1, + aux_sym_use_clause_token2, + [50696] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4408), 2, + ACTIONS(4389), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50704] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4391), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50712] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4393), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50720] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4029), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4395), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50736] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 1, + aux_sym_interface_type_definition_token2, + ACTIONS(3269), 1, + aux_sym_allocator_token1, + [50746] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4397), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50754] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4399), 1, + sym_identifier, + ACTIONS(4401), 1, + anon_sym_SEMI, + [50764] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3826), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [50772] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4403), 1, + sym_identifier, + ACTIONS(4405), 1, + anon_sym_SEMI, + [50782] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4407), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50790] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4409), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50798] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4411), 2, sym_identifier, sym_string_literal, - [50781] = 3, + [50806] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4410), 1, + ACTIONS(4413), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50814] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4415), 1, + sym_identifier, + ACTIONS(4417), 1, + anon_sym_SEMI, + [50824] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4419), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [50832] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4421), 1, + aux_sym_with_clause_token2, + STATE(1507), 1, + sym_record_extension_part, + [50842] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4423), 1, anon_sym_COMMA, - STATE(1141), 1, + STATE(1117), 1, aux_sym_positional_array_aggregate_repeat1, - [50791] = 2, + [50852] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4412), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50799] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4414), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50807] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4416), 1, + ACTIONS(4425), 1, sym_identifier, - ACTIONS(4418), 1, + ACTIONS(4427), 1, anon_sym_SEMI, - [50817] = 2, + [50862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4420), 2, + ACTIONS(3657), 1, anon_sym_SEMI, - aux_sym_with_clause_token2, - [50825] = 3, + ACTIONS(3659), 1, + aux_sym__package_specification_token2, + [50872] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4422), 1, + ACTIONS(4429), 1, sym_identifier, - ACTIONS(4424), 1, + ACTIONS(4431), 1, anon_sym_SEMI, - [50835] = 2, + [50882] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4426), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [50843] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4428), 1, - aux_sym_with_clause_token2, - STATE(1503), 1, - sym_record_extension_part, - [50853] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3754), 1, - anon_sym_SEMI, - ACTIONS(3756), 1, - aux_sym_package_specification_token2, - [50863] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4430), 1, - sym_identifier, - ACTIONS(4432), 1, - anon_sym_SEMI, - [50873] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4434), 2, + ACTIONS(4433), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50881] = 3, + [50890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4436), 1, + ACTIONS(4435), 1, sym_identifier, - ACTIONS(4438), 1, + ACTIONS(4437), 1, anon_sym_SEMI, - [50891] = 3, + [50900] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4440), 1, + ACTIONS(4439), 1, sym_identifier, - ACTIONS(4442), 1, + ACTIONS(4441), 1, anon_sym_SEMI, - [50901] = 2, + [50910] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4122), 2, + ACTIONS(4204), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50909] = 2, + [50918] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4444), 2, + ACTIONS(4443), 2, anon_sym_COMMA, anon_sym_RPAREN, - [50917] = 2, + [50926] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4446), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [50925] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4448), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [50933] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4450), 2, + ACTIONS(4445), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [50941] = 3, + [50934] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4452), 1, + ACTIONS(4447), 1, aux_sym_with_clause_token2, - ACTIONS(4454), 1, + ACTIONS(4449), 1, aux_sym_expression_token1, - [50951] = 3, + [50944] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4456), 1, + ACTIONS(4451), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50952] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4453), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [50960] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4455), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4458), 1, + ACTIONS(4457), 1, aux_sym_access_to_subprogram_definition_token3, - [50961] = 3, + [50970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(504), 1, + ACTIONS(522), 1, aux_sym_iterated_element_association_token1, - STATE(1564), 1, + STATE(1573), 1, sym_iterated_element_association, - [50971] = 2, + [50980] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3804), 2, + ACTIONS(3759), 2, anon_sym_RPAREN, anon_sym_SEMI, - [50979] = 3, + [50988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3143), 1, aux_sym_iterator_filter_token1, - STATE(1889), 1, + STATE(1888), 1, sym_entry_barrier, - [50989] = 3, + [50998] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4325), 1, + ACTIONS(356), 1, + aux_sym__package_specification_token3, + ACTIONS(358), 1, + aux_sym_subprogram_body_token1, + [51008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3881), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51016] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4459), 1, + sym_identifier, + ACTIONS(4461), 1, + anon_sym_SEMI, + [51026] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4320), 1, aux_sym_with_clause_token2, - STATE(1503), 1, + STATE(1507), 1, sym_record_extension_part, - [50999] = 3, + [51036] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4460), 1, + ACTIONS(4463), 1, aux_sym_access_to_subprogram_definition_token2, - ACTIONS(4462), 1, + ACTIONS(4465), 1, aux_sym_access_to_subprogram_definition_token3, - [51009] = 2, + [51046] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3880), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51017] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4464), 1, - sym_identifier, - ACTIONS(4466), 1, - anon_sym_SEMI, - [51027] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4468), 2, + ACTIONS(4467), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51035] = 3, + [51054] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4470), 1, + ACTIONS(4469), 1, aux_sym_with_clause_token2, - ACTIONS(4472), 1, + ACTIONS(4471), 1, aux_sym_expression_token1, - [51045] = 2, + [51064] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4474), 2, + ACTIONS(4473), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51053] = 2, + [51072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4476), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51061] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4478), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51069] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4480), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51077] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4482), 2, + ACTIONS(4475), 2, aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [51085] = 2, + aux_sym__package_specification_token3, + [51080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3839), 2, + ACTIONS(3844), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51093] = 2, + [51088] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2492), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [51101] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4484), 2, + ACTIONS(4477), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51109] = 3, + [51096] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4486), 1, - sym_identifier, - ACTIONS(4488), 1, + ACTIONS(4479), 2, anon_sym_SEMI, - [51119] = 3, + aux_sym_with_clause_token2, + [51104] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3342), 1, + ACTIONS(4481), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51112] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4483), 1, + sym_identifier, + ACTIONS(4485), 1, + anon_sym_SEMI, + [51122] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2488), 2, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + [51130] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4487), 1, + sym_identifier, + ACTIONS(4489), 1, + anon_sym_SEMI, + [51140] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4491), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51148] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3393), 1, aux_sym_compilation_unit_token1, - ACTIONS(3663), 1, + ACTIONS(3595), 1, aux_sym_allocator_token1, - [51129] = 3, + [51158] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4490), 1, + ACTIONS(4493), 1, aux_sym_with_clause_token2, - STATE(1457), 1, + STATE(1459), 1, sym_record_extension_part, - [51139] = 3, + [51168] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4492), 1, - sym_identifier, - ACTIONS(4494), 1, - anon_sym_SEMI, - [51149] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4496), 2, + ACTIONS(4495), 2, anon_sym_SEMI, aux_sym_with_clause_token2, - [51157] = 2, + [51176] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4498), 2, + ACTIONS(4497), 2, anon_sym_RPAREN, anon_sym_SEMI, - [51165] = 2, + [51184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4500), 2, + ACTIONS(4499), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51173] = 3, + [51192] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4502), 1, + ACTIONS(4501), 1, sym_identifier, - ACTIONS(4504), 1, + ACTIONS(4503), 1, anon_sym_SEMI, - [51183] = 3, + [51202] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4506), 1, + ACTIONS(4505), 1, sym_identifier, - ACTIONS(4508), 1, + ACTIONS(4507), 1, anon_sym_SEMI, - [51193] = 3, + [51212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4510), 1, + ACTIONS(4509), 1, sym_identifier, - ACTIONS(4512), 1, + ACTIONS(4511), 1, anon_sym_SEMI, - [51203] = 2, + [51222] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4514), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51211] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4516), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51219] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3747), 1, + ACTIONS(3752), 1, aux_sym_compilation_unit_token1, - ACTIONS(4518), 1, + ACTIONS(4513), 1, aux_sym_with_clause_token1, - [51229] = 3, + [51232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4520), 1, - anon_sym_COMMA, - ACTIONS(4522), 1, - anon_sym_RPAREN, - [51239] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3204), 1, + ACTIONS(3143), 1, aux_sym_iterator_filter_token1, - STATE(1746), 1, + STATE(1745), 1, sym_entry_barrier, - [51249] = 2, + [51242] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3885), 2, + ACTIONS(4515), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51250] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4517), 2, + aux_sym_iterator_filter_token1, + aux_sym_with_clause_token2, + [51258] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4519), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51266] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4521), 1, + aux_sym_with_clause_token2, + ACTIONS(4523), 1, + aux_sym_expression_token1, + [51276] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4525), 1, + anon_sym_COMMA, + ACTIONS(4527), 1, + anon_sym_RPAREN, + [51286] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4530), 1, + sym_identifier, + ACTIONS(4532), 1, + anon_sym_SEMI, + [51296] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4534), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51304] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4218), 2, anon_sym_EQ_GT, anon_sym_PIPE, - [51257] = 2, + [51312] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3665), 1, + anon_sym_COMMA, + ACTIONS(3667), 1, + anon_sym_RPAREN, + [51322] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3728), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51330] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4536), 2, + aux_sym_iterator_filter_token1, + aux_sym__package_specification_token3, + [51338] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3707), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51346] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4538), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51354] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4540), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51362] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4145), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51370] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4119), 2, + anon_sym_EQ_GT, + anon_sym_PIPE, + [51378] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4542), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51386] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4544), 1, + anon_sym_COMMA, + ACTIONS(4546), 1, + anon_sym_RPAREN, + [51396] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4549), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51404] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4090), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51412] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4169), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51420] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3983), 2, + anon_sym_RPAREN, + anon_sym_SEMI, + [51428] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4551), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51436] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4553), 2, + anon_sym_SEMI, + aux_sym_with_clause_token2, + [51444] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4555), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51452] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4557), 1, + sym_identifier, + ACTIONS(4559), 1, + anon_sym_SEMI, + [51462] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4561), 1, + sym_identifier, + ACTIONS(4563), 1, + anon_sym_SEMI, + [51472] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4565), 1, + aux_sym__package_specification_token3, + ACTIONS(4567), 1, + aux_sym_subprogram_body_token1, + [51482] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4525), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51490] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4569), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51498] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4571), 1, + anon_sym_SEMI, + ACTIONS(4573), 1, + aux_sym__package_specification_token2, + [51508] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4575), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51516] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51524] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4577), 2, aux_sym_iterator_filter_token1, - aux_sym_with_clause_token2, - [51265] = 3, + aux_sym__package_specification_token3, + [51532] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4527), 1, - aux_sym_with_clause_token2, - ACTIONS(4529), 1, - aux_sym_expression_token1, - [51275] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4531), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51283] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(352), 1, - aux_sym_package_specification_token3, - ACTIONS(354), 1, - aux_sym_subprogram_body_token1, - [51293] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4533), 1, - sym_identifier, - ACTIONS(4535), 1, - anon_sym_SEMI, - [51303] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3676), 1, - anon_sym_COMMA, - ACTIONS(3678), 1, - anon_sym_RPAREN, - [51313] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4537), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51321] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4539), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [51329] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3696), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51337] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4541), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51345] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3689), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51353] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3829), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51361] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4543), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51369] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3871), 2, - anon_sym_EQ_GT, - anon_sym_PIPE, - [51377] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4545), 1, - anon_sym_COMMA, - ACTIONS(4547), 1, - anon_sym_RPAREN, - [51387] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3936), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51395] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4550), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51403] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4027), 2, - anon_sym_RPAREN, - anon_sym_SEMI, - [51411] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4552), 1, - sym_identifier, - ACTIONS(4554), 1, - anon_sym_SEMI, - [51421] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4556), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51429] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4558), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51437] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4560), 1, - anon_sym_SEMI, - ACTIONS(4562), 1, - aux_sym_package_specification_token2, - [51447] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4564), 2, - anon_sym_SEMI, - aux_sym_with_clause_token2, - [51455] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4566), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51463] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3253), 1, + ACTIONS(3249), 1, aux_sym_interface_type_definition_token2, - ACTIONS(3526), 1, + ACTIONS(3685), 1, aux_sym_allocator_token1, - [51473] = 3, + [51542] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4568), 1, - aux_sym_package_specification_token3, - ACTIONS(4570), 1, - aux_sym_subprogram_body_token1, - [51483] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4105), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51491] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4520), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51499] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4572), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51507] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4574), 2, - anon_sym_SEMI, - aux_sym_accept_statement_token2, - [51515] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4576), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51523] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4578), 1, + ACTIONS(4579), 1, sym_identifier, - ACTIONS(4580), 1, + ACTIONS(4581), 1, anon_sym_SEMI, - [51533] = 3, + [51552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4583), 1, aux_sym_iterator_filter_token1, - STATE(1262), 1, + STATE(1481), 1, sym_case_expression_alternative, - [51543] = 2, + [51562] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4584), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51551] = 2, + ACTIONS(4585), 2, + anon_sym_SEMI, + aux_sym_accept_statement_token2, + [51570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3915), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51559] = 3, + ACTIONS(4587), 1, + sym_identifier, + ACTIONS(4589), 1, + anon_sym_SEMI, + [51580] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4582), 1, + ACTIONS(4583), 1, aux_sym_iterator_filter_token1, - STATE(1480), 1, + STATE(1261), 1, sym_case_expression_alternative, - [51569] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4587), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51577] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4589), 2, - aux_sym_iterator_filter_token1, - aux_sym_package_specification_token3, - [51585] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3867), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [51593] = 3, + [51590] = 3, ACTIONS(3), 1, sym_comment, ACTIONS(4591), 1, sym_identifier, ACTIONS(4593), 1, anon_sym_SEMI, - [51603] = 3, + [51600] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4595), 1, - sym_identifier, - ACTIONS(4597), 1, + ACTIONS(4595), 2, anon_sym_SEMI, - [51613] = 2, + aux_sym_accept_statement_token2, + [51608] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4597), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [51616] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4599), 1, - anon_sym_RPAREN, - [51620] = 2, + anon_sym_SEMI, + [51623] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4601), 1, - anon_sym_SEMI, - [51627] = 2, + aux_sym__package_specification_token2, + [51630] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4603), 1, - anon_sym_EQ_GT, - [51634] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4605), 1, - anon_sym_RBRACK, - [51641] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4607), 1, - anon_sym_RPAREN, - [51648] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4609), 1, anon_sym_SEMI, - [51655] = 2, + [51637] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4611), 1, + ACTIONS(4369), 1, anon_sym_SEMI, - [51662] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4613), 1, - anon_sym_RPAREN, - [51669] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4615), 1, - anon_sym_RPAREN, - [51676] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4617), 1, - anon_sym_SEMI, - [51683] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4619), 1, - aux_sym_subprogram_body_token1, - [51690] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4621), 1, - anon_sym_SEMI, - [51697] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4623), 1, - anon_sym_SEMI, - [51704] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4625), 1, - aux_sym_package_specification_token3, - [51711] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4615), 1, - anon_sym_RBRACK, - [51718] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4627), 1, - anon_sym_SEMI, - [51725] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4629), 1, - anon_sym_SEMI, - [51732] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4631), 1, - anon_sym_SEMI, - [51739] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4633), 1, - anon_sym_SEMI, - [51746] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4635), 1, - anon_sym_SEMI, - [51753] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4637), 1, - anon_sym_SEMI, - [51760] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4639), 1, - aux_sym_with_clause_token2, - [51767] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4641), 1, - anon_sym_RPAREN, - [51774] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4643), 1, - aux_sym_loop_statement_token1, - [51781] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4645), 1, - anon_sym_SEMI, - [51788] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4647), 1, - aux_sym_package_specification_token3, - [51795] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4649), 1, - aux_sym_package_specification_token3, - [51802] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4651), 1, - anon_sym_RPAREN, - [51809] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4653), 1, - anon_sym_SEMI, - [51816] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4655), 1, - anon_sym_SEMI, - [51823] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4657), 1, - anon_sym_SEMI, - [51830] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4659), 1, - anon_sym_RPAREN, - [51837] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4661), 1, - anon_sym_RPAREN, - [51844] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4663), 1, - anon_sym_SEMI, - [51851] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3414), 1, - anon_sym_SEMI, - [51858] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4665), 1, - anon_sym_SEMI, - [51865] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4667), 1, - anon_sym_LT_GT, - [51872] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4669), 1, - aux_sym_compilation_unit_token1, - [51879] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4671), 1, - anon_sym_SEMI, - [51886] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4673), 1, - anon_sym_SEMI, - [51893] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4675), 1, - aux_sym_compilation_unit_token1, - [51900] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4677), 1, - aux_sym_if_expression_token1, - [51907] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3892), 1, - anon_sym_SEMI, - [51914] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4679), 1, - aux_sym_if_expression_token1, - [51921] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4681), 1, - aux_sym_expression_token2, - [51928] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4683), 1, - aux_sym_package_specification_token3, - [51935] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4685), 1, - aux_sym_iterated_element_association_token2, - [51942] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4687), 1, - aux_sym_iterated_element_association_token2, - [51949] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4689), 1, - anon_sym_SEMI, - [51956] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4691), 1, - anon_sym_SEMI, - [51963] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4693), 1, - aux_sym_asynchronous_select_token1, - [51970] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4695), 1, - aux_sym_package_specification_token3, - [51977] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4697), 1, - anon_sym_SEMI, - [51984] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4699), 1, - aux_sym_package_specification_token3, - [51991] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4701), 1, - aux_sym_asynchronous_select_token1, - [51998] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4703), 1, - anon_sym_SEMI, - [52005] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4705), 1, - anon_sym_SEMI, - [52012] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4707), 1, - aux_sym_asynchronous_select_token1, - [52019] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4085), 1, - anon_sym_SEMI, - [52026] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4709), 1, - aux_sym_result_profile_token1, - [52033] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4711), 1, - aux_sym_record_component_association_list_token1, - [52040] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4713), 1, - aux_sym_if_expression_token1, - [52047] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4715), 1, - aux_sym_if_expression_token1, - [52054] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4717), 1, - anon_sym_SEMI, - [52061] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4719), 1, - anon_sym_SEMI, - [52068] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4721), 1, - aux_sym_package_specification_token3, - [52075] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4723), 1, - anon_sym_SEMI, - [52082] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3405), 1, - anon_sym_SEMI, - [52089] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4177), 1, - anon_sym_SEMI, - [52096] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4725), 1, - aux_sym_iterated_element_association_token2, - [52103] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4727), 1, - anon_sym_SEMI, - [52110] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4729), 1, - anon_sym_SEMI, - [52117] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4568), 1, - aux_sym_package_specification_token3, - [52124] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4731), 1, - aux_sym_asynchronous_select_token1, - [52131] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4733), 1, - aux_sym_package_specification_token3, - [52138] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4735), 1, - anon_sym_LT_GT, - [52145] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4737), 1, - anon_sym_LT_GT, - [52152] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4739), 1, - anon_sym_LT_GT, - [52159] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4741), 1, - anon_sym_SEMI, - [52166] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4743), 1, - anon_sym_LT_GT, - [52173] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4745), 1, - anon_sym_LT_GT, - [52180] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4747), 1, - anon_sym_SEMI, - [52187] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4749), 1, - anon_sym_SEMI, - [52194] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4751), 1, - aux_sym_if_expression_token1, - [52201] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4753), 1, - aux_sym_if_expression_token1, - [52208] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4755), 1, - aux_sym_allocator_token1, - [52215] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4757), 1, - anon_sym_SEMI, - [52222] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4759), 1, - anon_sym_SEMI, - [52229] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4761), 1, - aux_sym_if_expression_token1, - [52236] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(416), 1, - aux_sym_subprogram_body_token1, - [52243] = 2, + [51644] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(340), 1, aux_sym_private_type_declaration_token1, - [52250] = 2, + [51651] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4560), 1, + ACTIONS(4605), 1, anon_sym_SEMI, - [52257] = 2, + [51658] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4565), 1, + aux_sym__package_specification_token3, + [51665] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4607), 1, + anon_sym_SEMI, + [51672] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4609), 1, + aux_sym_record_component_association_list_token1, + [51679] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4611), 1, + aux_sym_if_expression_token1, + [51686] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4613), 1, + anon_sym_RPAREN, + [51693] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4615), 1, + anon_sym_EQ_GT, + [51700] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4617), 1, + anon_sym_RBRACK, + [51707] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4619), 1, + anon_sym_RPAREN, + [51714] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4621), 1, + anon_sym_SEMI, + [51721] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4623), 1, + anon_sym_SEMI, + [51728] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4625), 1, + anon_sym_RPAREN, + [51735] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4627), 1, + anon_sym_RPAREN, + [51742] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4629), 1, + anon_sym_SEMI, + [51749] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4631), 1, + aux_sym_subprogram_body_token1, + [51756] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4633), 1, + anon_sym_SEMI, + [51763] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4635), 1, + anon_sym_SEMI, + [51770] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4637), 1, + aux_sym__package_specification_token3, + [51777] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4627), 1, + anon_sym_RBRACK, + [51784] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4639), 1, + anon_sym_SEMI, + [51791] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4641), 1, + anon_sym_SEMI, + [51798] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4643), 1, + anon_sym_SEMI, + [51805] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4645), 1, + anon_sym_SEMI, + [51812] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4647), 1, + anon_sym_SEMI, + [51819] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4649), 1, + anon_sym_SEMI, + [51826] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4651), 1, + aux_sym_with_clause_token2, + [51833] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4653), 1, + anon_sym_RPAREN, + [51840] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4655), 1, + aux_sym_loop_statement_token1, + [51847] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4657), 1, + anon_sym_SEMI, + [51854] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4659), 1, + aux_sym__package_specification_token3, + [51861] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4661), 1, + aux_sym__package_specification_token3, + [51868] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4663), 1, + anon_sym_RPAREN, + [51875] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4665), 1, + anon_sym_SEMI, + [51882] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4667), 1, + anon_sym_SEMI, + [51889] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4669), 1, + anon_sym_SEMI, + [51896] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4671), 1, + anon_sym_RPAREN, + [51903] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4673), 1, + anon_sym_RPAREN, + [51910] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4675), 1, + anon_sym_SEMI, + [51917] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3421), 1, + anon_sym_SEMI, + [51924] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4677), 1, + anon_sym_SEMI, + [51931] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4679), 1, + anon_sym_LT_GT, + [51938] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4681), 1, + aux_sym_compilation_unit_token1, + [51945] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4683), 1, + anon_sym_SEMI, + [51952] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4685), 1, + anon_sym_SEMI, + [51959] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4687), 1, + aux_sym_compilation_unit_token1, + [51966] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4689), 1, + anon_sym_SEMI, + [51973] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4691), 1, + aux_sym_if_expression_token1, + [51980] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4693), 1, + aux_sym_expression_token2, + [51987] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4695), 1, + aux_sym__package_specification_token3, + [51994] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4697), 1, + aux_sym_iterated_element_association_token2, + [52001] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4699), 1, + aux_sym_iterated_element_association_token2, + [52008] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4701), 1, + anon_sym_SEMI, + [52015] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4703), 1, + aux_sym_asynchronous_select_token1, + [52022] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4705), 1, + aux_sym__package_specification_token3, + [52029] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4707), 1, + anon_sym_SEMI, + [52036] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4709), 1, + aux_sym__package_specification_token3, + [52043] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4711), 1, + aux_sym_asynchronous_select_token1, + [52050] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4713), 1, + anon_sym_SEMI, + [52057] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4715), 1, + anon_sym_SEMI, + [52064] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4717), 1, + aux_sym_asynchronous_select_token1, + [52071] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4024), 1, + anon_sym_SEMI, + [52078] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4719), 1, + aux_sym_result_profile_token1, + [52085] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4721), 1, + aux_sym_if_expression_token1, + [52092] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4723), 1, + aux_sym_if_expression_token1, + [52099] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4725), 1, + anon_sym_SEMI, + [52106] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4727), 1, + anon_sym_SEMI, + [52113] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4729), 1, + aux_sym__package_specification_token3, + [52120] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3319), 1, + anon_sym_SEMI, + [52127] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3869), 1, + anon_sym_SEMI, + [52134] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4731), 1, + aux_sym_iterated_element_association_token2, + [52141] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4733), 1, + anon_sym_SEMI, + [52148] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4735), 1, + anon_sym_SEMI, + [52155] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4737), 1, + aux_sym_asynchronous_select_token1, + [52162] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4739), 1, + aux_sym__package_specification_token3, + [52169] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4741), 1, + anon_sym_LT_GT, + [52176] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4743), 1, + anon_sym_LT_GT, + [52183] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4745), 1, + anon_sym_LT_GT, + [52190] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4747), 1, + anon_sym_SEMI, + [52197] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4749), 1, + anon_sym_LT_GT, + [52204] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4751), 1, + anon_sym_LT_GT, + [52211] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4753), 1, + anon_sym_SEMI, + [52218] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4755), 1, + aux_sym_if_expression_token1, + [52225] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4757), 1, + aux_sym_if_expression_token1, + [52232] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4759), 1, + aux_sym_allocator_token1, + [52239] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4761), 1, + anon_sym_SEMI, + [52246] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4763), 1, anon_sym_SEMI, - [52264] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4374), 1, - anon_sym_SEMI, - [52271] = 2, + [52253] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4765), 1, + aux_sym_if_expression_token1, + [52260] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(426), 1, + aux_sym_subprogram_body_token1, + [52267] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4571), 1, anon_sym_SEMI, - [52278] = 2, + [52274] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4767), 1, - aux_sym_with_clause_token2, - [52285] = 2, + anon_sym_SEMI, + [52281] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4769), 1, - anon_sym_SEMI, - [52292] = 2, + aux_sym_with_clause_token2, + [52288] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4771), 1, - aux_sym_if_expression_token1, - [52299] = 2, + anon_sym_SEMI, + [52295] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4773), 1, - aux_sym_if_expression_token1, - [52306] = 2, + anon_sym_SEMI, + [52302] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4775), 1, aux_sym_case_expression_token1, - [52313] = 2, + [52309] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4777), 1, anon_sym_EQ_GT, - [52320] = 2, + [52316] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4779), 1, - anon_sym_SEMI, - [52327] = 2, + aux_sym_if_expression_token1, + [52323] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4781), 1, anon_sym_SEMI, - [52334] = 2, + [52330] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4783), 1, anon_sym_SEMI, - [52341] = 2, + [52337] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4785), 1, anon_sym_EQ_GT, - [52348] = 2, + [52344] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4787), 1, anon_sym_RPAREN, - [52355] = 2, + [52351] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4789), 1, anon_sym_SEMI, - [52362] = 2, + [52358] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4791), 1, - aux_sym_if_expression_token1, - [52369] = 2, + anon_sym_SEMI, + [52365] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4793), 1, anon_sym_SEMI, - [52376] = 2, + [52372] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4795), 1, + aux_sym_if_expression_token1, + [52379] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3886), 1, anon_sym_SEMI, - [52383] = 2, + [52386] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4797), 1, - anon_sym_EQ_GT, - [52390] = 2, + anon_sym_SEMI, + [52393] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4799), 1, - anon_sym_SEMI, - [52397] = 2, + anon_sym_RPAREN, + [52400] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4801), 1, - anon_sym_RPAREN, - [52404] = 2, + anon_sym_SEMI, + [52407] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4803), 1, - anon_sym_SEMI, - [52411] = 2, + anon_sym_RPAREN, + [52414] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4805), 1, - aux_sym_package_specification_token2, - [52418] = 2, + anon_sym_EQ_GT, + [52421] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4807), 1, + ACTIONS(4808), 1, anon_sym_EQ_GT, - [52425] = 2, + [52428] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4810), 1, - anon_sym_EQ_GT, - [52432] = 2, + anon_sym_RPAREN, + [52435] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4812), 1, - anon_sym_RPAREN, - [52439] = 2, + aux_sym__package_specification_token3, + [52442] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(350), 1, + aux_sym_private_type_declaration_token1, + [52449] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4814), 1, - aux_sym_package_specification_token3, - [52446] = 2, + aux_sym__package_specification_token2, + [52456] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4816), 1, aux_sym_record_component_association_list_token1, - [52453] = 2, + [52463] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4535), 1, + ACTIONS(4532), 1, anon_sym_SEMI, - [52460] = 2, + [52470] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4818), 1, - aux_sym_package_specification_token2, - [52467] = 2, + aux_sym_allocator_token1, + [52477] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4820), 1, - aux_sym_allocator_token1, - [52474] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3747), 1, - aux_sym_compilation_unit_token1, - [52481] = 2, + aux_sym__package_specification_token2, + [52484] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4822), 1, - aux_sym_allocator_token1, - [52488] = 2, + aux_sym_if_expression_token1, + [52491] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4511), 1, + anon_sym_SEMI, + [52498] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4824), 1, - aux_sym_if_expression_token1, - [52495] = 2, + sym_identifier, + [52505] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4512), 1, - anon_sym_SEMI, - [52502] = 2, + ACTIONS(3752), 1, + aux_sym_compilation_unit_token1, + [52512] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4826), 1, - sym_identifier, - [52509] = 2, + aux_sym__package_specification_token2, + [52519] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4828), 1, anon_sym_SEMI, - [52516] = 2, + [52526] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4830), 1, - aux_sym_package_specification_token2, - [52523] = 2, + anon_sym_SEMI, + [52533] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4832), 1, + aux_sym_with_clause_token2, + [52540] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4503), 1, anon_sym_SEMI, - [52530] = 2, + [52547] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4834), 1, - anon_sym_SEMI, - [52537] = 2, + aux_sym_allocator_token1, + [52554] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4836), 1, - aux_sym_with_clause_token2, - [52544] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4504), 1, - anon_sym_SEMI, - [52551] = 2, + anon_sym_EQ_GT, + [52561] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4838), 1, - anon_sym_SEMI, - [52558] = 2, + anon_sym_COLON, + [52568] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4840), 1, - anon_sym_EQ_GT, - [52565] = 2, + aux_sym__package_specification_token3, + [52575] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4842), 1, - anon_sym_COLON, - [52572] = 2, + anon_sym_SEMI, + [52582] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4844), 1, - aux_sym_package_specification_token3, - [52579] = 2, + aux_sym_package_body_token1, + [52589] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4846), 1, - sym_identifier, - [52586] = 2, + anon_sym_SEMI, + [52596] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4848), 1, - aux_sym_package_body_token1, - [52593] = 2, + sym_identifier, + [52603] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4850), 1, - aux_sym_with_clause_token2, - [52600] = 2, + aux_sym_package_body_token1, + [52610] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4852), 1, - sym_identifier, - [52607] = 2, + aux_sym_package_body_token1, + [52617] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4854), 1, - aux_sym_package_body_token1, - [52614] = 2, + sym_identifier, + [52624] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4856), 1, - aux_sym_package_body_token1, - [52621] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3822), 1, - aux_sym_package_specification_token2, - [52628] = 2, + aux_sym_with_clause_token2, + [52631] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4858), 1, anon_sym_SEMI, - [52635] = 2, + [52638] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4117), 1, + anon_sym_SEMI, + [52645] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3828), 1, + aux_sym__package_specification_token2, + [52652] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3595), 1, + aux_sym_allocator_token1, + [52659] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4860), 1, - anon_sym_SEMI, - [52642] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4069), 1, - anon_sym_SEMI, - [52649] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4488), 1, - anon_sym_SEMI, - [52656] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3663), 1, - aux_sym_allocator_token1, - [52663] = 2, + aux_sym__package_specification_token3, + [52666] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4862), 1, - aux_sym_package_specification_token3, - [52670] = 2, + aux_sym_allocator_token1, + [52673] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4485), 1, + anon_sym_SEMI, + [52680] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4864), 1, - aux_sym_allocator_token1, - [52677] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4494), 1, - anon_sym_SEMI, - [52684] = 2, + aux_sym__package_specification_token3, + [52687] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4866), 1, - aux_sym_package_specification_token3, - [52691] = 2, + anon_sym_COLON, + [52694] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4041), 1, + anon_sym_SEMI, + [52701] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4868), 1, - anon_sym_COLON, - [52698] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4100), 1, - anon_sym_SEMI, - [52705] = 2, + sym_identifier, + [52708] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4870), 1, - sym_identifier, - [52712] = 2, + anon_sym_SEMI, + [52715] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4872), 1, - aux_sym_with_clause_token2, - [52719] = 2, + aux_sym_component_list_token1, + [52722] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4874), 1, - aux_sym_component_list_token1, - [52726] = 2, + aux_sym_with_clause_token2, + [52729] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4489), 1, + anon_sym_SEMI, + [52736] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4876), 1, - anon_sym_EQ_GT, - [52733] = 2, + anon_sym_DOT_DOT, + [52743] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4376), 1, - aux_sym_package_specification_token2, - [52740] = 2, + ACTIONS(3990), 1, + anon_sym_SEMI, + [52750] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4878), 1, - anon_sym_DOT_DOT, - [52747] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4225), 1, - anon_sym_SEMI, - [52754] = 2, + aux_sym_compilation_unit_token1, + [52757] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4880), 1, - aux_sym_compilation_unit_token1, - [52761] = 2, + aux_sym_with_clause_token2, + [52764] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4016), 1, + anon_sym_SEMI, + [52771] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4882), 1, aux_sym_with_clause_token2, - [52768] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4144), 1, - anon_sym_SEMI, - [52775] = 2, + [52778] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4884), 1, - aux_sym_with_clause_token2, - [52782] = 2, + anon_sym_EQ_GT, + [52785] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4371), 1, + aux_sym__package_specification_token2, + [52792] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4886), 1, anon_sym_SEMI, - [52789] = 2, + [52799] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4466), 1, + ACTIONS(4461), 1, anon_sym_SEMI, - [52796] = 2, + [52806] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4888), 1, - anon_sym_SEMI, - [52803] = 2, + anon_sym_RPAREN, + [52813] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4890), 1, - aux_sym_expression_token2, - [52810] = 2, + anon_sym_SEMI, + [52820] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3355), 1, + anon_sym_SEMI, + [52827] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4892), 1, - anon_sym_SEMI, - [52817] = 2, + aux_sym__package_specification_token3, + [52834] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4894), 1, anon_sym_SEMI, - [52824] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3380), 1, - anon_sym_SEMI, - [52831] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(346), 1, - aux_sym_private_type_declaration_token1, - [52838] = 2, + [52841] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4896), 1, - aux_sym_package_specification_token3, - [52845] = 2, + anon_sym_SEMI, + [52848] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4898), 1, anon_sym_SEMI, - [52852] = 2, + [52855] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4900), 1, anon_sym_SEMI, - [52859] = 2, + [52862] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4902), 1, - anon_sym_SEMI, - [52866] = 2, + aux_sym_attribute_designator_token4, + [52869] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4904), 1, - aux_sym_attribute_designator_token4, - [52873] = 2, + aux_sym_with_clause_token2, + [52876] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4906), 1, - aux_sym_with_clause_token2, - [52880] = 2, + aux_sym_record_component_association_list_token1, + [52883] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4908), 1, - aux_sym_record_component_association_list_token1, - [52887] = 2, + sym_identifier, + [52890] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4910), 1, - sym_identifier, - [52894] = 2, + anon_sym_RPAREN, + [52897] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4912), 1, - anon_sym_RPAREN, - [52901] = 2, + aux_sym__package_specification_token2, + [52904] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4914), 1, - aux_sym_package_specification_token2, - [52908] = 2, + aux_sym__package_specification_token2, + [52911] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4916), 1, - aux_sym_package_specification_token2, - [52915] = 2, + anon_sym_SEMI, + [52918] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4918), 1, - anon_sym_SEMI, - [52922] = 2, + aux_sym_expression_token2, + [52925] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4920), 1, - aux_sym_if_expression_token1, - [52929] = 2, + anon_sym_EQ_GT, + [52932] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4922), 1, - anon_sym_EQ_GT, - [52936] = 2, + anon_sym_SEMI, + [52939] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4924), 1, - anon_sym_SEMI, - [52943] = 2, + aux_sym_if_expression_token1, + [52946] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4926), 1, - aux_sym_compilation_unit_token1, - [52950] = 2, + anon_sym_SEMI, + [52953] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4928), 1, - anon_sym_SEMI, - [52957] = 2, + aux_sym_compilation_unit_token1, + [52960] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4930), 1, - aux_sym_if_expression_token1, - [52964] = 2, + anon_sym_SEMI, + [52967] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4932), 1, + aux_sym_if_expression_token1, + [52974] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4300), 1, anon_sym_SEMI, - [52971] = 2, + [52981] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4934), 1, - aux_sym_compilation_unit_token1, - [52978] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4305), 1, - anon_sym_SEMI, - [52985] = 2, + aux_sym__aspect_mark_token1, + [52988] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4936), 1, - aux_sym__aspect_mark_token1, - [52992] = 2, + anon_sym_SEMI, + [52995] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4938), 1, anon_sym_SEMI, - [52999] = 2, + [53002] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4940), 1, - anon_sym_SEMI, - [53006] = 2, + aux_sym_if_expression_token1, + [53009] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4942), 1, aux_sym_if_expression_token1, - [53013] = 2, + [53016] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4944), 1, - aux_sym_if_expression_token1, - [53020] = 2, + aux_sym__package_specification_token3, + [53023] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4946), 1, - aux_sym_package_specification_token3, - [53027] = 2, + anon_sym_SEMI, + [53030] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4948), 1, anon_sym_SEMI, - [53034] = 2, + [53037] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4950), 1, + aux_sym_if_expression_token1, + [53044] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4243), 1, anon_sym_SEMI, - [53041] = 2, + [53051] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4952), 1, - aux_sym_if_expression_token1, - [53048] = 2, + aux_sym_compilation_unit_token1, + [53058] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4053), 1, + ACTIONS(4225), 1, anon_sym_SEMI, - [53055] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3910), 1, - anon_sym_SEMI, - [53062] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4065), 1, - anon_sym_SEMI, - [53069] = 2, + [53065] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4954), 1, anon_sym_RPAREN, - [53076] = 2, + [53072] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(428), 1, + ACTIONS(422), 1, aux_sym_subprogram_body_token1, - [53083] = 2, + [53079] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4956), 1, anon_sym_RPAREN, - [53090] = 2, + [53086] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4958), 1, aux_sym_expression_token2, - [53097] = 2, + [53093] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4960), 1, anon_sym_SEMI, - [53104] = 2, + [53100] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4962), 1, aux_sym_allocator_token1, - [53111] = 2, + [53107] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4964), 1, - aux_sym_package_specification_token3, - [53118] = 2, + aux_sym__package_specification_token3, + [53114] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4966), 1, aux_sym_loop_statement_token1, - [53125] = 2, + [53121] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4968), 1, anon_sym_RPAREN, - [53132] = 2, + [53128] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4968), 1, anon_sym_RBRACK, - [53139] = 2, + [53135] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4098), 1, + ACTIONS(4223), 1, anon_sym_SEMI, - [53146] = 2, + [53142] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4970), 1, anon_sym_SEMI, - [53153] = 2, + [53149] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4972), 1, anon_sym_SEMI, - [53160] = 2, + [53156] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4974), 1, anon_sym_SEMI, - [53167] = 2, + [53163] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3403), 1, + ACTIONS(3463), 1, anon_sym_SEMI, - [53174] = 2, + [53170] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4976), 1, aux_sym_with_clause_token2, - [53181] = 2, + [53177] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4978), 1, anon_sym_SEMI, - [53188] = 2, + [53184] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4442), 1, + ACTIONS(4441), 1, anon_sym_SEMI, - [53195] = 2, + [53191] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4980), 1, anon_sym_SEMI, - [53202] = 2, + [53198] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3911), 1, + anon_sym_SEMI, + [53205] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4982), 1, - anon_sym_RPAREN, - [53209] = 2, + aux_sym__package_specification_token3, + [53212] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4984), 1, - aux_sym_package_specification_token3, - [53216] = 2, + anon_sym_SEMI, + [53219] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4986), 1, - anon_sym_SEMI, - [53223] = 2, + anon_sym_RPAREN, + [53226] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4988), 1, - anon_sym_RPAREN, - [53230] = 2, + anon_sym_SEMI, + [53233] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4990), 1, anon_sym_SEMI, - [53237] = 2, + [53240] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4992), 1, - anon_sym_SEMI, - [53244] = 2, + aux_sym_if_expression_token1, + [53247] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4994), 1, - aux_sym_if_expression_token1, - [53251] = 2, + aux_sym_compilation_unit_token1, + [53254] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4996), 1, - aux_sym_compilation_unit_token1, - [53258] = 2, + aux_sym__package_specification_token3, + [53261] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(4998), 1, - aux_sym_package_specification_token3, - [53265] = 2, + anon_sym_RPAREN, + [53268] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5000), 1, - anon_sym_RPAREN, - [53272] = 2, + aux_sym_with_clause_token2, + [53275] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5002), 1, - aux_sym_with_clause_token2, - [53279] = 2, + anon_sym_SEMI, + [53282] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3581), 1, + aux_sym__package_specification_token3, + [53289] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5004), 1, anon_sym_SEMI, - [53286] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3613), 1, - aux_sym_package_specification_token3, - [53293] = 2, + [53296] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5006), 1, - anon_sym_SEMI, - [53300] = 2, + aux_sym_asynchronous_select_token1, + [53303] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5008), 1, - aux_sym_asynchronous_select_token1, - [53307] = 2, + aux_sym__package_specification_token3, + [53310] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5010), 1, - aux_sym_package_specification_token3, - [53314] = 2, + aux_sym__package_specification_token3, + [53317] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4136), 1, + anon_sym_SEMI, + [53324] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5012), 1, - aux_sym_package_specification_token3, - [53321] = 2, + anon_sym_EQ_GT, + [53331] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4142), 1, - anon_sym_SEMI, - [53328] = 2, + ACTIONS(4061), 1, + anon_sym_RPAREN, + [53338] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3830), 1, + aux_sym__package_specification_token2, + [53345] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5014), 1, - anon_sym_EQ_GT, - [53335] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4231), 1, - anon_sym_RPAREN, - [53342] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4150), 1, - aux_sym_package_specification_token2, - [53349] = 2, + aux_sym_iterated_element_association_token2, + [53352] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5016), 1, - aux_sym_iterated_element_association_token2, - [53356] = 2, + anon_sym_SEMI, + [53359] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5018), 1, anon_sym_SEMI, - [53363] = 2, + [53366] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5020), 1, anon_sym_SEMI, - [53370] = 2, + [53373] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5022), 1, - anon_sym_RPAREN, - [53377] = 2, + aux_sym_if_expression_token1, + [53380] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5024), 1, - aux_sym_package_specification_token2, - [53384] = 2, + aux_sym_if_expression_token1, + [53387] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5026), 1, - aux_sym_if_expression_token1, - [53391] = 2, + anon_sym_SEMI, + [53394] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5028), 1, - anon_sym_SEMI, - [53398] = 2, + anon_sym_RPAREN, + [53401] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5030), 1, - anon_sym_RPAREN, - [53405] = 2, + anon_sym_SEMI, + [53408] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5032), 1, - anon_sym_SEMI, - [53412] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4988), 1, - anon_sym_RBRACK, - [53419] = 2, + anon_sym_EQ_GT, + [53415] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5034), 1, - aux_sym_package_specification_token3, - [53426] = 2, + aux_sym__package_specification_token3, + [53422] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5036), 1, - aux_sym_package_specification_token2, - [53433] = 2, + aux_sym__package_specification_token2, + [53429] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4803), 1, + anon_sym_RBRACK, + [53436] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5038), 1, - anon_sym_EQ_GT, - [53440] = 2, + anon_sym_SEMI, + [53443] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5040), 1, anon_sym_SEMI, - [53447] = 2, + [53450] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5042), 1, - anon_sym_SEMI, - [53454] = 2, + aux_sym_if_expression_token1, + [53457] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3289), 1, + aux_sym_entry_declaration_token1, + [53464] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5044), 1, - aux_sym_if_expression_token1, - [53461] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3225), 1, - aux_sym_entry_declaration_token1, - [53468] = 2, + anon_sym_SEMI, + [53471] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5046), 1, anon_sym_SEMI, - [53475] = 2, + [53478] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5048), 1, - anon_sym_SEMI, - [53482] = 2, + anon_sym_EQ_GT, + [53485] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5050), 1, - anon_sym_SEMI, - [53489] = 2, + aux_sym_attribute_designator_token2, + [53492] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5052), 1, - aux_sym_attribute_designator_token2, - [53496] = 2, + anon_sym_SEMI, + [53499] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5054), 1, - anon_sym_SEMI, - [53503] = 2, + aux_sym_expression_token2, + [53506] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5056), 1, - aux_sym_expression_token2, - [53510] = 2, + aux_sym__package_specification_token2, + [53513] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5058), 1, - aux_sym_package_specification_token2, - [53517] = 2, + anon_sym_COLON, + [53520] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5060), 1, - anon_sym_COLON, - [53524] = 2, + sym_identifier, + [53527] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5062), 1, sym_identifier, - [53531] = 2, + [53534] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3901), 1, + anon_sym_RPAREN, + [53541] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5064), 1, - sym_identifier, - [53538] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4036), 1, - anon_sym_RPAREN, - [53545] = 2, + anon_sym_SEMI, + [53548] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5066), 1, - anon_sym_SEMI, - [53552] = 2, + sym_identifier, + [53555] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5068), 1, - sym_identifier, - [53559] = 2, + anon_sym_SEMI, + [53562] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5070), 1, - aux_sym_with_clause_token2, - [53566] = 2, + aux_sym__package_specification_token3, + [53569] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5072), 1, - aux_sym_package_specification_token3, - [53573] = 2, + aux_sym_with_clause_token2, + [53576] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5074), 1, anon_sym_SEMI, - [53580] = 2, + [53583] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5076), 1, - anon_sym_DOT_DOT, - [53587] = 2, + anon_sym_RPAREN, + [53590] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5078), 1, - anon_sym_RPAREN, - [53594] = 2, + anon_sym_COLON, + [53597] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5080), 1, - anon_sym_COLON, - [53601] = 2, + anon_sym_DOT_DOT, + [53604] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5082), 1, - anon_sym_DOT_DOT, - [53608] = 2, + aux_sym__package_specification_token2, + [53611] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5084), 1, - aux_sym_package_specification_token2, - [53615] = 2, + anon_sym_LPAREN, + [53618] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5086), 1, - anon_sym_LPAREN, - [53622] = 2, + anon_sym_SEMI, + [53625] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5088), 1, anon_sym_SEMI, - [53629] = 2, + [53632] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5090), 1, anon_sym_SEMI, - [53636] = 2, + [53639] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4406), 1, + ACTIONS(4405), 1, anon_sym_SEMI, - [53643] = 2, + [53646] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5092), 1, - anon_sym_SEMI, - [53650] = 2, + anon_sym_DOT_DOT, + [53653] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5094), 1, - aux_sym_package_specification_token3, - [53657] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3253), 1, - aux_sym_interface_type_definition_token2, - [53664] = 2, + aux_sym__package_specification_token3, + [53660] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5096), 1, aux_sym_subprogram_body_token1, - [53671] = 2, + [53667] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3249), 1, + aux_sym_interface_type_definition_token2, + [53674] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5098), 1, - aux_sym_record_component_association_list_token1, - [53678] = 2, + anon_sym_SEMI, + [53681] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5100), 1, - anon_sym_SEMI, - [53685] = 2, + aux_sym_record_component_association_list_token1, + [53688] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5102), 1, - anon_sym_RPAREN, - [53692] = 2, + anon_sym_SEMI, + [53695] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5104), 1, - anon_sym_SEMI, - [53699] = 2, + anon_sym_RPAREN, + [53702] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5106), 1, anon_sym_COLON, - [53706] = 2, + [53709] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5108), 1, - anon_sym_RPAREN, - [53713] = 2, + anon_sym_EQ_GT, + [53716] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5110), 1, - anon_sym_EQ_GT, - [53720] = 2, + aux_sym_case_expression_token1, + [53723] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5112), 1, - aux_sym_case_expression_token1, - [53727] = 2, + anon_sym_RPAREN, + [53730] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5114), 1, anon_sym_SEMI, - [53734] = 2, + [53737] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5116), 1, anon_sym_SEMI, - [53741] = 2, + [53744] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5118), 1, anon_sym_SEMI, - [53748] = 2, + [53751] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4067), 1, + ACTIONS(4057), 1, anon_sym_SEMI, - [53755] = 2, + [53758] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5120), 1, anon_sym_SEMI, - [53762] = 2, + [53765] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5122), 1, - aux_sym_package_specification_token2, - [53769] = 2, + aux_sym__package_specification_token2, + [53772] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5124), 1, - aux_sym_subunit_token1, - [53776] = 2, + aux_sym_with_clause_token2, + [53779] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5126), 1, - aux_sym_with_clause_token2, - [53783] = 2, + aux_sym_subunit_token1, + [53786] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5128), 1, anon_sym_SEMI, - [53790] = 2, + [53793] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5130), 1, - anon_sym_SEMI, - [53797] = 2, + aux_sym_compilation_unit_token1, + [53800] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5132), 1, aux_sym_compilation_unit_token1, - [53804] = 2, + [53807] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5134), 1, - aux_sym_compilation_unit_token1, - [53811] = 2, + anon_sym_SEMI, + [53814] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5136), 1, anon_sym_SEMI, - [53818] = 2, + [53821] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5138), 1, - anon_sym_SEMI, - [53825] = 2, + anon_sym_RPAREN, + [53828] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5140), 1, - anon_sym_RPAREN, - [53832] = 2, + anon_sym_SEMI, + [53835] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5142), 1, - anon_sym_SEMI, - [53839] = 2, + aux_sym_allocator_token1, + [53842] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5144), 1, - aux_sym_allocator_token1, - [53846] = 2, + anon_sym_SEMI, + [53849] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5146), 1, - aux_sym_package_specification_token3, - [53853] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4386), 1, - aux_sym_compilation_unit_token1, - [53860] = 2, + aux_sym__package_specification_token3, + [53856] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5148), 1, anon_sym_SEMI, - [53867] = 2, + [53863] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2264), 1, - anon_sym_DOT_DOT, - [53874] = 2, + ACTIONS(4383), 1, + aux_sym_compilation_unit_token1, + [53870] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5150), 1, aux_sym_chunk_specification_token1, - [53881] = 2, + [53877] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5152), 1, aux_sym_iterated_element_association_token2, - [53888] = 2, + [53884] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2231), 1, + anon_sym_DOT_DOT, + [53891] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5154), 1, sym_tick, - [53895] = 2, + [53898] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(428), 1, + aux_sym_subprogram_body_token1, + [53905] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5156), 1, - anon_sym_RPAREN, - [53902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(414), 1, - aux_sym_subprogram_body_token1, - [53909] = 2, + aux_sym__package_specification_token2, + [53912] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5158), 1, - aux_sym_package_specification_token2, - [53916] = 2, + anon_sym_RPAREN, + [53919] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5160), 1, - anon_sym_RPAREN, - [53923] = 2, + aux_sym_iterated_element_association_token2, + [53926] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3569), 1, + anon_sym_SEMI, + [53933] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5162), 1, - aux_sym_iterated_element_association_token2, - [53930] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3580), 1, - anon_sym_SEMI, - [53937] = 2, + anon_sym_RPAREN, + [53940] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5164), 1, anon_sym_SEMI, - [53944] = 2, + [53947] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5166), 1, - aux_sym_record_component_association_list_token1, - [53951] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(338), 1, - aux_sym_subprogram_body_token1, - [53958] = 2, + anon_sym_SEMI, + [53954] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5168), 1, anon_sym_SEMI, - [53965] = 2, + [53961] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5170), 1, anon_sym_SEMI, - [53972] = 2, + [53968] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5172), 1, aux_sym_if_expression_token1, - [53979] = 2, + [53975] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(338), 1, + aux_sym_subprogram_body_token1, + [53982] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5174), 1, - anon_sym_SEMI, - [53986] = 2, + aux_sym_record_component_association_list_token1, + [53989] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5176), 1, - aux_sym_primary_null_token1, - [53993] = 2, + anon_sym_SEMI, + [53996] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5178), 1, anon_sym_SEMI, - [54000] = 2, + [54003] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5180), 1, - aux_sym_range_attribute_designator_token1, - [54007] = 2, + aux_sym_primary_null_token1, + [54010] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5182), 1, - aux_sym_package_specification_token3, - [54014] = 2, + anon_sym_RPAREN, + [54017] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5184), 1, - anon_sym_RPAREN, - [54021] = 2, + aux_sym__package_specification_token3, + [54024] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5186), 1, aux_sym_subprogram_body_token1, - [54028] = 2, + [54031] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5188), 1, anon_sym_SEMI, - [54035] = 2, + [54038] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5190), 1, - aux_sym_chunk_specification_token1, - [54042] = 2, + anon_sym_SEMI, + [54045] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5192), 1, - anon_sym_SEMI, - [54049] = 2, + aux_sym_range_attribute_designator_token1, + [54052] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5194), 1, anon_sym_LPAREN, - [54056] = 2, + [54059] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4361), 1, + anon_sym_SEMI, + [54066] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5196), 1, - anon_sym_EQ_GT, - [54063] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4370), 1, anon_sym_SEMI, - [54070] = 2, + [54073] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5198), 1, - anon_sym_SEMI, - [54077] = 2, + anon_sym_EQ_GT, + [54080] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(4038), 1, + ACTIONS(4113), 1, anon_sym_RPAREN, - [54084] = 2, + [54087] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5200), 1, - anon_sym_RPAREN, - [54091] = 2, + aux_sym_with_clause_token2, + [54094] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5202), 1, - aux_sym_with_clause_token2, - [54098] = 2, + aux_sym_compilation_unit_token1, + [54101] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5204), 1, aux_sym_compilation_unit_token1, - [54105] = 2, + [54108] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5206), 1, - aux_sym_compilation_unit_token1, - [54112] = 2, + anon_sym_RPAREN, + [54115] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(1878), 1, + ACTIONS(1864), 1, anon_sym_EQ_GT, - [54119] = 2, + [54122] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5208), 1, anon_sym_SEMI, - [54126] = 2, + [54129] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5210), 1, - aux_sym_loop_statement_token1, - [54133] = 2, + anon_sym_SEMI, + [54136] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5212), 1, - anon_sym_SEMI, - [54140] = 2, + aux_sym_loop_statement_token1, + [54143] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5214), 1, anon_sym_SEMI, - [54147] = 2, + [54150] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5216), 1, anon_sym_SEMI, - [54154] = 2, + [54157] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4138), 1, + anon_sym_SEMI, + [54164] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5218), 1, anon_sym_SEMI, - [54161] = 2, + [54171] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5220), 1, aux_sym_asynchronous_select_token2, - [54168] = 2, + [54178] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5222), 1, anon_sym_SEMI, - [54175] = 2, + [54185] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5224), 1, aux_sym_asynchronous_select_token1, - [54182] = 2, + [54192] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5226), 1, anon_sym_SEMI, - [54189] = 2, + [54199] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5228), 1, aux_sym_asynchronous_select_token2, - [54196] = 2, + [54206] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5230), 1, - anon_sym_SEMI, - [54203] = 2, + anon_sym_EQ_GT, + [54213] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5232), 1, - anon_sym_EQ_GT, - [54210] = 2, + anon_sym_SEMI, + [54220] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5234), 1, sym_identifier, - [54217] = 2, + [54227] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3387), 1, + anon_sym_SEMI, + [54234] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5236), 1, - anon_sym_SEMI, - [54224] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3370), 1, - anon_sym_SEMI, - [54231] = 2, + anon_sym_EQ_GT, + [54241] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5238), 1, - anon_sym_EQ_GT, - [54238] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4140), 1, - anon_sym_SEMI, - [54245] = 2, + aux_sym_chunk_specification_token1, + [54248] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5240), 1, anon_sym_RBRACK, - [54252] = 2, + [54255] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5242), 1, anon_sym_SEMI, - [54259] = 2, + [54262] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5244), 1, anon_sym_EQ_GT, - [54266] = 2, + [54269] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5240), 1, anon_sym_RPAREN, - [54273] = 2, + [54276] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5246), 1, anon_sym_RPAREN, - [54280] = 2, + [54283] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5248), 1, anon_sym_EQ_GT, - [54287] = 2, + [54290] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3281), 1, + ACTIONS(3305), 1, anon_sym_RPAREN, - [54294] = 2, + [54297] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5250), 1, anon_sym_SEMI, - [54301] = 2, + [54304] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5252), 1, - aux_sym_package_specification_token3, - [54308] = 2, + aux_sym__package_specification_token3, + [54311] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5254), 1, anon_sym_SEMI, - [54315] = 2, + [54318] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5256), 1, anon_sym_SEMI, - [54322] = 2, + [54325] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5258), 1, - aux_sym_expression_token2, - [54329] = 2, + anon_sym_SEMI, + [54332] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5260), 1, - anon_sym_SEMI, - [54336] = 2, + aux_sym_expression_token2, + [54339] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5262), 1, - aux_sym_package_specification_token3, - [54343] = 2, + aux_sym__package_specification_token3, + [54346] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5264), 1, - sym_tick, - [54350] = 2, + anon_sym_SEMI, + [54353] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5266), 1, - anon_sym_SEMI, - [54357] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(518), 1, - aux_sym_allocator_token1, - [54364] = 2, + aux_sym_expression_token2, + [54360] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5268), 1, - anon_sym_SEMI, - [54371] = 2, + sym_tick, + [54367] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(516), 1, + aux_sym_allocator_token1, + [54374] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5270), 1, - aux_sym_package_specification_token2, - [54378] = 2, + anon_sym_SEMI, + [54381] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5272), 1, - anon_sym_SEMI, - [54385] = 2, + aux_sym_compilation_unit_token1, + [54388] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5274), 1, - aux_sym_compilation_unit_token1, - [54392] = 2, + aux_sym__package_specification_token2, + [54395] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5276), 1, - aux_sym_expression_token2, - [54399] = 2, + anon_sym_SEMI, + [54402] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5278), 1, aux_sym_if_expression_token1, - [54406] = 2, + [54409] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5280), 1, - anon_sym_SEMI, - [54413] = 2, + aux_sym_with_clause_token2, + [54416] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5282), 1, - aux_sym_with_clause_token2, - [54420] = 2, + anon_sym_SEMI, + [54423] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5284), 1, anon_sym_SEMI, - [54427] = 2, + [54430] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5286), 1, anon_sym_SEMI, - [54434] = 2, + [54437] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5288), 1, - aux_sym_package_specification_token2, - [54441] = 2, + anon_sym_SEMI, + [54444] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5290), 1, - anon_sym_SEMI, - [54448] = 2, + aux_sym__package_specification_token2, + [54451] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5292), 1, anon_sym_SEMI, - [54455] = 2, + [54458] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5294), 1, - aux_sym_with_clause_token2, - [54462] = 2, + anon_sym_SEMI, + [54465] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(430), 1, + aux_sym_subprogram_body_token1, + [54472] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5296), 1, - anon_sym_SEMI, - [54469] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(418), 1, - aux_sym_subprogram_body_token1, - [54476] = 2, + aux_sym__package_specification_token3, + [54479] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5298), 1, - aux_sym_package_specification_token3, - [54483] = 2, + anon_sym_SEMI, + [54486] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5300), 1, - aux_sym_at_clause_token1, - [54490] = 2, + aux_sym_with_clause_token2, + [54493] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5302), 1, aux_sym_asynchronous_select_token1, - [54497] = 2, + [54500] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5304), 1, - aux_sym_asynchronous_select_token1, - [54504] = 2, + aux_sym_at_clause_token1, + [54507] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5306), 1, sym_tick, - [54511] = 2, + [54514] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5308), 1, anon_sym_SEMI, - [54518] = 2, + [54521] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5310), 1, - anon_sym_RBRACK, - [54525] = 2, + anon_sym_SEMI, + [54528] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5312), 1, - anon_sym_SEMI, - [54532] = 2, + anon_sym_RBRACK, + [54535] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5314), 1, aux_sym_object_renaming_declaration_token1, - [54539] = 2, + [54542] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5316), 1, aux_sym_object_renaming_declaration_token1, - [54546] = 2, + [54549] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5318), 1, - aux_sym_primary_null_token1, - [54553] = 2, + anon_sym_SEMI, + [54556] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5320), 1, - anon_sym_SEMI, - [54560] = 2, + aux_sym_primary_null_token1, + [54563] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5322), 1, - aux_sym_package_specification_token3, - [54567] = 2, + anon_sym_SEMI, + [54570] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5324), 1, - anon_sym_SEMI, - [54574] = 2, + aux_sym_compilation_unit_token1, + [54577] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5326), 1, - aux_sym_compilation_unit_token1, - [54581] = 2, + aux_sym__package_specification_token3, + [54584] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5328), 1, - aux_sym_package_specification_token3, - [54588] = 2, + aux_sym__package_specification_token3, + [54591] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5330), 1, - aux_sym_primary_null_token1, - [54595] = 2, + aux_sym_with_clause_token2, + [54598] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5332), 1, - aux_sym_with_clause_token2, - [54602] = 2, + aux_sym_primary_null_token1, + [54605] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5334), 1, sym_identifier, - [54609] = 2, + [54612] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5336), 1, aux_sym_loop_statement_token1, - [54616] = 2, + [54619] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5338), 1, anon_sym_SEMI, - [54623] = 2, + [54626] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5340), 1, - anon_sym_SEMI, - [54630] = 2, + aux_sym_asynchronous_select_token1, + [54633] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5342), 1, anon_sym_SEMI, - [54637] = 2, + [54640] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5344), 1, anon_sym_SEMI, - [54644] = 2, + [54647] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5346), 1, - anon_sym_SEMI, - [54651] = 2, + aux_sym__package_specification_token2, + [54654] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5348), 1, - aux_sym_package_specification_token2, - [54658] = 2, + aux_sym_loop_statement_token1, + [54661] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5350), 1, - aux_sym_loop_statement_token1, - [54665] = 2, + aux_sym__package_specification_token3, + [54668] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5352), 1, - aux_sym_package_specification_token3, - [54672] = 2, + anon_sym_SEMI, + [54675] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5354), 1, anon_sym_SEMI, - [54679] = 2, + [54682] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5356), 1, - anon_sym_SEMI, - [54686] = 2, + aux_sym_expression_token2, + [54689] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5358), 1, - aux_sym_expression_token2, - [54693] = 2, + anon_sym_SEMI, + [54696] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5360), 1, - anon_sym_SEMI, - [54700] = 2, + aux_sym_expression_token2, + [54703] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5362), 1, - aux_sym_expression_token2, - [54707] = 2, + anon_sym_SEMI, + [54710] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5364), 1, anon_sym_SEMI, - [54714] = 2, + [54717] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5366), 1, anon_sym_SEMI, - [54721] = 2, + [54724] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5368), 1, anon_sym_SEMI, - [54728] = 2, + [54731] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5370), 1, - anon_sym_SEMI, - [54735] = 2, + aux_sym_iterator_specification_token1, + [54738] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5372), 1, aux_sym_iterator_specification_token1, - [54742] = 2, + [54745] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5374), 1, - aux_sym_iterator_specification_token1, - [54749] = 2, + aux_sym_expression_token2, + [54752] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5376), 1, - aux_sym_expression_token2, - [54756] = 2, + anon_sym_SEMI, + [54759] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5378), 1, - anon_sym_SEMI, - [54763] = 2, + anon_sym_LT_GT, + [54766] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5380), 1, - anon_sym_LT_GT, - [54770] = 2, + anon_sym_SEMI, + [54773] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5382), 1, - anon_sym_SEMI, - [54777] = 2, + aux_sym_compilation_unit_token1, + [54780] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5384), 1, - aux_sym_compilation_unit_token1, - [54784] = 2, + anon_sym_GT_GT, + [54787] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5386), 1, - anon_sym_GT_GT, - [54791] = 2, + anon_sym_RPAREN, + [54794] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5388), 1, - anon_sym_RPAREN, - [54798] = 2, + aux_sym__package_specification_token3, + [54801] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5390), 1, - aux_sym_package_specification_token3, - [54805] = 2, + anon_sym_COLON, + [54808] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4191), 1, + anon_sym_SEMI, + [54815] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5392), 1, - anon_sym_COLON, - [54812] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4200), 1, - anon_sym_SEMI, - [54819] = 2, + aux_sym_subprogram_body_token1, + [54822] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5394), 1, - aux_sym_subprogram_body_token1, - [54826] = 2, + anon_sym_SEMI, + [54829] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5396), 1, - anon_sym_SEMI, - [54833] = 2, + sym_identifier, + [54836] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5398), 1, sym_identifier, - [54840] = 2, + [54843] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5400), 1, sym_identifier, - [54847] = 2, + [54850] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5402), 1, - sym_identifier, - [54854] = 2, + aux_sym__package_specification_token2, + [54857] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5404), 1, - aux_sym_package_specification_token2, - [54861] = 2, + aux_sym_compilation_unit_token1, + [54864] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(414), 1, + aux_sym_subprogram_body_token1, + [54871] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5406), 1, - aux_sym_compilation_unit_token1, - [54868] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(420), 1, - aux_sym_subprogram_body_token1, - [54875] = 2, + sym_identifier, + [54878] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5408), 1, sym_identifier, - [54882] = 2, + [54885] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5410), 1, - sym_identifier, - [54889] = 2, + anon_sym_SEMI, + [54892] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5412), 1, - anon_sym_SEMI, - [54896] = 2, + aux_sym__package_specification_token3, + [54899] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5414), 1, - aux_sym_package_specification_token3, - [54903] = 2, + anon_sym_SEMI, + [54906] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5416), 1, anon_sym_SEMI, - [54910] = 2, + [54913] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5418), 1, anon_sym_SEMI, - [54917] = 2, + [54920] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5420), 1, - anon_sym_SEMI, - [54924] = 2, + aux_sym_with_clause_token2, + [54927] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5422), 1, - aux_sym_with_clause_token2, - [54931] = 2, + anon_sym_SEMI, + [54934] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5424), 1, - anon_sym_SEMI, - [54938] = 2, + aux_sym_use_clause_token2, + [54941] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5426), 1, - aux_sym_use_clause_token2, - [54945] = 2, + aux_sym_if_expression_token1, + [54948] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5428), 1, - aux_sym_if_expression_token1, - [54952] = 2, + aux_sym__package_specification_token3, + [54955] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4266), 1, + anon_sym_SEMI, + [54962] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5430), 1, - aux_sym_package_specification_token3, - [54959] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4271), 1, - anon_sym_SEMI, - [54966] = 2, + aux_sym_loop_statement_token1, + [54969] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5432), 1, - aux_sym_loop_statement_token1, - [54973] = 2, + anon_sym_RBRACK, + [54976] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5434), 1, - anon_sym_RBRACK, - [54980] = 2, + sym_identifier, + [54983] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3283), 1, + aux_sym_loop_statement_token1, + [54990] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5436), 1, - sym_identifier, - [54987] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3267), 1, - aux_sym_loop_statement_token1, - [54994] = 2, + anon_sym_SEMI, + [54997] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5438), 1, - anon_sym_SEMI, - [55001] = 2, + sym_tick, + [55004] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5440), 1, - sym_tick, - [55008] = 2, + anon_sym_SEMI, + [55011] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4262), 1, + anon_sym_SEMI, + [55018] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5442), 1, - anon_sym_SEMI, - [55015] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4267), 1, - anon_sym_SEMI, - [55022] = 2, + anon_sym_COLON, + [55025] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5444), 1, - anon_sym_COLON, - [55029] = 2, + aux_sym_if_expression_token1, + [55032] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5446), 1, - aux_sym_if_expression_token1, - [55036] = 2, + aux_sym__package_specification_token3, + [55039] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5448), 1, - aux_sym_package_specification_token3, - [55043] = 2, + ts_builtin_sym_end, + [55046] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5450), 1, - ts_builtin_sym_end, - [55050] = 2, + sym_identifier, + [55053] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4258), 1, + anon_sym_SEMI, + [55060] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5452), 1, - sym_identifier, - [55057] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4263), 1, - anon_sym_SEMI, - [55064] = 2, + aux_sym_if_expression_token1, + [55067] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5454), 1, - aux_sym_if_expression_token1, - [55071] = 2, + sym_identifier, + [55074] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5456), 1, - sym_identifier, - [55078] = 2, + anon_sym_SEMI, + [55081] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5458), 1, - anon_sym_SEMI, - [55085] = 2, + sym_identifier, + [55088] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5460), 1, sym_identifier, - [55092] = 2, + [55095] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5462), 1, sym_identifier, - [55099] = 2, + [55102] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5464), 1, - sym_identifier, - [55106] = 2, + anon_sym_SEMI, + [55109] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5466), 1, - anon_sym_SEMI, - [55113] = 2, + aux_sym_global_mode_token1, + [55116] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5468), 1, - aux_sym_global_mode_token1, - [55120] = 2, + anon_sym_LPAREN, + [55123] = 2, ACTIONS(3), 1, sym_comment, ACTIONS(5470), 1, - anon_sym_LPAREN, - [55127] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5472), 1, sym_identifier, }; static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(98)] = 0, - [SMALL_STATE(99)] = 138, - [SMALL_STATE(100)] = 268, - [SMALL_STATE(101)] = 398, + [SMALL_STATE(99)] = 130, + [SMALL_STATE(100)] = 260, + [SMALL_STATE(101)] = 380, [SMALL_STATE(102)] = 518, [SMALL_STATE(103)] = 635, - [SMALL_STATE(104)] = 752, + [SMALL_STATE(104)] = 750, [SMALL_STATE(105)] = 867, [SMALL_STATE(106)] = 984, [SMALL_STATE(107)] = 1101, @@ -62477,10 +62476,10 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(188)] = 7063, [SMALL_STATE(189)] = 7124, [SMALL_STATE(190)] = 7185, - [SMALL_STATE(191)] = 7294, - [SMALL_STATE(192)] = 7355, - [SMALL_STATE(193)] = 7416, - [SMALL_STATE(194)] = 7477, + [SMALL_STATE(191)] = 7246, + [SMALL_STATE(192)] = 7307, + [SMALL_STATE(193)] = 7368, + [SMALL_STATE(194)] = 7429, [SMALL_STATE(195)] = 7538, [SMALL_STATE(196)] = 7599, [SMALL_STATE(197)] = 7660, @@ -62510,9 +62509,9 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(221)] = 10026, [SMALL_STATE(222)] = 10123, [SMALL_STATE(223)] = 10217, - [SMALL_STATE(224)] = 10273, - [SMALL_STATE(225)] = 10367, - [SMALL_STATE(226)] = 10461, + [SMALL_STATE(224)] = 10311, + [SMALL_STATE(225)] = 10405, + [SMALL_STATE(226)] = 10499, [SMALL_STATE(227)] = 10555, [SMALL_STATE(228)] = 10649, [SMALL_STATE(229)] = 10743, @@ -62521,29 +62520,29 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(232)] = 11025, [SMALL_STATE(233)] = 11119, [SMALL_STATE(234)] = 11213, - [SMALL_STATE(235)] = 11269, - [SMALL_STATE(236)] = 11363, - [SMALL_STATE(237)] = 11457, - [SMALL_STATE(238)] = 11551, - [SMALL_STATE(239)] = 11645, - [SMALL_STATE(240)] = 11739, - [SMALL_STATE(241)] = 11833, - [SMALL_STATE(242)] = 11889, - [SMALL_STATE(243)] = 11983, - [SMALL_STATE(244)] = 12077, - [SMALL_STATE(245)] = 12133, - [SMALL_STATE(246)] = 12227, - [SMALL_STATE(247)] = 12321, - [SMALL_STATE(248)] = 12415, - [SMALL_STATE(249)] = 12509, - [SMALL_STATE(250)] = 12603, - [SMALL_STATE(251)] = 12697, - [SMALL_STATE(252)] = 12753, - [SMALL_STATE(253)] = 12847, - [SMALL_STATE(254)] = 12941, - [SMALL_STATE(255)] = 13039, - [SMALL_STATE(256)] = 13133, - [SMALL_STATE(257)] = 13227, + [SMALL_STATE(235)] = 11307, + [SMALL_STATE(236)] = 11401, + [SMALL_STATE(237)] = 11495, + [SMALL_STATE(238)] = 11589, + [SMALL_STATE(239)] = 11683, + [SMALL_STATE(240)] = 11777, + [SMALL_STATE(241)] = 11871, + [SMALL_STATE(242)] = 11965, + [SMALL_STATE(243)] = 12059, + [SMALL_STATE(244)] = 12115, + [SMALL_STATE(245)] = 12209, + [SMALL_STATE(246)] = 12303, + [SMALL_STATE(247)] = 12397, + [SMALL_STATE(248)] = 12495, + [SMALL_STATE(249)] = 12589, + [SMALL_STATE(250)] = 12645, + [SMALL_STATE(251)] = 12701, + [SMALL_STATE(252)] = 12795, + [SMALL_STATE(253)] = 12889, + [SMALL_STATE(254)] = 12983, + [SMALL_STATE(255)] = 13077, + [SMALL_STATE(256)] = 13171, + [SMALL_STATE(257)] = 13265, [SMALL_STATE(258)] = 13321, [SMALL_STATE(259)] = 13415, [SMALL_STATE(260)] = 13509, @@ -62555,13 +62554,13 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(266)] = 14035, [SMALL_STATE(267)] = 14129, [SMALL_STATE(268)] = 14223, - [SMALL_STATE(269)] = 14317, - [SMALL_STATE(270)] = 14411, + [SMALL_STATE(269)] = 14279, + [SMALL_STATE(270)] = 14373, [SMALL_STATE(271)] = 14467, - [SMALL_STATE(272)] = 14561, - [SMALL_STATE(273)] = 14655, - [SMALL_STATE(274)] = 14711, - [SMALL_STATE(275)] = 14805, + [SMALL_STATE(272)] = 14523, + [SMALL_STATE(273)] = 14579, + [SMALL_STATE(274)] = 14673, + [SMALL_STATE(275)] = 14767, [SMALL_STATE(276)] = 14861, [SMALL_STATE(277)] = 14955, [SMALL_STATE(278)] = 15049, @@ -62595,39 +62594,39 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(306)] = 16665, [SMALL_STATE(307)] = 16720, [SMALL_STATE(308)] = 16775, - [SMALL_STATE(309)] = 16870, - [SMALL_STATE(310)] = 16925, - [SMALL_STATE(311)] = 16980, - [SMALL_STATE(312)] = 17035, - [SMALL_STATE(313)] = 17090, - [SMALL_STATE(314)] = 17145, - [SMALL_STATE(315)] = 17200, - [SMALL_STATE(316)] = 17255, - [SMALL_STATE(317)] = 17310, - [SMALL_STATE(318)] = 17365, - [SMALL_STATE(319)] = 17420, - [SMALL_STATE(320)] = 17475, - [SMALL_STATE(321)] = 17530, - [SMALL_STATE(322)] = 17585, - [SMALL_STATE(323)] = 17640, - [SMALL_STATE(324)] = 17695, - [SMALL_STATE(325)] = 17750, - [SMALL_STATE(326)] = 17805, - [SMALL_STATE(327)] = 17860, - [SMALL_STATE(328)] = 17915, - [SMALL_STATE(329)] = 17970, - [SMALL_STATE(330)] = 18025, - [SMALL_STATE(331)] = 18080, - [SMALL_STATE(332)] = 18135, - [SMALL_STATE(333)] = 18190, - [SMALL_STATE(334)] = 18245, - [SMALL_STATE(335)] = 18300, - [SMALL_STATE(336)] = 18355, - [SMALL_STATE(337)] = 18410, - [SMALL_STATE(338)] = 18465, - [SMALL_STATE(339)] = 18520, - [SMALL_STATE(340)] = 18575, - [SMALL_STATE(341)] = 18630, + [SMALL_STATE(309)] = 16830, + [SMALL_STATE(310)] = 16885, + [SMALL_STATE(311)] = 16940, + [SMALL_STATE(312)] = 16995, + [SMALL_STATE(313)] = 17050, + [SMALL_STATE(314)] = 17105, + [SMALL_STATE(315)] = 17160, + [SMALL_STATE(316)] = 17215, + [SMALL_STATE(317)] = 17270, + [SMALL_STATE(318)] = 17325, + [SMALL_STATE(319)] = 17380, + [SMALL_STATE(320)] = 17435, + [SMALL_STATE(321)] = 17490, + [SMALL_STATE(322)] = 17545, + [SMALL_STATE(323)] = 17600, + [SMALL_STATE(324)] = 17655, + [SMALL_STATE(325)] = 17710, + [SMALL_STATE(326)] = 17765, + [SMALL_STATE(327)] = 17820, + [SMALL_STATE(328)] = 17875, + [SMALL_STATE(329)] = 17930, + [SMALL_STATE(330)] = 17985, + [SMALL_STATE(331)] = 18040, + [SMALL_STATE(332)] = 18095, + [SMALL_STATE(333)] = 18150, + [SMALL_STATE(334)] = 18205, + [SMALL_STATE(335)] = 18260, + [SMALL_STATE(336)] = 18315, + [SMALL_STATE(337)] = 18370, + [SMALL_STATE(338)] = 18425, + [SMALL_STATE(339)] = 18480, + [SMALL_STATE(340)] = 18535, + [SMALL_STATE(341)] = 18590, [SMALL_STATE(342)] = 18685, [SMALL_STATE(343)] = 18740, [SMALL_STATE(344)] = 18795, @@ -62674,68 +62673,68 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(385)] = 21050, [SMALL_STATE(386)] = 21105, [SMALL_STATE(387)] = 21160, - [SMALL_STATE(388)] = 21251, - [SMALL_STATE(389)] = 21342, - [SMALL_STATE(390)] = 21397, - [SMALL_STATE(391)] = 21452, - [SMALL_STATE(392)] = 21507, - [SMALL_STATE(393)] = 21562, - [SMALL_STATE(394)] = 21617, - [SMALL_STATE(395)] = 21672, - [SMALL_STATE(396)] = 21727, - [SMALL_STATE(397)] = 21782, - [SMALL_STATE(398)] = 21837, - [SMALL_STATE(399)] = 21892, - [SMALL_STATE(400)] = 21947, - [SMALL_STATE(401)] = 22002, - [SMALL_STATE(402)] = 22057, - [SMALL_STATE(403)] = 22112, - [SMALL_STATE(404)] = 22167, - [SMALL_STATE(405)] = 22222, - [SMALL_STATE(406)] = 22277, - [SMALL_STATE(407)] = 22332, - [SMALL_STATE(408)] = 22387, - [SMALL_STATE(409)] = 22442, - [SMALL_STATE(410)] = 22497, - [SMALL_STATE(411)] = 22552, - [SMALL_STATE(412)] = 22647, - [SMALL_STATE(413)] = 22702, - [SMALL_STATE(414)] = 22757, - [SMALL_STATE(415)] = 22812, - [SMALL_STATE(416)] = 22867, - [SMALL_STATE(417)] = 22922, - [SMALL_STATE(418)] = 22977, - [SMALL_STATE(419)] = 23032, - [SMALL_STATE(420)] = 23087, - [SMALL_STATE(421)] = 23142, - [SMALL_STATE(422)] = 23197, - [SMALL_STATE(423)] = 23252, - [SMALL_STATE(424)] = 23307, - [SMALL_STATE(425)] = 23362, - [SMALL_STATE(426)] = 23417, - [SMALL_STATE(427)] = 23472, - [SMALL_STATE(428)] = 23527, - [SMALL_STATE(429)] = 23582, - [SMALL_STATE(430)] = 23637, - [SMALL_STATE(431)] = 23692, - [SMALL_STATE(432)] = 23787, - [SMALL_STATE(433)] = 23842, - [SMALL_STATE(434)] = 23897, - [SMALL_STATE(435)] = 23952, - [SMALL_STATE(436)] = 24007, - [SMALL_STATE(437)] = 24062, - [SMALL_STATE(438)] = 24117, - [SMALL_STATE(439)] = 24172, - [SMALL_STATE(440)] = 24227, - [SMALL_STATE(441)] = 24282, - [SMALL_STATE(442)] = 24337, - [SMALL_STATE(443)] = 24392, - [SMALL_STATE(444)] = 24447, - [SMALL_STATE(445)] = 24502, - [SMALL_STATE(446)] = 24557, - [SMALL_STATE(447)] = 24612, - [SMALL_STATE(448)] = 24707, - [SMALL_STATE(449)] = 24762, + [SMALL_STATE(388)] = 21215, + [SMALL_STATE(389)] = 21270, + [SMALL_STATE(390)] = 21325, + [SMALL_STATE(391)] = 21380, + [SMALL_STATE(392)] = 21435, + [SMALL_STATE(393)] = 21490, + [SMALL_STATE(394)] = 21545, + [SMALL_STATE(395)] = 21600, + [SMALL_STATE(396)] = 21655, + [SMALL_STATE(397)] = 21710, + [SMALL_STATE(398)] = 21765, + [SMALL_STATE(399)] = 21820, + [SMALL_STATE(400)] = 21875, + [SMALL_STATE(401)] = 21930, + [SMALL_STATE(402)] = 21985, + [SMALL_STATE(403)] = 22040, + [SMALL_STATE(404)] = 22095, + [SMALL_STATE(405)] = 22150, + [SMALL_STATE(406)] = 22205, + [SMALL_STATE(407)] = 22260, + [SMALL_STATE(408)] = 22315, + [SMALL_STATE(409)] = 22370, + [SMALL_STATE(410)] = 22425, + [SMALL_STATE(411)] = 22480, + [SMALL_STATE(412)] = 22535, + [SMALL_STATE(413)] = 22590, + [SMALL_STATE(414)] = 22645, + [SMALL_STATE(415)] = 22700, + [SMALL_STATE(416)] = 22755, + [SMALL_STATE(417)] = 22810, + [SMALL_STATE(418)] = 22865, + [SMALL_STATE(419)] = 22920, + [SMALL_STATE(420)] = 22975, + [SMALL_STATE(421)] = 23070, + [SMALL_STATE(422)] = 23125, + [SMALL_STATE(423)] = 23180, + [SMALL_STATE(424)] = 23235, + [SMALL_STATE(425)] = 23290, + [SMALL_STATE(426)] = 23345, + [SMALL_STATE(427)] = 23400, + [SMALL_STATE(428)] = 23455, + [SMALL_STATE(429)] = 23510, + [SMALL_STATE(430)] = 23565, + [SMALL_STATE(431)] = 23620, + [SMALL_STATE(432)] = 23675, + [SMALL_STATE(433)] = 23766, + [SMALL_STATE(434)] = 23821, + [SMALL_STATE(435)] = 23876, + [SMALL_STATE(436)] = 23931, + [SMALL_STATE(437)] = 23986, + [SMALL_STATE(438)] = 24041, + [SMALL_STATE(439)] = 24096, + [SMALL_STATE(440)] = 24151, + [SMALL_STATE(441)] = 24206, + [SMALL_STATE(442)] = 24261, + [SMALL_STATE(443)] = 24316, + [SMALL_STATE(444)] = 24371, + [SMALL_STATE(445)] = 24426, + [SMALL_STATE(446)] = 24481, + [SMALL_STATE(447)] = 24576, + [SMALL_STATE(448)] = 24631, + [SMALL_STATE(449)] = 24722, [SMALL_STATE(450)] = 24817, [SMALL_STATE(451)] = 24872, [SMALL_STATE(452)] = 24927, @@ -62746,122 +62745,122 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(457)] = 25202, [SMALL_STATE(458)] = 25256, [SMALL_STATE(459)] = 25310, - [SMALL_STATE(460)] = 25364, - [SMALL_STATE(461)] = 25418, - [SMALL_STATE(462)] = 25472, - [SMALL_STATE(463)] = 25526, - [SMALL_STATE(464)] = 25580, - [SMALL_STATE(465)] = 25634, - [SMALL_STATE(466)] = 25724, - [SMALL_STATE(467)] = 25778, - [SMALL_STATE(468)] = 25832, - [SMALL_STATE(469)] = 25922, - [SMALL_STATE(470)] = 25976, - [SMALL_STATE(471)] = 26030, - [SMALL_STATE(472)] = 26084, - [SMALL_STATE(473)] = 26138, - [SMALL_STATE(474)] = 26192, - [SMALL_STATE(475)] = 26246, - [SMALL_STATE(476)] = 26300, - [SMALL_STATE(477)] = 26354, - [SMALL_STATE(478)] = 26408, + [SMALL_STATE(460)] = 25380, + [SMALL_STATE(461)] = 25434, + [SMALL_STATE(462)] = 25488, + [SMALL_STATE(463)] = 25542, + [SMALL_STATE(464)] = 25596, + [SMALL_STATE(465)] = 25650, + [SMALL_STATE(466)] = 25704, + [SMALL_STATE(467)] = 25758, + [SMALL_STATE(468)] = 25812, + [SMALL_STATE(469)] = 25866, + [SMALL_STATE(470)] = 25956, + [SMALL_STATE(471)] = 26010, + [SMALL_STATE(472)] = 26064, + [SMALL_STATE(473)] = 26118, + [SMALL_STATE(474)] = 26172, + [SMALL_STATE(475)] = 26262, + [SMALL_STATE(476)] = 26316, + [SMALL_STATE(477)] = 26370, + [SMALL_STATE(478)] = 26424, [SMALL_STATE(479)] = 26478, [SMALL_STATE(480)] = 26532, - [SMALL_STATE(481)] = 26619, - [SMALL_STATE(482)] = 26672, + [SMALL_STATE(481)] = 26585, + [SMALL_STATE(482)] = 26638, [SMALL_STATE(483)] = 26725, [SMALL_STATE(484)] = 26778, [SMALL_STATE(485)] = 26830, [SMALL_STATE(486)] = 26882, - [SMALL_STATE(487)] = 26934, - [SMALL_STATE(488)] = 26996, - [SMALL_STATE(489)] = 27048, - [SMALL_STATE(490)] = 27100, - [SMALL_STATE(491)] = 27162, - [SMALL_STATE(492)] = 27214, - [SMALL_STATE(493)] = 27300, - [SMALL_STATE(494)] = 27352, - [SMALL_STATE(495)] = 27404, - [SMALL_STATE(496)] = 27456, - [SMALL_STATE(497)] = 27508, - [SMALL_STATE(498)] = 27560, - [SMALL_STATE(499)] = 27612, - [SMALL_STATE(500)] = 27664, - [SMALL_STATE(501)] = 27716, + [SMALL_STATE(487)] = 26968, + [SMALL_STATE(488)] = 27020, + [SMALL_STATE(489)] = 27072, + [SMALL_STATE(490)] = 27158, + [SMALL_STATE(491)] = 27210, + [SMALL_STATE(492)] = 27262, + [SMALL_STATE(493)] = 27314, + [SMALL_STATE(494)] = 27366, + [SMALL_STATE(495)] = 27418, + [SMALL_STATE(496)] = 27470, + [SMALL_STATE(497)] = 27522, + [SMALL_STATE(498)] = 27574, + [SMALL_STATE(499)] = 27626, + [SMALL_STATE(500)] = 27688, + [SMALL_STATE(501)] = 27740, [SMALL_STATE(502)] = 27802, [SMALL_STATE(503)] = 27854, [SMALL_STATE(504)] = 27937, - [SMALL_STATE(505)] = 28020, + [SMALL_STATE(505)] = 27988, [SMALL_STATE(506)] = 28071, [SMALL_STATE(507)] = 28154, [SMALL_STATE(508)] = 28237, [SMALL_STATE(509)] = 28320, - [SMALL_STATE(510)] = 28371, - [SMALL_STATE(511)] = 28422, - [SMALL_STATE(512)] = 28505, - [SMALL_STATE(513)] = 28556, - [SMALL_STATE(514)] = 28607, - [SMALL_STATE(515)] = 28666, - [SMALL_STATE(516)] = 28749, - [SMALL_STATE(517)] = 28832, - [SMALL_STATE(518)] = 28883, - [SMALL_STATE(519)] = 28966, - [SMALL_STATE(520)] = 29049, - [SMALL_STATE(521)] = 29100, + [SMALL_STATE(510)] = 28403, + [SMALL_STATE(511)] = 28486, + [SMALL_STATE(512)] = 28569, + [SMALL_STATE(513)] = 28652, + [SMALL_STATE(514)] = 28703, + [SMALL_STATE(515)] = 28754, + [SMALL_STATE(516)] = 28805, + [SMALL_STATE(517)] = 28856, + [SMALL_STATE(518)] = 28939, + [SMALL_STATE(519)] = 28990, + [SMALL_STATE(520)] = 29073, + [SMALL_STATE(521)] = 29124, [SMALL_STATE(522)] = 29183, [SMALL_STATE(523)] = 29240, - [SMALL_STATE(524)] = 29296, - [SMALL_STATE(525)] = 29352, - [SMALL_STATE(526)] = 29408, + [SMALL_STATE(524)] = 29306, + [SMALL_STATE(525)] = 29362, + [SMALL_STATE(526)] = 29418, [SMALL_STATE(527)] = 29474, [SMALL_STATE(528)] = 29521, - [SMALL_STATE(529)] = 29570, - [SMALL_STATE(530)] = 29617, - [SMALL_STATE(531)] = 29664, - [SMALL_STATE(532)] = 29711, - [SMALL_STATE(533)] = 29782, - [SMALL_STATE(534)] = 29829, - [SMALL_STATE(535)] = 29896, + [SMALL_STATE(529)] = 29568, + [SMALL_STATE(530)] = 29635, + [SMALL_STATE(531)] = 29706, + [SMALL_STATE(532)] = 29773, + [SMALL_STATE(533)] = 29820, + [SMALL_STATE(534)] = 29867, + [SMALL_STATE(535)] = 29914, [SMALL_STATE(536)] = 29963, - [SMALL_STATE(537)] = 30010, + [SMALL_STATE(537)] = 30034, [SMALL_STATE(538)] = 30081, [SMALL_STATE(539)] = 30128, - [SMALL_STATE(540)] = 30212, - [SMALL_STATE(541)] = 30258, - [SMALL_STATE(542)] = 30304, - [SMALL_STATE(543)] = 30350, + [SMALL_STATE(540)] = 30174, + [SMALL_STATE(541)] = 30242, + [SMALL_STATE(542)] = 30288, + [SMALL_STATE(543)] = 30372, [SMALL_STATE(544)] = 30418, [SMALL_STATE(545)] = 30464, [SMALL_STATE(546)] = 30543, [SMALL_STATE(547)] = 30595, - [SMALL_STATE(548)] = 30647, + [SMALL_STATE(548)] = 30653, [SMALL_STATE(549)] = 30705, [SMALL_STATE(550)] = 30757, [SMALL_STATE(551)] = 30809, [SMALL_STATE(552)] = 30861, [SMALL_STATE(553)] = 30942, - [SMALL_STATE(554)] = 31023, + [SMALL_STATE(554)] = 30989, [SMALL_STATE(555)] = 31070, [SMALL_STATE(556)] = 31112, [SMALL_STATE(557)] = 31153, - [SMALL_STATE(558)] = 31207, + [SMALL_STATE(558)] = 31209, [SMALL_STATE(559)] = 31263, [SMALL_STATE(560)] = 31319, [SMALL_STATE(561)] = 31375, [SMALL_STATE(562)] = 31431, [SMALL_STATE(563)] = 31474, - [SMALL_STATE(564)] = 31524, + [SMALL_STATE(564)] = 31544, [SMALL_STATE(565)] = 31594, - [SMALL_STATE(566)] = 31639, + [SMALL_STATE(566)] = 31643, [SMALL_STATE(567)] = 31688, [SMALL_STATE(568)] = 31730, - [SMALL_STATE(569)] = 31785, + [SMALL_STATE(569)] = 31771, [SMALL_STATE(570)] = 31826, - [SMALL_STATE(571)] = 31866, - [SMALL_STATE(572)] = 31922, - [SMALL_STATE(573)] = 31978, + [SMALL_STATE(571)] = 31882, + [SMALL_STATE(572)] = 31938, + [SMALL_STATE(573)] = 31994, [SMALL_STATE(574)] = 32034, - [SMALL_STATE(575)] = 32090, + [SMALL_STATE(575)] = 32070, [SMALL_STATE(576)] = 32126, [SMALL_STATE(577)] = 32182, [SMALL_STATE(578)] = 32229, @@ -62871,1485 +62870,1484 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(582)] = 32457, [SMALL_STATE(583)] = 32514, [SMALL_STATE(584)] = 32551, - [SMALL_STATE(585)] = 32605, - [SMALL_STATE(586)] = 32663, - [SMALL_STATE(587)] = 32717, - [SMALL_STATE(588)] = 32749, - [SMALL_STATE(589)] = 32803, - [SMALL_STATE(590)] = 32857, - [SMALL_STATE(591)] = 32911, + [SMALL_STATE(585)] = 32591, + [SMALL_STATE(586)] = 32645, + [SMALL_STATE(587)] = 32699, + [SMALL_STATE(588)] = 32753, + [SMALL_STATE(589)] = 32787, + [SMALL_STATE(590)] = 32841, + [SMALL_STATE(591)] = 32891, [SMALL_STATE(592)] = 32945, - [SMALL_STATE(593)] = 32985, + [SMALL_STATE(593)] = 33003, [SMALL_STATE(594)] = 33035, [SMALL_STATE(595)] = 33089, [SMALL_STATE(596)] = 33144, [SMALL_STATE(597)] = 33195, [SMALL_STATE(598)] = 33246, - [SMALL_STATE(599)] = 33295, - [SMALL_STATE(600)] = 33350, - [SMALL_STATE(601)] = 33405, - [SMALL_STATE(602)] = 33434, - [SMALL_STATE(603)] = 33463, - [SMALL_STATE(604)] = 33514, - [SMALL_STATE(605)] = 33543, - [SMALL_STATE(606)] = 33594, - [SMALL_STATE(607)] = 33645, + [SMALL_STATE(599)] = 33275, + [SMALL_STATE(600)] = 33304, + [SMALL_STATE(601)] = 33359, + [SMALL_STATE(602)] = 33400, + [SMALL_STATE(603)] = 33455, + [SMALL_STATE(604)] = 33506, + [SMALL_STATE(605)] = 33557, + [SMALL_STATE(606)] = 33608, + [SMALL_STATE(607)] = 33657, [SMALL_STATE(608)] = 33686, [SMALL_STATE(609)] = 33737, [SMALL_STATE(610)] = 33789, [SMALL_STATE(611)] = 33841, [SMALL_STATE(612)] = 33893, - [SMALL_STATE(613)] = 33944, - [SMALL_STATE(614)] = 33985, - [SMALL_STATE(615)] = 34036, - [SMALL_STATE(616)] = 34085, - [SMALL_STATE(617)] = 34128, - [SMALL_STATE(618)] = 34159, - [SMALL_STATE(619)] = 34188, - [SMALL_STATE(620)] = 34219, - [SMALL_STATE(621)] = 34268, - [SMALL_STATE(622)] = 34317, - [SMALL_STATE(623)] = 34366, - [SMALL_STATE(624)] = 34413, - [SMALL_STATE(625)] = 34444, - [SMALL_STATE(626)] = 34495, + [SMALL_STATE(613)] = 33922, + [SMALL_STATE(614)] = 33965, + [SMALL_STATE(615)] = 33996, + [SMALL_STATE(616)] = 34045, + [SMALL_STATE(617)] = 34094, + [SMALL_STATE(618)] = 34135, + [SMALL_STATE(619)] = 34182, + [SMALL_STATE(620)] = 34233, + [SMALL_STATE(621)] = 34284, + [SMALL_STATE(622)] = 34327, + [SMALL_STATE(623)] = 34358, + [SMALL_STATE(624)] = 34389, + [SMALL_STATE(625)] = 34438, + [SMALL_STATE(626)] = 34489, [SMALL_STATE(627)] = 34538, - [SMALL_STATE(628)] = 34564, + [SMALL_STATE(628)] = 34566, [SMALL_STATE(629)] = 34592, - [SMALL_STATE(630)] = 34618, - [SMALL_STATE(631)] = 34662, - [SMALL_STATE(632)] = 34690, - [SMALL_STATE(633)] = 34716, - [SMALL_STATE(634)] = 34762, - [SMALL_STATE(635)] = 34788, - [SMALL_STATE(636)] = 34816, - [SMALL_STATE(637)] = 34844, - [SMALL_STATE(638)] = 34872, - [SMALL_STATE(639)] = 34900, - [SMALL_STATE(640)] = 34928, - [SMALL_STATE(641)] = 34956, + [SMALL_STATE(630)] = 34620, + [SMALL_STATE(631)] = 34666, + [SMALL_STATE(632)] = 34694, + [SMALL_STATE(633)] = 34720, + [SMALL_STATE(634)] = 34748, + [SMALL_STATE(635)] = 34776, + [SMALL_STATE(636)] = 34820, + [SMALL_STATE(637)] = 34848, + [SMALL_STATE(638)] = 34894, + [SMALL_STATE(639)] = 34920, + [SMALL_STATE(640)] = 34946, + [SMALL_STATE(641)] = 34974, [SMALL_STATE(642)] = 35002, - [SMALL_STATE(643)] = 35048, + [SMALL_STATE(643)] = 35030, [SMALL_STATE(644)] = 35076, [SMALL_STATE(645)] = 35102, [SMALL_STATE(646)] = 35130, - [SMALL_STATE(647)] = 35175, - [SMALL_STATE(648)] = 35218, - [SMALL_STATE(649)] = 35247, - [SMALL_STATE(650)] = 35276, - [SMALL_STATE(651)] = 35311, - [SMALL_STATE(652)] = 35352, - [SMALL_STATE(653)] = 35387, - [SMALL_STATE(654)] = 35430, - [SMALL_STATE(655)] = 35475, - [SMALL_STATE(656)] = 35504, - [SMALL_STATE(657)] = 35547, - [SMALL_STATE(658)] = 35592, + [SMALL_STATE(647)] = 35165, + [SMALL_STATE(648)] = 35208, + [SMALL_STATE(649)] = 35253, + [SMALL_STATE(650)] = 35282, + [SMALL_STATE(651)] = 35323, + [SMALL_STATE(652)] = 35368, + [SMALL_STATE(653)] = 35397, + [SMALL_STATE(654)] = 35426, + [SMALL_STATE(655)] = 35469, + [SMALL_STATE(656)] = 35514, + [SMALL_STATE(657)] = 35559, + [SMALL_STATE(658)] = 35602, [SMALL_STATE(659)] = 35637, [SMALL_STATE(660)] = 35666, [SMALL_STATE(661)] = 35711, - [SMALL_STATE(662)] = 35748, - [SMALL_STATE(663)] = 35777, - [SMALL_STATE(664)] = 35806, + [SMALL_STATE(662)] = 35756, + [SMALL_STATE(663)] = 35785, + [SMALL_STATE(664)] = 35822, [SMALL_STATE(665)] = 35851, - [SMALL_STATE(666)] = 35893, - [SMALL_STATE(667)] = 35935, - [SMALL_STATE(668)] = 35975, - [SMALL_STATE(669)] = 36015, - [SMALL_STATE(670)] = 36053, - [SMALL_STATE(671)] = 36093, - [SMALL_STATE(672)] = 36133, - [SMALL_STATE(673)] = 36175, - [SMALL_STATE(674)] = 36217, - [SMALL_STATE(675)] = 36257, - [SMALL_STATE(676)] = 36297, - [SMALL_STATE(677)] = 36337, - [SMALL_STATE(678)] = 36361, - [SMALL_STATE(679)] = 36403, - [SMALL_STATE(680)] = 36443, - [SMALL_STATE(681)] = 36483, - [SMALL_STATE(682)] = 36507, - [SMALL_STATE(683)] = 36531, - [SMALL_STATE(684)] = 36555, + [SMALL_STATE(666)] = 35875, + [SMALL_STATE(667)] = 35915, + [SMALL_STATE(668)] = 35953, + [SMALL_STATE(669)] = 35993, + [SMALL_STATE(670)] = 36035, + [SMALL_STATE(671)] = 36059, + [SMALL_STATE(672)] = 36101, + [SMALL_STATE(673)] = 36143, + [SMALL_STATE(674)] = 36183, + [SMALL_STATE(675)] = 36223, + [SMALL_STATE(676)] = 36263, + [SMALL_STATE(677)] = 36287, + [SMALL_STATE(678)] = 36327, + [SMALL_STATE(679)] = 36369, + [SMALL_STATE(680)] = 36393, + [SMALL_STATE(681)] = 36433, + [SMALL_STATE(682)] = 36457, + [SMALL_STATE(683)] = 36499, + [SMALL_STATE(684)] = 36539, [SMALL_STATE(685)] = 36579, - [SMALL_STATE(686)] = 36614, - [SMALL_STATE(687)] = 36653, - [SMALL_STATE(688)] = 36690, - [SMALL_STATE(689)] = 36717, - [SMALL_STATE(690)] = 36756, - [SMALL_STATE(691)] = 36795, - [SMALL_STATE(692)] = 36834, - [SMALL_STATE(693)] = 36873, - [SMALL_STATE(694)] = 36912, - [SMALL_STATE(695)] = 36951, - [SMALL_STATE(696)] = 36990, - [SMALL_STATE(697)] = 37027, - [SMALL_STATE(698)] = 37054, - [SMALL_STATE(699)] = 37091, - [SMALL_STATE(700)] = 37126, - [SMALL_STATE(701)] = 37163, - [SMALL_STATE(702)] = 37202, - [SMALL_STATE(703)] = 37241, - [SMALL_STATE(704)] = 37280, - [SMALL_STATE(705)] = 37319, - [SMALL_STATE(706)] = 37358, - [SMALL_STATE(707)] = 37395, - [SMALL_STATE(708)] = 37434, - [SMALL_STATE(709)] = 37469, + [SMALL_STATE(686)] = 36616, + [SMALL_STATE(687)] = 36651, + [SMALL_STATE(688)] = 36688, + [SMALL_STATE(689)] = 36727, + [SMALL_STATE(690)] = 36766, + [SMALL_STATE(691)] = 36805, + [SMALL_STATE(692)] = 36844, + [SMALL_STATE(693)] = 36883, + [SMALL_STATE(694)] = 36922, + [SMALL_STATE(695)] = 36961, + [SMALL_STATE(696)] = 37000, + [SMALL_STATE(697)] = 37039, + [SMALL_STATE(698)] = 37078, + [SMALL_STATE(699)] = 37105, + [SMALL_STATE(700)] = 37142, + [SMALL_STATE(701)] = 37169, + [SMALL_STATE(702)] = 37208, + [SMALL_STATE(703)] = 37247, + [SMALL_STATE(704)] = 37282, + [SMALL_STATE(705)] = 37317, + [SMALL_STATE(706)] = 37354, + [SMALL_STATE(707)] = 37393, + [SMALL_STATE(708)] = 37428, + [SMALL_STATE(709)] = 37467, [SMALL_STATE(710)] = 37504, - [SMALL_STATE(711)] = 37538, - [SMALL_STATE(712)] = 37574, - [SMALL_STATE(713)] = 37606, + [SMALL_STATE(711)] = 37540, + [SMALL_STATE(712)] = 37576, + [SMALL_STATE(713)] = 37610, [SMALL_STATE(714)] = 37642, - [SMALL_STATE(715)] = 37674, - [SMALL_STATE(716)] = 37708, + [SMALL_STATE(715)] = 37676, + [SMALL_STATE(716)] = 37710, [SMALL_STATE(717)] = 37744, - [SMALL_STATE(718)] = 37778, - [SMALL_STATE(719)] = 37812, - [SMALL_STATE(720)] = 37848, + [SMALL_STATE(718)] = 37780, + [SMALL_STATE(719)] = 37820, + [SMALL_STATE(720)] = 37856, [SMALL_STATE(721)] = 37888, [SMALL_STATE(722)] = 37909, - [SMALL_STATE(723)] = 37930, - [SMALL_STATE(724)] = 37959, - [SMALL_STATE(725)] = 37988, - [SMALL_STATE(726)] = 38017, - [SMALL_STATE(727)] = 38048, - [SMALL_STATE(728)] = 38077, - [SMALL_STATE(729)] = 38106, - [SMALL_STATE(730)] = 38137, - [SMALL_STATE(731)] = 38166, - [SMALL_STATE(732)] = 38195, - [SMALL_STATE(733)] = 38224, - [SMALL_STATE(734)] = 38253, - [SMALL_STATE(735)] = 38284, - [SMALL_STATE(736)] = 38313, - [SMALL_STATE(737)] = 38342, - [SMALL_STATE(738)] = 38371, - [SMALL_STATE(739)] = 38400, - [SMALL_STATE(740)] = 38429, - [SMALL_STATE(741)] = 38458, - [SMALL_STATE(742)] = 38491, - [SMALL_STATE(743)] = 38520, - [SMALL_STATE(744)] = 38549, - [SMALL_STATE(745)] = 38578, - [SMALL_STATE(746)] = 38607, - [SMALL_STATE(747)] = 38636, - [SMALL_STATE(748)] = 38657, - [SMALL_STATE(749)] = 38686, - [SMALL_STATE(750)] = 38715, - [SMALL_STATE(751)] = 38744, - [SMALL_STATE(752)] = 38773, - [SMALL_STATE(753)] = 38802, - [SMALL_STATE(754)] = 38831, - [SMALL_STATE(755)] = 38860, - [SMALL_STATE(756)] = 38891, - [SMALL_STATE(757)] = 38912, - [SMALL_STATE(758)] = 38941, - [SMALL_STATE(759)] = 38970, - [SMALL_STATE(760)] = 38999, - [SMALL_STATE(761)] = 39030, - [SMALL_STATE(762)] = 39061, - [SMALL_STATE(763)] = 39092, - [SMALL_STATE(764)] = 39121, - [SMALL_STATE(765)] = 39142, - [SMALL_STATE(766)] = 39171, - [SMALL_STATE(767)] = 39192, - [SMALL_STATE(768)] = 39221, - [SMALL_STATE(769)] = 39250, - [SMALL_STATE(770)] = 39271, - [SMALL_STATE(771)] = 39300, - [SMALL_STATE(772)] = 39329, - [SMALL_STATE(773)] = 39358, - [SMALL_STATE(774)] = 39387, - [SMALL_STATE(775)] = 39416, - [SMALL_STATE(776)] = 39445, - [SMALL_STATE(777)] = 39474, - [SMALL_STATE(778)] = 39503, - [SMALL_STATE(779)] = 39532, - [SMALL_STATE(780)] = 39561, - [SMALL_STATE(781)] = 39590, - [SMALL_STATE(782)] = 39619, - [SMALL_STATE(783)] = 39648, - [SMALL_STATE(784)] = 39679, - [SMALL_STATE(785)] = 39708, - [SMALL_STATE(786)] = 39739, - [SMALL_STATE(787)] = 39768, - [SMALL_STATE(788)] = 39797, - [SMALL_STATE(789)] = 39826, - [SMALL_STATE(790)] = 39847, + [SMALL_STATE(723)] = 37940, + [SMALL_STATE(724)] = 37969, + [SMALL_STATE(725)] = 37998, + [SMALL_STATE(726)] = 38027, + [SMALL_STATE(727)] = 38056, + [SMALL_STATE(728)] = 38085, + [SMALL_STATE(729)] = 38114, + [SMALL_STATE(730)] = 38143, + [SMALL_STATE(731)] = 38172, + [SMALL_STATE(732)] = 38201, + [SMALL_STATE(733)] = 38232, + [SMALL_STATE(734)] = 38261, + [SMALL_STATE(735)] = 38290, + [SMALL_STATE(736)] = 38319, + [SMALL_STATE(737)] = 38348, + [SMALL_STATE(738)] = 38377, + [SMALL_STATE(739)] = 38408, + [SMALL_STATE(740)] = 38437, + [SMALL_STATE(741)] = 38466, + [SMALL_STATE(742)] = 38495, + [SMALL_STATE(743)] = 38524, + [SMALL_STATE(744)] = 38553, + [SMALL_STATE(745)] = 38582, + [SMALL_STATE(746)] = 38611, + [SMALL_STATE(747)] = 38640, + [SMALL_STATE(748)] = 38669, + [SMALL_STATE(749)] = 38698, + [SMALL_STATE(750)] = 38727, + [SMALL_STATE(751)] = 38748, + [SMALL_STATE(752)] = 38777, + [SMALL_STATE(753)] = 38808, + [SMALL_STATE(754)] = 38841, + [SMALL_STATE(755)] = 38870, + [SMALL_STATE(756)] = 38899, + [SMALL_STATE(757)] = 38928, + [SMALL_STATE(758)] = 38957, + [SMALL_STATE(759)] = 38986, + [SMALL_STATE(760)] = 39017, + [SMALL_STATE(761)] = 39048, + [SMALL_STATE(762)] = 39077, + [SMALL_STATE(763)] = 39108, + [SMALL_STATE(764)] = 39137, + [SMALL_STATE(765)] = 39168, + [SMALL_STATE(766)] = 39197, + [SMALL_STATE(767)] = 39226, + [SMALL_STATE(768)] = 39255, + [SMALL_STATE(769)] = 39284, + [SMALL_STATE(770)] = 39313, + [SMALL_STATE(771)] = 39342, + [SMALL_STATE(772)] = 39363, + [SMALL_STATE(773)] = 39392, + [SMALL_STATE(774)] = 39413, + [SMALL_STATE(775)] = 39434, + [SMALL_STATE(776)] = 39463, + [SMALL_STATE(777)] = 39492, + [SMALL_STATE(778)] = 39521, + [SMALL_STATE(779)] = 39550, + [SMALL_STATE(780)] = 39571, + [SMALL_STATE(781)] = 39600, + [SMALL_STATE(782)] = 39631, + [SMALL_STATE(783)] = 39662, + [SMALL_STATE(784)] = 39683, + [SMALL_STATE(785)] = 39712, + [SMALL_STATE(786)] = 39741, + [SMALL_STATE(787)] = 39770, + [SMALL_STATE(788)] = 39799, + [SMALL_STATE(789)] = 39820, + [SMALL_STATE(790)] = 39849, [SMALL_STATE(791)] = 39878, [SMALL_STATE(792)] = 39904, [SMALL_STATE(793)] = 39930, [SMALL_STATE(794)] = 39956, [SMALL_STATE(795)] = 39982, [SMALL_STATE(796)] = 40008, - [SMALL_STATE(797)] = 40030, - [SMALL_STATE(798)] = 40056, - [SMALL_STATE(799)] = 40084, - [SMALL_STATE(800)] = 40110, - [SMALL_STATE(801)] = 40136, - [SMALL_STATE(802)] = 40162, - [SMALL_STATE(803)] = 40188, - [SMALL_STATE(804)] = 40214, - [SMALL_STATE(805)] = 40240, - [SMALL_STATE(806)] = 40266, - [SMALL_STATE(807)] = 40292, - [SMALL_STATE(808)] = 40318, - [SMALL_STATE(809)] = 40344, - [SMALL_STATE(810)] = 40370, - [SMALL_STATE(811)] = 40396, - [SMALL_STATE(812)] = 40422, - [SMALL_STATE(813)] = 40448, - [SMALL_STATE(814)] = 40472, - [SMALL_STATE(815)] = 40498, - [SMALL_STATE(816)] = 40524, - [SMALL_STATE(817)] = 40550, - [SMALL_STATE(818)] = 40576, - [SMALL_STATE(819)] = 40602, - [SMALL_STATE(820)] = 40628, - [SMALL_STATE(821)] = 40654, - [SMALL_STATE(822)] = 40680, - [SMALL_STATE(823)] = 40706, - [SMALL_STATE(824)] = 40732, - [SMALL_STATE(825)] = 40758, - [SMALL_STATE(826)] = 40784, - [SMALL_STATE(827)] = 40810, - [SMALL_STATE(828)] = 40836, - [SMALL_STATE(829)] = 40862, - [SMALL_STATE(830)] = 40888, - [SMALL_STATE(831)] = 40914, - [SMALL_STATE(832)] = 40942, - [SMALL_STATE(833)] = 40968, - [SMALL_STATE(834)] = 41000, - [SMALL_STATE(835)] = 41026, - [SMALL_STATE(836)] = 41054, - [SMALL_STATE(837)] = 41080, - [SMALL_STATE(838)] = 41106, - [SMALL_STATE(839)] = 41132, - [SMALL_STATE(840)] = 41160, - [SMALL_STATE(841)] = 41186, - [SMALL_STATE(842)] = 41212, - [SMALL_STATE(843)] = 41240, - [SMALL_STATE(844)] = 41266, - [SMALL_STATE(845)] = 41292, + [SMALL_STATE(797)] = 40036, + [SMALL_STATE(798)] = 40062, + [SMALL_STATE(799)] = 40088, + [SMALL_STATE(800)] = 40114, + [SMALL_STATE(801)] = 40140, + [SMALL_STATE(802)] = 40168, + [SMALL_STATE(803)] = 40194, + [SMALL_STATE(804)] = 40220, + [SMALL_STATE(805)] = 40246, + [SMALL_STATE(806)] = 40272, + [SMALL_STATE(807)] = 40298, + [SMALL_STATE(808)] = 40324, + [SMALL_STATE(809)] = 40350, + [SMALL_STATE(810)] = 40376, + [SMALL_STATE(811)] = 40402, + [SMALL_STATE(812)] = 40428, + [SMALL_STATE(813)] = 40452, + [SMALL_STATE(814)] = 40478, + [SMALL_STATE(815)] = 40504, + [SMALL_STATE(816)] = 40530, + [SMALL_STATE(817)] = 40558, + [SMALL_STATE(818)] = 40584, + [SMALL_STATE(819)] = 40610, + [SMALL_STATE(820)] = 40636, + [SMALL_STATE(821)] = 40662, + [SMALL_STATE(822)] = 40688, + [SMALL_STATE(823)] = 40714, + [SMALL_STATE(824)] = 40740, + [SMALL_STATE(825)] = 40772, + [SMALL_STATE(826)] = 40800, + [SMALL_STATE(827)] = 40828, + [SMALL_STATE(828)] = 40854, + [SMALL_STATE(829)] = 40880, + [SMALL_STATE(830)] = 40906, + [SMALL_STATE(831)] = 40932, + [SMALL_STATE(832)] = 40954, + [SMALL_STATE(833)] = 40980, + [SMALL_STATE(834)] = 41006, + [SMALL_STATE(835)] = 41032, + [SMALL_STATE(836)] = 41058, + [SMALL_STATE(837)] = 41084, + [SMALL_STATE(838)] = 41112, + [SMALL_STATE(839)] = 41138, + [SMALL_STATE(840)] = 41164, + [SMALL_STATE(841)] = 41190, + [SMALL_STATE(842)] = 41216, + [SMALL_STATE(843)] = 41242, + [SMALL_STATE(844)] = 41268, + [SMALL_STATE(845)] = 41294, [SMALL_STATE(846)] = 41320, - [SMALL_STATE(847)] = 41346, - [SMALL_STATE(848)] = 41372, + [SMALL_STATE(847)] = 41348, + [SMALL_STATE(848)] = 41374, [SMALL_STATE(849)] = 41400, - [SMALL_STATE(850)] = 41428, + [SMALL_STATE(850)] = 41426, [SMALL_STATE(851)] = 41454, [SMALL_STATE(852)] = 41480, [SMALL_STATE(853)] = 41506, [SMALL_STATE(854)] = 41529, [SMALL_STATE(855)] = 41550, - [SMALL_STATE(856)] = 41585, + [SMALL_STATE(856)] = 41573, [SMALL_STATE(857)] = 41608, - [SMALL_STATE(858)] = 41631, + [SMALL_STATE(858)] = 41629, [SMALL_STATE(859)] = 41652, [SMALL_STATE(860)] = 41674, [SMALL_STATE(861)] = 41694, - [SMALL_STATE(862)] = 41716, - [SMALL_STATE(863)] = 41736, - [SMALL_STATE(864)] = 41754, - [SMALL_STATE(865)] = 41774, + [SMALL_STATE(862)] = 41712, + [SMALL_STATE(863)] = 41734, + [SMALL_STATE(864)] = 41756, + [SMALL_STATE(865)] = 41776, [SMALL_STATE(866)] = 41796, [SMALL_STATE(867)] = 41825, [SMALL_STATE(868)] = 41844, - [SMALL_STATE(869)] = 41863, - [SMALL_STATE(870)] = 41892, - [SMALL_STATE(871)] = 41921, - [SMALL_STATE(872)] = 41940, - [SMALL_STATE(873)] = 41959, + [SMALL_STATE(869)] = 41873, + [SMALL_STATE(870)] = 41902, + [SMALL_STATE(871)] = 41931, + [SMALL_STATE(872)] = 41950, + [SMALL_STATE(873)] = 41969, [SMALL_STATE(874)] = 41988, [SMALL_STATE(875)] = 42017, - [SMALL_STATE(876)] = 42049, - [SMALL_STATE(877)] = 42081, - [SMALL_STATE(878)] = 42113, - [SMALL_STATE(879)] = 42129, - [SMALL_STATE(880)] = 42145, - [SMALL_STATE(881)] = 42161, + [SMALL_STATE(876)] = 42033, + [SMALL_STATE(877)] = 42049, + [SMALL_STATE(878)] = 42081, + [SMALL_STATE(879)] = 42097, + [SMALL_STATE(880)] = 42129, + [SMALL_STATE(881)] = 42145, [SMALL_STATE(882)] = 42177, [SMALL_STATE(883)] = 42193, [SMALL_STATE(884)] = 42225, - [SMALL_STATE(885)] = 42250, - [SMALL_STATE(886)] = 42279, - [SMALL_STATE(887)] = 42308, - [SMALL_STATE(888)] = 42335, - [SMALL_STATE(889)] = 42362, - [SMALL_STATE(890)] = 42389, - [SMALL_STATE(891)] = 42420, - [SMALL_STATE(892)] = 42447, + [SMALL_STATE(885)] = 42252, + [SMALL_STATE(886)] = 42283, + [SMALL_STATE(887)] = 42310, + [SMALL_STATE(888)] = 42339, + [SMALL_STATE(889)] = 42370, + [SMALL_STATE(890)] = 42397, + [SMALL_STATE(891)] = 42422, + [SMALL_STATE(892)] = 42449, [SMALL_STATE(893)] = 42478, - [SMALL_STATE(894)] = 42509, - [SMALL_STATE(895)] = 42536, - [SMALL_STATE(896)] = 42563, - [SMALL_STATE(897)] = 42590, + [SMALL_STATE(894)] = 42505, + [SMALL_STATE(895)] = 42532, + [SMALL_STATE(896)] = 42559, + [SMALL_STATE(897)] = 42586, [SMALL_STATE(898)] = 42617, [SMALL_STATE(899)] = 42644, - [SMALL_STATE(900)] = 42660, - [SMALL_STATE(901)] = 42676, - [SMALL_STATE(902)] = 42692, - [SMALL_STATE(903)] = 42708, - [SMALL_STATE(904)] = 42724, - [SMALL_STATE(905)] = 42746, - [SMALL_STATE(906)] = 42762, - [SMALL_STATE(907)] = 42784, - [SMALL_STATE(908)] = 42800, - [SMALL_STATE(909)] = 42816, - [SMALL_STATE(910)] = 42832, - [SMALL_STATE(911)] = 42848, - [SMALL_STATE(912)] = 42874, - [SMALL_STATE(913)] = 42890, - [SMALL_STATE(914)] = 42906, - [SMALL_STATE(915)] = 42930, - [SMALL_STATE(916)] = 42946, - [SMALL_STATE(917)] = 42962, - [SMALL_STATE(918)] = 42978, - [SMALL_STATE(919)] = 42994, - [SMALL_STATE(920)] = 43020, - [SMALL_STATE(921)] = 43048, - [SMALL_STATE(922)] = 43074, - [SMALL_STATE(923)] = 43090, - [SMALL_STATE(924)] = 43106, - [SMALL_STATE(925)] = 43122, - [SMALL_STATE(926)] = 43138, - [SMALL_STATE(927)] = 43154, - [SMALL_STATE(928)] = 43170, - [SMALL_STATE(929)] = 43196, - [SMALL_STATE(930)] = 43212, - [SMALL_STATE(931)] = 43228, - [SMALL_STATE(932)] = 43244, - [SMALL_STATE(933)] = 43260, - [SMALL_STATE(934)] = 43276, - [SMALL_STATE(935)] = 43302, - [SMALL_STATE(936)] = 43318, - [SMALL_STATE(937)] = 43334, - [SMALL_STATE(938)] = 43350, - [SMALL_STATE(939)] = 43366, - [SMALL_STATE(940)] = 43382, - [SMALL_STATE(941)] = 43398, - [SMALL_STATE(942)] = 43424, - [SMALL_STATE(943)] = 43440, - [SMALL_STATE(944)] = 43456, - [SMALL_STATE(945)] = 43472, - [SMALL_STATE(946)] = 43488, - [SMALL_STATE(947)] = 43504, - [SMALL_STATE(948)] = 43529, - [SMALL_STATE(949)] = 43554, - [SMALL_STATE(950)] = 43567, - [SMALL_STATE(951)] = 43580, - [SMALL_STATE(952)] = 43605, - [SMALL_STATE(953)] = 43628, - [SMALL_STATE(954)] = 43653, - [SMALL_STATE(955)] = 43666, - [SMALL_STATE(956)] = 43687, - [SMALL_STATE(957)] = 43708, - [SMALL_STATE(958)] = 43729, - [SMALL_STATE(959)] = 43754, - [SMALL_STATE(960)] = 43767, - [SMALL_STATE(961)] = 43792, - [SMALL_STATE(962)] = 43807, - [SMALL_STATE(963)] = 43822, - [SMALL_STATE(964)] = 43837, - [SMALL_STATE(965)] = 43862, - [SMALL_STATE(966)] = 43887, - [SMALL_STATE(967)] = 43902, - [SMALL_STATE(968)] = 43927, - [SMALL_STATE(969)] = 43952, - [SMALL_STATE(970)] = 43977, - [SMALL_STATE(971)] = 43992, - [SMALL_STATE(972)] = 44017, - [SMALL_STATE(973)] = 44042, - [SMALL_STATE(974)] = 44067, - [SMALL_STATE(975)] = 44092, - [SMALL_STATE(976)] = 44117, - [SMALL_STATE(977)] = 44142, - [SMALL_STATE(978)] = 44167, - [SMALL_STATE(979)] = 44180, - [SMALL_STATE(980)] = 44201, - [SMALL_STATE(981)] = 44216, - [SMALL_STATE(982)] = 44241, - [SMALL_STATE(983)] = 44266, - [SMALL_STATE(984)] = 44291, - [SMALL_STATE(985)] = 44303, - [SMALL_STATE(986)] = 44325, - [SMALL_STATE(987)] = 44341, - [SMALL_STATE(988)] = 44363, - [SMALL_STATE(989)] = 44381, - [SMALL_STATE(990)] = 44399, - [SMALL_STATE(991)] = 44419, - [SMALL_STATE(992)] = 44439, - [SMALL_STATE(993)] = 44461, - [SMALL_STATE(994)] = 44479, - [SMALL_STATE(995)] = 44501, - [SMALL_STATE(996)] = 44523, - [SMALL_STATE(997)] = 44545, - [SMALL_STATE(998)] = 44567, - [SMALL_STATE(999)] = 44589, - [SMALL_STATE(1000)] = 44611, - [SMALL_STATE(1001)] = 44633, - [SMALL_STATE(1002)] = 44655, - [SMALL_STATE(1003)] = 44675, - [SMALL_STATE(1004)] = 44691, - [SMALL_STATE(1005)] = 44703, - [SMALL_STATE(1006)] = 44723, - [SMALL_STATE(1007)] = 44737, - [SMALL_STATE(1008)] = 44757, - [SMALL_STATE(1009)] = 44779, - [SMALL_STATE(1010)] = 44793, - [SMALL_STATE(1011)] = 44813, - [SMALL_STATE(1012)] = 44829, - [SMALL_STATE(1013)] = 44845, - [SMALL_STATE(1014)] = 44864, - [SMALL_STATE(1015)] = 44879, - [SMALL_STATE(1016)] = 44898, - [SMALL_STATE(1017)] = 44917, - [SMALL_STATE(1018)] = 44936, - [SMALL_STATE(1019)] = 44953, - [SMALL_STATE(1020)] = 44972, - [SMALL_STATE(1021)] = 44991, - [SMALL_STATE(1022)] = 45010, - [SMALL_STATE(1023)] = 45029, - [SMALL_STATE(1024)] = 45048, - [SMALL_STATE(1025)] = 45067, - [SMALL_STATE(1026)] = 45086, - [SMALL_STATE(1027)] = 45105, - [SMALL_STATE(1028)] = 45122, - [SMALL_STATE(1029)] = 45133, - [SMALL_STATE(1030)] = 45152, - [SMALL_STATE(1031)] = 45171, - [SMALL_STATE(1032)] = 45190, - [SMALL_STATE(1033)] = 45209, - [SMALL_STATE(1034)] = 45228, - [SMALL_STATE(1035)] = 45247, - [SMALL_STATE(1036)] = 45264, - [SMALL_STATE(1037)] = 45283, - [SMALL_STATE(1038)] = 45298, - [SMALL_STATE(1039)] = 45317, - [SMALL_STATE(1040)] = 45336, - [SMALL_STATE(1041)] = 45351, - [SMALL_STATE(1042)] = 45370, - [SMALL_STATE(1043)] = 45387, - [SMALL_STATE(1044)] = 45406, - [SMALL_STATE(1045)] = 45425, - [SMALL_STATE(1046)] = 45442, - [SMALL_STATE(1047)] = 45461, - [SMALL_STATE(1048)] = 45478, - [SMALL_STATE(1049)] = 45497, - [SMALL_STATE(1050)] = 45516, - [SMALL_STATE(1051)] = 45531, - [SMALL_STATE(1052)] = 45546, - [SMALL_STATE(1053)] = 45565, - [SMALL_STATE(1054)] = 45580, - [SMALL_STATE(1055)] = 45599, - [SMALL_STATE(1056)] = 45618, - [SMALL_STATE(1057)] = 45637, - [SMALL_STATE(1058)] = 45650, - [SMALL_STATE(1059)] = 45669, - [SMALL_STATE(1060)] = 45684, - [SMALL_STATE(1061)] = 45703, - [SMALL_STATE(1062)] = 45722, - [SMALL_STATE(1063)] = 45741, - [SMALL_STATE(1064)] = 45760, - [SMALL_STATE(1065)] = 45779, - [SMALL_STATE(1066)] = 45798, - [SMALL_STATE(1067)] = 45817, - [SMALL_STATE(1068)] = 45836, - [SMALL_STATE(1069)] = 45853, - [SMALL_STATE(1070)] = 45872, - [SMALL_STATE(1071)] = 45883, - [SMALL_STATE(1072)] = 45902, - [SMALL_STATE(1073)] = 45921, - [SMALL_STATE(1074)] = 45938, - [SMALL_STATE(1075)] = 45953, - [SMALL_STATE(1076)] = 45972, - [SMALL_STATE(1077)] = 45991, - [SMALL_STATE(1078)] = 46006, - [SMALL_STATE(1079)] = 46025, - [SMALL_STATE(1080)] = 46044, - [SMALL_STATE(1081)] = 46063, - [SMALL_STATE(1082)] = 46082, - [SMALL_STATE(1083)] = 46101, - [SMALL_STATE(1084)] = 46120, - [SMALL_STATE(1085)] = 46137, - [SMALL_STATE(1086)] = 46156, - [SMALL_STATE(1087)] = 46175, - [SMALL_STATE(1088)] = 46194, - [SMALL_STATE(1089)] = 46207, - [SMALL_STATE(1090)] = 46226, - [SMALL_STATE(1091)] = 46245, - [SMALL_STATE(1092)] = 46256, - [SMALL_STATE(1093)] = 46275, - [SMALL_STATE(1094)] = 46294, - [SMALL_STATE(1095)] = 46307, - [SMALL_STATE(1096)] = 46318, - [SMALL_STATE(1097)] = 46337, - [SMALL_STATE(1098)] = 46354, - [SMALL_STATE(1099)] = 46369, - [SMALL_STATE(1100)] = 46380, - [SMALL_STATE(1101)] = 46391, - [SMALL_STATE(1102)] = 46405, - [SMALL_STATE(1103)] = 46421, - [SMALL_STATE(1104)] = 46435, - [SMALL_STATE(1105)] = 46445, - [SMALL_STATE(1106)] = 46459, - [SMALL_STATE(1107)] = 46475, - [SMALL_STATE(1108)] = 46491, - [SMALL_STATE(1109)] = 46505, - [SMALL_STATE(1110)] = 46521, - [SMALL_STATE(1111)] = 46537, - [SMALL_STATE(1112)] = 46553, - [SMALL_STATE(1113)] = 46569, - [SMALL_STATE(1114)] = 46585, - [SMALL_STATE(1115)] = 46601, - [SMALL_STATE(1116)] = 46615, - [SMALL_STATE(1117)] = 46627, - [SMALL_STATE(1118)] = 46637, - [SMALL_STATE(1119)] = 46651, - [SMALL_STATE(1120)] = 46663, - [SMALL_STATE(1121)] = 46679, - [SMALL_STATE(1122)] = 46695, - [SMALL_STATE(1123)] = 46711, - [SMALL_STATE(1124)] = 46727, - [SMALL_STATE(1125)] = 46743, - [SMALL_STATE(1126)] = 46759, - [SMALL_STATE(1127)] = 46775, - [SMALL_STATE(1128)] = 46789, - [SMALL_STATE(1129)] = 46805, - [SMALL_STATE(1130)] = 46815, - [SMALL_STATE(1131)] = 46825, - [SMALL_STATE(1132)] = 46839, - [SMALL_STATE(1133)] = 46853, - [SMALL_STATE(1134)] = 46863, - [SMALL_STATE(1135)] = 46877, - [SMALL_STATE(1136)] = 46891, - [SMALL_STATE(1137)] = 46903, - [SMALL_STATE(1138)] = 46919, - [SMALL_STATE(1139)] = 46931, - [SMALL_STATE(1140)] = 46947, - [SMALL_STATE(1141)] = 46957, - [SMALL_STATE(1142)] = 46971, - [SMALL_STATE(1143)] = 46987, - [SMALL_STATE(1144)] = 47003, - [SMALL_STATE(1145)] = 47017, - [SMALL_STATE(1146)] = 47031, - [SMALL_STATE(1147)] = 47045, - [SMALL_STATE(1148)] = 47061, - [SMALL_STATE(1149)] = 47077, - [SMALL_STATE(1150)] = 47087, - [SMALL_STATE(1151)] = 47101, - [SMALL_STATE(1152)] = 47117, - [SMALL_STATE(1153)] = 47131, - [SMALL_STATE(1154)] = 47147, - [SMALL_STATE(1155)] = 47163, - [SMALL_STATE(1156)] = 47177, - [SMALL_STATE(1157)] = 47191, - [SMALL_STATE(1158)] = 47201, - [SMALL_STATE(1159)] = 47211, - [SMALL_STATE(1160)] = 47223, - [SMALL_STATE(1161)] = 47237, - [SMALL_STATE(1162)] = 47253, - [SMALL_STATE(1163)] = 47269, - [SMALL_STATE(1164)] = 47281, - [SMALL_STATE(1165)] = 47295, - [SMALL_STATE(1166)] = 47309, - [SMALL_STATE(1167)] = 47323, - [SMALL_STATE(1168)] = 47339, - [SMALL_STATE(1169)] = 47353, - [SMALL_STATE(1170)] = 47369, - [SMALL_STATE(1171)] = 47385, - [SMALL_STATE(1172)] = 47401, - [SMALL_STATE(1173)] = 47415, - [SMALL_STATE(1174)] = 47425, - [SMALL_STATE(1175)] = 47441, - [SMALL_STATE(1176)] = 47455, - [SMALL_STATE(1177)] = 47471, - [SMALL_STATE(1178)] = 47481, - [SMALL_STATE(1179)] = 47495, - [SMALL_STATE(1180)] = 47511, - [SMALL_STATE(1181)] = 47527, - [SMALL_STATE(1182)] = 47543, - [SMALL_STATE(1183)] = 47557, - [SMALL_STATE(1184)] = 47573, - [SMALL_STATE(1185)] = 47589, - [SMALL_STATE(1186)] = 47603, - [SMALL_STATE(1187)] = 47619, - [SMALL_STATE(1188)] = 47631, - [SMALL_STATE(1189)] = 47647, - [SMALL_STATE(1190)] = 47659, - [SMALL_STATE(1191)] = 47671, - [SMALL_STATE(1192)] = 47687, - [SMALL_STATE(1193)] = 47699, - [SMALL_STATE(1194)] = 47715, - [SMALL_STATE(1195)] = 47731, - [SMALL_STATE(1196)] = 47745, - [SMALL_STATE(1197)] = 47761, - [SMALL_STATE(1198)] = 47775, - [SMALL_STATE(1199)] = 47791, - [SMALL_STATE(1200)] = 47805, - [SMALL_STATE(1201)] = 47821, - [SMALL_STATE(1202)] = 47834, - [SMALL_STATE(1203)] = 47843, - [SMALL_STATE(1204)] = 47856, - [SMALL_STATE(1205)] = 47869, - [SMALL_STATE(1206)] = 47882, - [SMALL_STATE(1207)] = 47891, - [SMALL_STATE(1208)] = 47904, - [SMALL_STATE(1209)] = 47917, - [SMALL_STATE(1210)] = 47930, - [SMALL_STATE(1211)] = 47939, - [SMALL_STATE(1212)] = 47952, - [SMALL_STATE(1213)] = 47965, - [SMALL_STATE(1214)] = 47978, - [SMALL_STATE(1215)] = 47991, - [SMALL_STATE(1216)] = 48004, - [SMALL_STATE(1217)] = 48017, - [SMALL_STATE(1218)] = 48030, - [SMALL_STATE(1219)] = 48039, - [SMALL_STATE(1220)] = 48052, - [SMALL_STATE(1221)] = 48065, - [SMALL_STATE(1222)] = 48078, - [SMALL_STATE(1223)] = 48087, - [SMALL_STATE(1224)] = 48100, - [SMALL_STATE(1225)] = 48109, - [SMALL_STATE(1226)] = 48122, - [SMALL_STATE(1227)] = 48135, - [SMALL_STATE(1228)] = 48148, - [SMALL_STATE(1229)] = 48157, - [SMALL_STATE(1230)] = 48166, - [SMALL_STATE(1231)] = 48179, - [SMALL_STATE(1232)] = 48192, - [SMALL_STATE(1233)] = 48205, - [SMALL_STATE(1234)] = 48218, - [SMALL_STATE(1235)] = 48227, - [SMALL_STATE(1236)] = 48240, - [SMALL_STATE(1237)] = 48253, - [SMALL_STATE(1238)] = 48266, - [SMALL_STATE(1239)] = 48275, - [SMALL_STATE(1240)] = 48288, - [SMALL_STATE(1241)] = 48301, - [SMALL_STATE(1242)] = 48314, - [SMALL_STATE(1243)] = 48327, - [SMALL_STATE(1244)] = 48336, - [SMALL_STATE(1245)] = 48345, - [SMALL_STATE(1246)] = 48358, - [SMALL_STATE(1247)] = 48371, - [SMALL_STATE(1248)] = 48384, - [SMALL_STATE(1249)] = 48397, - [SMALL_STATE(1250)] = 48410, - [SMALL_STATE(1251)] = 48423, - [SMALL_STATE(1252)] = 48436, - [SMALL_STATE(1253)] = 48449, - [SMALL_STATE(1254)] = 48462, - [SMALL_STATE(1255)] = 48475, - [SMALL_STATE(1256)] = 48488, - [SMALL_STATE(1257)] = 48497, - [SMALL_STATE(1258)] = 48510, - [SMALL_STATE(1259)] = 48523, - [SMALL_STATE(1260)] = 48536, - [SMALL_STATE(1261)] = 48547, - [SMALL_STATE(1262)] = 48560, - [SMALL_STATE(1263)] = 48573, - [SMALL_STATE(1264)] = 48586, - [SMALL_STATE(1265)] = 48595, - [SMALL_STATE(1266)] = 48604, - [SMALL_STATE(1267)] = 48617, - [SMALL_STATE(1268)] = 48630, - [SMALL_STATE(1269)] = 48643, - [SMALL_STATE(1270)] = 48656, - [SMALL_STATE(1271)] = 48665, - [SMALL_STATE(1272)] = 48674, - [SMALL_STATE(1273)] = 48683, - [SMALL_STATE(1274)] = 48692, - [SMALL_STATE(1275)] = 48705, - [SMALL_STATE(1276)] = 48714, - [SMALL_STATE(1277)] = 48727, - [SMALL_STATE(1278)] = 48740, - [SMALL_STATE(1279)] = 48753, - [SMALL_STATE(1280)] = 48766, - [SMALL_STATE(1281)] = 48779, - [SMALL_STATE(1282)] = 48792, - [SMALL_STATE(1283)] = 48805, - [SMALL_STATE(1284)] = 48816, - [SMALL_STATE(1285)] = 48825, - [SMALL_STATE(1286)] = 48834, - [SMALL_STATE(1287)] = 48847, - [SMALL_STATE(1288)] = 48860, - [SMALL_STATE(1289)] = 48871, - [SMALL_STATE(1290)] = 48884, - [SMALL_STATE(1291)] = 48893, - [SMALL_STATE(1292)] = 48906, - [SMALL_STATE(1293)] = 48919, - [SMALL_STATE(1294)] = 48932, - [SMALL_STATE(1295)] = 48941, - [SMALL_STATE(1296)] = 48950, - [SMALL_STATE(1297)] = 48961, - [SMALL_STATE(1298)] = 48970, - [SMALL_STATE(1299)] = 48983, - [SMALL_STATE(1300)] = 48996, - [SMALL_STATE(1301)] = 49009, - [SMALL_STATE(1302)] = 49022, - [SMALL_STATE(1303)] = 49031, - [SMALL_STATE(1304)] = 49044, - [SMALL_STATE(1305)] = 49055, - [SMALL_STATE(1306)] = 49064, - [SMALL_STATE(1307)] = 49077, - [SMALL_STATE(1308)] = 49088, - [SMALL_STATE(1309)] = 49101, - [SMALL_STATE(1310)] = 49114, - [SMALL_STATE(1311)] = 49123, - [SMALL_STATE(1312)] = 49136, - [SMALL_STATE(1313)] = 49149, - [SMALL_STATE(1314)] = 49160, - [SMALL_STATE(1315)] = 49169, - [SMALL_STATE(1316)] = 49178, - [SMALL_STATE(1317)] = 49187, - [SMALL_STATE(1318)] = 49200, - [SMALL_STATE(1319)] = 49209, - [SMALL_STATE(1320)] = 49222, - [SMALL_STATE(1321)] = 49235, - [SMALL_STATE(1322)] = 49248, - [SMALL_STATE(1323)] = 49261, - [SMALL_STATE(1324)] = 49274, - [SMALL_STATE(1325)] = 49287, - [SMALL_STATE(1326)] = 49296, - [SMALL_STATE(1327)] = 49309, - [SMALL_STATE(1328)] = 49322, - [SMALL_STATE(1329)] = 49335, - [SMALL_STATE(1330)] = 49348, - [SMALL_STATE(1331)] = 49359, - [SMALL_STATE(1332)] = 49372, - [SMALL_STATE(1333)] = 49385, - [SMALL_STATE(1334)] = 49394, - [SMALL_STATE(1335)] = 49407, - [SMALL_STATE(1336)] = 49416, - [SMALL_STATE(1337)] = 49429, - [SMALL_STATE(1338)] = 49442, - [SMALL_STATE(1339)] = 49455, - [SMALL_STATE(1340)] = 49468, - [SMALL_STATE(1341)] = 49481, - [SMALL_STATE(1342)] = 49490, - [SMALL_STATE(1343)] = 49503, - [SMALL_STATE(1344)] = 49516, - [SMALL_STATE(1345)] = 49529, - [SMALL_STATE(1346)] = 49542, - [SMALL_STATE(1347)] = 49555, - [SMALL_STATE(1348)] = 49564, - [SMALL_STATE(1349)] = 49577, - [SMALL_STATE(1350)] = 49590, - [SMALL_STATE(1351)] = 49599, - [SMALL_STATE(1352)] = 49608, - [SMALL_STATE(1353)] = 49621, - [SMALL_STATE(1354)] = 49632, - [SMALL_STATE(1355)] = 49645, - [SMALL_STATE(1356)] = 49658, - [SMALL_STATE(1357)] = 49667, - [SMALL_STATE(1358)] = 49676, - [SMALL_STATE(1359)] = 49685, - [SMALL_STATE(1360)] = 49698, - [SMALL_STATE(1361)] = 49711, - [SMALL_STATE(1362)] = 49724, - [SMALL_STATE(1363)] = 49733, - [SMALL_STATE(1364)] = 49746, - [SMALL_STATE(1365)] = 49757, - [SMALL_STATE(1366)] = 49770, - [SMALL_STATE(1367)] = 49779, - [SMALL_STATE(1368)] = 49788, - [SMALL_STATE(1369)] = 49801, - [SMALL_STATE(1370)] = 49810, - [SMALL_STATE(1371)] = 49823, - [SMALL_STATE(1372)] = 49832, - [SMALL_STATE(1373)] = 49841, - [SMALL_STATE(1374)] = 49850, - [SMALL_STATE(1375)] = 49859, - [SMALL_STATE(1376)] = 49872, - [SMALL_STATE(1377)] = 49885, - [SMALL_STATE(1378)] = 49898, - [SMALL_STATE(1379)] = 49911, - [SMALL_STATE(1380)] = 49924, - [SMALL_STATE(1381)] = 49937, - [SMALL_STATE(1382)] = 49946, - [SMALL_STATE(1383)] = 49959, - [SMALL_STATE(1384)] = 49972, - [SMALL_STATE(1385)] = 49985, - [SMALL_STATE(1386)] = 49998, - [SMALL_STATE(1387)] = 50011, - [SMALL_STATE(1388)] = 50022, - [SMALL_STATE(1389)] = 50035, - [SMALL_STATE(1390)] = 50048, - [SMALL_STATE(1391)] = 50057, - [SMALL_STATE(1392)] = 50070, - [SMALL_STATE(1393)] = 50083, - [SMALL_STATE(1394)] = 50096, - [SMALL_STATE(1395)] = 50109, - [SMALL_STATE(1396)] = 50122, - [SMALL_STATE(1397)] = 50135, - [SMALL_STATE(1398)] = 50148, - [SMALL_STATE(1399)] = 50157, - [SMALL_STATE(1400)] = 50167, - [SMALL_STATE(1401)] = 50177, - [SMALL_STATE(1402)] = 50187, - [SMALL_STATE(1403)] = 50197, - [SMALL_STATE(1404)] = 50207, - [SMALL_STATE(1405)] = 50217, - [SMALL_STATE(1406)] = 50227, - [SMALL_STATE(1407)] = 50235, - [SMALL_STATE(1408)] = 50245, - [SMALL_STATE(1409)] = 50255, - [SMALL_STATE(1410)] = 50265, - [SMALL_STATE(1411)] = 50275, - [SMALL_STATE(1412)] = 50285, - [SMALL_STATE(1413)] = 50293, - [SMALL_STATE(1414)] = 50301, - [SMALL_STATE(1415)] = 50311, - [SMALL_STATE(1416)] = 50321, - [SMALL_STATE(1417)] = 50331, - [SMALL_STATE(1418)] = 50341, - [SMALL_STATE(1419)] = 50351, - [SMALL_STATE(1420)] = 50359, - [SMALL_STATE(1421)] = 50369, - [SMALL_STATE(1422)] = 50377, - [SMALL_STATE(1423)] = 50385, - [SMALL_STATE(1424)] = 50393, - [SMALL_STATE(1425)] = 50403, - [SMALL_STATE(1426)] = 50413, - [SMALL_STATE(1427)] = 50423, - [SMALL_STATE(1428)] = 50431, - [SMALL_STATE(1429)] = 50439, - [SMALL_STATE(1430)] = 50449, - [SMALL_STATE(1431)] = 50457, - [SMALL_STATE(1432)] = 50467, - [SMALL_STATE(1433)] = 50475, - [SMALL_STATE(1434)] = 50483, - [SMALL_STATE(1435)] = 50493, - [SMALL_STATE(1436)] = 50503, - [SMALL_STATE(1437)] = 50511, - [SMALL_STATE(1438)] = 50519, - [SMALL_STATE(1439)] = 50529, - [SMALL_STATE(1440)] = 50539, - [SMALL_STATE(1441)] = 50549, - [SMALL_STATE(1442)] = 50557, - [SMALL_STATE(1443)] = 50567, - [SMALL_STATE(1444)] = 50575, - [SMALL_STATE(1445)] = 50585, - [SMALL_STATE(1446)] = 50595, - [SMALL_STATE(1447)] = 50603, - [SMALL_STATE(1448)] = 50611, - [SMALL_STATE(1449)] = 50621, - [SMALL_STATE(1450)] = 50631, - [SMALL_STATE(1451)] = 50639, - [SMALL_STATE(1452)] = 50649, - [SMALL_STATE(1453)] = 50657, - [SMALL_STATE(1454)] = 50667, - [SMALL_STATE(1455)] = 50677, - [SMALL_STATE(1456)] = 50687, - [SMALL_STATE(1457)] = 50697, - [SMALL_STATE(1458)] = 50705, - [SMALL_STATE(1459)] = 50713, - [SMALL_STATE(1460)] = 50721, - [SMALL_STATE(1461)] = 50729, - [SMALL_STATE(1462)] = 50737, - [SMALL_STATE(1463)] = 50747, - [SMALL_STATE(1464)] = 50755, - [SMALL_STATE(1465)] = 50763, - [SMALL_STATE(1466)] = 50773, - [SMALL_STATE(1467)] = 50781, - [SMALL_STATE(1468)] = 50791, - [SMALL_STATE(1469)] = 50799, - [SMALL_STATE(1470)] = 50807, - [SMALL_STATE(1471)] = 50817, - [SMALL_STATE(1472)] = 50825, - [SMALL_STATE(1473)] = 50835, - [SMALL_STATE(1474)] = 50843, - [SMALL_STATE(1475)] = 50853, - [SMALL_STATE(1476)] = 50863, - [SMALL_STATE(1477)] = 50873, - [SMALL_STATE(1478)] = 50881, - [SMALL_STATE(1479)] = 50891, - [SMALL_STATE(1480)] = 50901, - [SMALL_STATE(1481)] = 50909, - [SMALL_STATE(1482)] = 50917, - [SMALL_STATE(1483)] = 50925, - [SMALL_STATE(1484)] = 50933, - [SMALL_STATE(1485)] = 50941, - [SMALL_STATE(1486)] = 50951, - [SMALL_STATE(1487)] = 50961, - [SMALL_STATE(1488)] = 50971, - [SMALL_STATE(1489)] = 50979, - [SMALL_STATE(1490)] = 50989, - [SMALL_STATE(1491)] = 50999, - [SMALL_STATE(1492)] = 51009, - [SMALL_STATE(1493)] = 51017, - [SMALL_STATE(1494)] = 51027, - [SMALL_STATE(1495)] = 51035, - [SMALL_STATE(1496)] = 51045, - [SMALL_STATE(1497)] = 51053, - [SMALL_STATE(1498)] = 51061, - [SMALL_STATE(1499)] = 51069, - [SMALL_STATE(1500)] = 51077, - [SMALL_STATE(1501)] = 51085, - [SMALL_STATE(1502)] = 51093, - [SMALL_STATE(1503)] = 51101, - [SMALL_STATE(1504)] = 51109, - [SMALL_STATE(1505)] = 51119, - [SMALL_STATE(1506)] = 51129, - [SMALL_STATE(1507)] = 51139, - [SMALL_STATE(1508)] = 51149, - [SMALL_STATE(1509)] = 51157, - [SMALL_STATE(1510)] = 51165, - [SMALL_STATE(1511)] = 51173, - [SMALL_STATE(1512)] = 51183, - [SMALL_STATE(1513)] = 51193, - [SMALL_STATE(1514)] = 51203, - [SMALL_STATE(1515)] = 51211, - [SMALL_STATE(1516)] = 51219, - [SMALL_STATE(1517)] = 51229, - [SMALL_STATE(1518)] = 51239, - [SMALL_STATE(1519)] = 51249, - [SMALL_STATE(1520)] = 51257, - [SMALL_STATE(1521)] = 51265, - [SMALL_STATE(1522)] = 51275, - [SMALL_STATE(1523)] = 51283, - [SMALL_STATE(1524)] = 51293, - [SMALL_STATE(1525)] = 51303, - [SMALL_STATE(1526)] = 51313, - [SMALL_STATE(1527)] = 51321, - [SMALL_STATE(1528)] = 51329, - [SMALL_STATE(1529)] = 51337, - [SMALL_STATE(1530)] = 51345, - [SMALL_STATE(1531)] = 51353, - [SMALL_STATE(1532)] = 51361, - [SMALL_STATE(1533)] = 51369, - [SMALL_STATE(1534)] = 51377, - [SMALL_STATE(1535)] = 51387, - [SMALL_STATE(1536)] = 51395, - [SMALL_STATE(1537)] = 51403, - [SMALL_STATE(1538)] = 51411, - [SMALL_STATE(1539)] = 51421, - [SMALL_STATE(1540)] = 51429, - [SMALL_STATE(1541)] = 51437, - [SMALL_STATE(1542)] = 51447, - [SMALL_STATE(1543)] = 51455, - [SMALL_STATE(1544)] = 51463, - [SMALL_STATE(1545)] = 51473, - [SMALL_STATE(1546)] = 51483, - [SMALL_STATE(1547)] = 51491, - [SMALL_STATE(1548)] = 51499, - [SMALL_STATE(1549)] = 51507, - [SMALL_STATE(1550)] = 51515, - [SMALL_STATE(1551)] = 51523, - [SMALL_STATE(1552)] = 51533, - [SMALL_STATE(1553)] = 51543, - [SMALL_STATE(1554)] = 51551, - [SMALL_STATE(1555)] = 51559, - [SMALL_STATE(1556)] = 51569, - [SMALL_STATE(1557)] = 51577, - [SMALL_STATE(1558)] = 51585, - [SMALL_STATE(1559)] = 51593, - [SMALL_STATE(1560)] = 51603, - [SMALL_STATE(1561)] = 51613, - [SMALL_STATE(1562)] = 51620, - [SMALL_STATE(1563)] = 51627, - [SMALL_STATE(1564)] = 51634, - [SMALL_STATE(1565)] = 51641, - [SMALL_STATE(1566)] = 51648, - [SMALL_STATE(1567)] = 51655, - [SMALL_STATE(1568)] = 51662, - [SMALL_STATE(1569)] = 51669, - [SMALL_STATE(1570)] = 51676, - [SMALL_STATE(1571)] = 51683, - [SMALL_STATE(1572)] = 51690, - [SMALL_STATE(1573)] = 51697, - [SMALL_STATE(1574)] = 51704, - [SMALL_STATE(1575)] = 51711, - [SMALL_STATE(1576)] = 51718, - [SMALL_STATE(1577)] = 51725, - [SMALL_STATE(1578)] = 51732, - [SMALL_STATE(1579)] = 51739, - [SMALL_STATE(1580)] = 51746, - [SMALL_STATE(1581)] = 51753, - [SMALL_STATE(1582)] = 51760, - [SMALL_STATE(1583)] = 51767, - [SMALL_STATE(1584)] = 51774, - [SMALL_STATE(1585)] = 51781, - [SMALL_STATE(1586)] = 51788, - [SMALL_STATE(1587)] = 51795, - [SMALL_STATE(1588)] = 51802, - [SMALL_STATE(1589)] = 51809, - [SMALL_STATE(1590)] = 51816, - [SMALL_STATE(1591)] = 51823, - [SMALL_STATE(1592)] = 51830, - [SMALL_STATE(1593)] = 51837, - [SMALL_STATE(1594)] = 51844, - [SMALL_STATE(1595)] = 51851, - [SMALL_STATE(1596)] = 51858, - [SMALL_STATE(1597)] = 51865, - [SMALL_STATE(1598)] = 51872, - [SMALL_STATE(1599)] = 51879, - [SMALL_STATE(1600)] = 51886, - [SMALL_STATE(1601)] = 51893, - [SMALL_STATE(1602)] = 51900, - [SMALL_STATE(1603)] = 51907, - [SMALL_STATE(1604)] = 51914, - [SMALL_STATE(1605)] = 51921, - [SMALL_STATE(1606)] = 51928, - [SMALL_STATE(1607)] = 51935, - [SMALL_STATE(1608)] = 51942, - [SMALL_STATE(1609)] = 51949, - [SMALL_STATE(1610)] = 51956, - [SMALL_STATE(1611)] = 51963, - [SMALL_STATE(1612)] = 51970, - [SMALL_STATE(1613)] = 51977, - [SMALL_STATE(1614)] = 51984, - [SMALL_STATE(1615)] = 51991, - [SMALL_STATE(1616)] = 51998, - [SMALL_STATE(1617)] = 52005, - [SMALL_STATE(1618)] = 52012, - [SMALL_STATE(1619)] = 52019, - [SMALL_STATE(1620)] = 52026, - [SMALL_STATE(1621)] = 52033, - [SMALL_STATE(1622)] = 52040, - [SMALL_STATE(1623)] = 52047, - [SMALL_STATE(1624)] = 52054, - [SMALL_STATE(1625)] = 52061, - [SMALL_STATE(1626)] = 52068, - [SMALL_STATE(1627)] = 52075, - [SMALL_STATE(1628)] = 52082, - [SMALL_STATE(1629)] = 52089, - [SMALL_STATE(1630)] = 52096, - [SMALL_STATE(1631)] = 52103, - [SMALL_STATE(1632)] = 52110, - [SMALL_STATE(1633)] = 52117, - [SMALL_STATE(1634)] = 52124, - [SMALL_STATE(1635)] = 52131, - [SMALL_STATE(1636)] = 52138, - [SMALL_STATE(1637)] = 52145, - [SMALL_STATE(1638)] = 52152, - [SMALL_STATE(1639)] = 52159, - [SMALL_STATE(1640)] = 52166, - [SMALL_STATE(1641)] = 52173, - [SMALL_STATE(1642)] = 52180, - [SMALL_STATE(1643)] = 52187, - [SMALL_STATE(1644)] = 52194, - [SMALL_STATE(1645)] = 52201, - [SMALL_STATE(1646)] = 52208, - [SMALL_STATE(1647)] = 52215, - [SMALL_STATE(1648)] = 52222, - [SMALL_STATE(1649)] = 52229, - [SMALL_STATE(1650)] = 52236, - [SMALL_STATE(1651)] = 52243, - [SMALL_STATE(1652)] = 52250, - [SMALL_STATE(1653)] = 52257, - [SMALL_STATE(1654)] = 52264, - [SMALL_STATE(1655)] = 52271, - [SMALL_STATE(1656)] = 52278, - [SMALL_STATE(1657)] = 52285, - [SMALL_STATE(1658)] = 52292, - [SMALL_STATE(1659)] = 52299, - [SMALL_STATE(1660)] = 52306, - [SMALL_STATE(1661)] = 52313, - [SMALL_STATE(1662)] = 52320, - [SMALL_STATE(1663)] = 52327, - [SMALL_STATE(1664)] = 52334, - [SMALL_STATE(1665)] = 52341, - [SMALL_STATE(1666)] = 52348, - [SMALL_STATE(1667)] = 52355, - [SMALL_STATE(1668)] = 52362, - [SMALL_STATE(1669)] = 52369, - [SMALL_STATE(1670)] = 52376, - [SMALL_STATE(1671)] = 52383, - [SMALL_STATE(1672)] = 52390, - [SMALL_STATE(1673)] = 52397, - [SMALL_STATE(1674)] = 52404, - [SMALL_STATE(1675)] = 52411, - [SMALL_STATE(1676)] = 52418, - [SMALL_STATE(1677)] = 52425, - [SMALL_STATE(1678)] = 52432, - [SMALL_STATE(1679)] = 52439, - [SMALL_STATE(1680)] = 52446, - [SMALL_STATE(1681)] = 52453, - [SMALL_STATE(1682)] = 52460, - [SMALL_STATE(1683)] = 52467, - [SMALL_STATE(1684)] = 52474, - [SMALL_STATE(1685)] = 52481, - [SMALL_STATE(1686)] = 52488, - [SMALL_STATE(1687)] = 52495, - [SMALL_STATE(1688)] = 52502, - [SMALL_STATE(1689)] = 52509, - [SMALL_STATE(1690)] = 52516, - [SMALL_STATE(1691)] = 52523, - [SMALL_STATE(1692)] = 52530, - [SMALL_STATE(1693)] = 52537, - [SMALL_STATE(1694)] = 52544, - [SMALL_STATE(1695)] = 52551, - [SMALL_STATE(1696)] = 52558, - [SMALL_STATE(1697)] = 52565, - [SMALL_STATE(1698)] = 52572, - [SMALL_STATE(1699)] = 52579, - [SMALL_STATE(1700)] = 52586, - [SMALL_STATE(1701)] = 52593, - [SMALL_STATE(1702)] = 52600, - [SMALL_STATE(1703)] = 52607, - [SMALL_STATE(1704)] = 52614, - [SMALL_STATE(1705)] = 52621, - [SMALL_STATE(1706)] = 52628, - [SMALL_STATE(1707)] = 52635, - [SMALL_STATE(1708)] = 52642, - [SMALL_STATE(1709)] = 52649, - [SMALL_STATE(1710)] = 52656, - [SMALL_STATE(1711)] = 52663, - [SMALL_STATE(1712)] = 52670, - [SMALL_STATE(1713)] = 52677, - [SMALL_STATE(1714)] = 52684, - [SMALL_STATE(1715)] = 52691, - [SMALL_STATE(1716)] = 52698, - [SMALL_STATE(1717)] = 52705, - [SMALL_STATE(1718)] = 52712, - [SMALL_STATE(1719)] = 52719, - [SMALL_STATE(1720)] = 52726, - [SMALL_STATE(1721)] = 52733, - [SMALL_STATE(1722)] = 52740, - [SMALL_STATE(1723)] = 52747, - [SMALL_STATE(1724)] = 52754, - [SMALL_STATE(1725)] = 52761, - [SMALL_STATE(1726)] = 52768, - [SMALL_STATE(1727)] = 52775, - [SMALL_STATE(1728)] = 52782, - [SMALL_STATE(1729)] = 52789, - [SMALL_STATE(1730)] = 52796, - [SMALL_STATE(1731)] = 52803, - [SMALL_STATE(1732)] = 52810, - [SMALL_STATE(1733)] = 52817, - [SMALL_STATE(1734)] = 52824, - [SMALL_STATE(1735)] = 52831, - [SMALL_STATE(1736)] = 52838, - [SMALL_STATE(1737)] = 52845, - [SMALL_STATE(1738)] = 52852, - [SMALL_STATE(1739)] = 52859, - [SMALL_STATE(1740)] = 52866, - [SMALL_STATE(1741)] = 52873, - [SMALL_STATE(1742)] = 52880, - [SMALL_STATE(1743)] = 52887, - [SMALL_STATE(1744)] = 52894, - [SMALL_STATE(1745)] = 52901, - [SMALL_STATE(1746)] = 52908, - [SMALL_STATE(1747)] = 52915, - [SMALL_STATE(1748)] = 52922, - [SMALL_STATE(1749)] = 52929, - [SMALL_STATE(1750)] = 52936, - [SMALL_STATE(1751)] = 52943, - [SMALL_STATE(1752)] = 52950, - [SMALL_STATE(1753)] = 52957, - [SMALL_STATE(1754)] = 52964, - [SMALL_STATE(1755)] = 52971, - [SMALL_STATE(1756)] = 52978, - [SMALL_STATE(1757)] = 52985, - [SMALL_STATE(1758)] = 52992, - [SMALL_STATE(1759)] = 52999, - [SMALL_STATE(1760)] = 53006, - [SMALL_STATE(1761)] = 53013, - [SMALL_STATE(1762)] = 53020, - [SMALL_STATE(1763)] = 53027, - [SMALL_STATE(1764)] = 53034, - [SMALL_STATE(1765)] = 53041, - [SMALL_STATE(1766)] = 53048, - [SMALL_STATE(1767)] = 53055, - [SMALL_STATE(1768)] = 53062, - [SMALL_STATE(1769)] = 53069, - [SMALL_STATE(1770)] = 53076, - [SMALL_STATE(1771)] = 53083, - [SMALL_STATE(1772)] = 53090, - [SMALL_STATE(1773)] = 53097, - [SMALL_STATE(1774)] = 53104, - [SMALL_STATE(1775)] = 53111, - [SMALL_STATE(1776)] = 53118, - [SMALL_STATE(1777)] = 53125, - [SMALL_STATE(1778)] = 53132, - [SMALL_STATE(1779)] = 53139, - [SMALL_STATE(1780)] = 53146, - [SMALL_STATE(1781)] = 53153, - [SMALL_STATE(1782)] = 53160, - [SMALL_STATE(1783)] = 53167, - [SMALL_STATE(1784)] = 53174, - [SMALL_STATE(1785)] = 53181, - [SMALL_STATE(1786)] = 53188, - [SMALL_STATE(1787)] = 53195, - [SMALL_STATE(1788)] = 53202, - [SMALL_STATE(1789)] = 53209, - [SMALL_STATE(1790)] = 53216, - [SMALL_STATE(1791)] = 53223, - [SMALL_STATE(1792)] = 53230, - [SMALL_STATE(1793)] = 53237, - [SMALL_STATE(1794)] = 53244, - [SMALL_STATE(1795)] = 53251, - [SMALL_STATE(1796)] = 53258, - [SMALL_STATE(1797)] = 53265, - [SMALL_STATE(1798)] = 53272, - [SMALL_STATE(1799)] = 53279, - [SMALL_STATE(1800)] = 53286, - [SMALL_STATE(1801)] = 53293, - [SMALL_STATE(1802)] = 53300, - [SMALL_STATE(1803)] = 53307, - [SMALL_STATE(1804)] = 53314, - [SMALL_STATE(1805)] = 53321, - [SMALL_STATE(1806)] = 53328, - [SMALL_STATE(1807)] = 53335, - [SMALL_STATE(1808)] = 53342, - [SMALL_STATE(1809)] = 53349, - [SMALL_STATE(1810)] = 53356, - [SMALL_STATE(1811)] = 53363, - [SMALL_STATE(1812)] = 53370, - [SMALL_STATE(1813)] = 53377, - [SMALL_STATE(1814)] = 53384, - [SMALL_STATE(1815)] = 53391, - [SMALL_STATE(1816)] = 53398, - [SMALL_STATE(1817)] = 53405, - [SMALL_STATE(1818)] = 53412, - [SMALL_STATE(1819)] = 53419, - [SMALL_STATE(1820)] = 53426, - [SMALL_STATE(1821)] = 53433, - [SMALL_STATE(1822)] = 53440, - [SMALL_STATE(1823)] = 53447, - [SMALL_STATE(1824)] = 53454, - [SMALL_STATE(1825)] = 53461, - [SMALL_STATE(1826)] = 53468, - [SMALL_STATE(1827)] = 53475, - [SMALL_STATE(1828)] = 53482, - [SMALL_STATE(1829)] = 53489, - [SMALL_STATE(1830)] = 53496, - [SMALL_STATE(1831)] = 53503, - [SMALL_STATE(1832)] = 53510, - [SMALL_STATE(1833)] = 53517, - [SMALL_STATE(1834)] = 53524, - [SMALL_STATE(1835)] = 53531, - [SMALL_STATE(1836)] = 53538, - [SMALL_STATE(1837)] = 53545, - [SMALL_STATE(1838)] = 53552, - [SMALL_STATE(1839)] = 53559, - [SMALL_STATE(1840)] = 53566, - [SMALL_STATE(1841)] = 53573, - [SMALL_STATE(1842)] = 53580, - [SMALL_STATE(1843)] = 53587, - [SMALL_STATE(1844)] = 53594, - [SMALL_STATE(1845)] = 53601, - [SMALL_STATE(1846)] = 53608, - [SMALL_STATE(1847)] = 53615, - [SMALL_STATE(1848)] = 53622, - [SMALL_STATE(1849)] = 53629, - [SMALL_STATE(1850)] = 53636, - [SMALL_STATE(1851)] = 53643, - [SMALL_STATE(1852)] = 53650, - [SMALL_STATE(1853)] = 53657, - [SMALL_STATE(1854)] = 53664, - [SMALL_STATE(1855)] = 53671, - [SMALL_STATE(1856)] = 53678, - [SMALL_STATE(1857)] = 53685, - [SMALL_STATE(1858)] = 53692, - [SMALL_STATE(1859)] = 53699, - [SMALL_STATE(1860)] = 53706, - [SMALL_STATE(1861)] = 53713, - [SMALL_STATE(1862)] = 53720, - [SMALL_STATE(1863)] = 53727, - [SMALL_STATE(1864)] = 53734, - [SMALL_STATE(1865)] = 53741, - [SMALL_STATE(1866)] = 53748, - [SMALL_STATE(1867)] = 53755, - [SMALL_STATE(1868)] = 53762, - [SMALL_STATE(1869)] = 53769, - [SMALL_STATE(1870)] = 53776, - [SMALL_STATE(1871)] = 53783, - [SMALL_STATE(1872)] = 53790, - [SMALL_STATE(1873)] = 53797, - [SMALL_STATE(1874)] = 53804, - [SMALL_STATE(1875)] = 53811, - [SMALL_STATE(1876)] = 53818, - [SMALL_STATE(1877)] = 53825, - [SMALL_STATE(1878)] = 53832, - [SMALL_STATE(1879)] = 53839, - [SMALL_STATE(1880)] = 53846, - [SMALL_STATE(1881)] = 53853, - [SMALL_STATE(1882)] = 53860, - [SMALL_STATE(1883)] = 53867, - [SMALL_STATE(1884)] = 53874, - [SMALL_STATE(1885)] = 53881, - [SMALL_STATE(1886)] = 53888, - [SMALL_STATE(1887)] = 53895, - [SMALL_STATE(1888)] = 53902, - [SMALL_STATE(1889)] = 53909, - [SMALL_STATE(1890)] = 53916, - [SMALL_STATE(1891)] = 53923, - [SMALL_STATE(1892)] = 53930, - [SMALL_STATE(1893)] = 53937, - [SMALL_STATE(1894)] = 53944, - [SMALL_STATE(1895)] = 53951, - [SMALL_STATE(1896)] = 53958, - [SMALL_STATE(1897)] = 53965, - [SMALL_STATE(1898)] = 53972, - [SMALL_STATE(1899)] = 53979, - [SMALL_STATE(1900)] = 53986, - [SMALL_STATE(1901)] = 53993, - [SMALL_STATE(1902)] = 54000, - [SMALL_STATE(1903)] = 54007, - [SMALL_STATE(1904)] = 54014, - [SMALL_STATE(1905)] = 54021, - [SMALL_STATE(1906)] = 54028, - [SMALL_STATE(1907)] = 54035, - [SMALL_STATE(1908)] = 54042, - [SMALL_STATE(1909)] = 54049, - [SMALL_STATE(1910)] = 54056, - [SMALL_STATE(1911)] = 54063, - [SMALL_STATE(1912)] = 54070, - [SMALL_STATE(1913)] = 54077, - [SMALL_STATE(1914)] = 54084, - [SMALL_STATE(1915)] = 54091, - [SMALL_STATE(1916)] = 54098, - [SMALL_STATE(1917)] = 54105, - [SMALL_STATE(1918)] = 54112, - [SMALL_STATE(1919)] = 54119, - [SMALL_STATE(1920)] = 54126, - [SMALL_STATE(1921)] = 54133, - [SMALL_STATE(1922)] = 54140, - [SMALL_STATE(1923)] = 54147, - [SMALL_STATE(1924)] = 54154, - [SMALL_STATE(1925)] = 54161, - [SMALL_STATE(1926)] = 54168, - [SMALL_STATE(1927)] = 54175, - [SMALL_STATE(1928)] = 54182, - [SMALL_STATE(1929)] = 54189, - [SMALL_STATE(1930)] = 54196, - [SMALL_STATE(1931)] = 54203, - [SMALL_STATE(1932)] = 54210, - [SMALL_STATE(1933)] = 54217, - [SMALL_STATE(1934)] = 54224, - [SMALL_STATE(1935)] = 54231, - [SMALL_STATE(1936)] = 54238, - [SMALL_STATE(1937)] = 54245, - [SMALL_STATE(1938)] = 54252, - [SMALL_STATE(1939)] = 54259, - [SMALL_STATE(1940)] = 54266, - [SMALL_STATE(1941)] = 54273, - [SMALL_STATE(1942)] = 54280, - [SMALL_STATE(1943)] = 54287, - [SMALL_STATE(1944)] = 54294, - [SMALL_STATE(1945)] = 54301, - [SMALL_STATE(1946)] = 54308, - [SMALL_STATE(1947)] = 54315, - [SMALL_STATE(1948)] = 54322, - [SMALL_STATE(1949)] = 54329, - [SMALL_STATE(1950)] = 54336, - [SMALL_STATE(1951)] = 54343, - [SMALL_STATE(1952)] = 54350, - [SMALL_STATE(1953)] = 54357, - [SMALL_STATE(1954)] = 54364, - [SMALL_STATE(1955)] = 54371, - [SMALL_STATE(1956)] = 54378, - [SMALL_STATE(1957)] = 54385, - [SMALL_STATE(1958)] = 54392, - [SMALL_STATE(1959)] = 54399, - [SMALL_STATE(1960)] = 54406, - [SMALL_STATE(1961)] = 54413, - [SMALL_STATE(1962)] = 54420, - [SMALL_STATE(1963)] = 54427, - [SMALL_STATE(1964)] = 54434, - [SMALL_STATE(1965)] = 54441, - [SMALL_STATE(1966)] = 54448, - [SMALL_STATE(1967)] = 54455, - [SMALL_STATE(1968)] = 54462, - [SMALL_STATE(1969)] = 54469, - [SMALL_STATE(1970)] = 54476, - [SMALL_STATE(1971)] = 54483, - [SMALL_STATE(1972)] = 54490, - [SMALL_STATE(1973)] = 54497, - [SMALL_STATE(1974)] = 54504, - [SMALL_STATE(1975)] = 54511, - [SMALL_STATE(1976)] = 54518, - [SMALL_STATE(1977)] = 54525, - [SMALL_STATE(1978)] = 54532, - [SMALL_STATE(1979)] = 54539, - [SMALL_STATE(1980)] = 54546, - [SMALL_STATE(1981)] = 54553, - [SMALL_STATE(1982)] = 54560, - [SMALL_STATE(1983)] = 54567, - [SMALL_STATE(1984)] = 54574, - [SMALL_STATE(1985)] = 54581, - [SMALL_STATE(1986)] = 54588, - [SMALL_STATE(1987)] = 54595, - [SMALL_STATE(1988)] = 54602, - [SMALL_STATE(1989)] = 54609, - [SMALL_STATE(1990)] = 54616, - [SMALL_STATE(1991)] = 54623, - [SMALL_STATE(1992)] = 54630, - [SMALL_STATE(1993)] = 54637, - [SMALL_STATE(1994)] = 54644, - [SMALL_STATE(1995)] = 54651, - [SMALL_STATE(1996)] = 54658, - [SMALL_STATE(1997)] = 54665, - [SMALL_STATE(1998)] = 54672, - [SMALL_STATE(1999)] = 54679, - [SMALL_STATE(2000)] = 54686, - [SMALL_STATE(2001)] = 54693, - [SMALL_STATE(2002)] = 54700, - [SMALL_STATE(2003)] = 54707, - [SMALL_STATE(2004)] = 54714, - [SMALL_STATE(2005)] = 54721, - [SMALL_STATE(2006)] = 54728, - [SMALL_STATE(2007)] = 54735, - [SMALL_STATE(2008)] = 54742, - [SMALL_STATE(2009)] = 54749, - [SMALL_STATE(2010)] = 54756, - [SMALL_STATE(2011)] = 54763, - [SMALL_STATE(2012)] = 54770, - [SMALL_STATE(2013)] = 54777, - [SMALL_STATE(2014)] = 54784, - [SMALL_STATE(2015)] = 54791, - [SMALL_STATE(2016)] = 54798, - [SMALL_STATE(2017)] = 54805, - [SMALL_STATE(2018)] = 54812, - [SMALL_STATE(2019)] = 54819, - [SMALL_STATE(2020)] = 54826, - [SMALL_STATE(2021)] = 54833, - [SMALL_STATE(2022)] = 54840, - [SMALL_STATE(2023)] = 54847, - [SMALL_STATE(2024)] = 54854, - [SMALL_STATE(2025)] = 54861, - [SMALL_STATE(2026)] = 54868, - [SMALL_STATE(2027)] = 54875, - [SMALL_STATE(2028)] = 54882, - [SMALL_STATE(2029)] = 54889, - [SMALL_STATE(2030)] = 54896, - [SMALL_STATE(2031)] = 54903, - [SMALL_STATE(2032)] = 54910, - [SMALL_STATE(2033)] = 54917, - [SMALL_STATE(2034)] = 54924, - [SMALL_STATE(2035)] = 54931, - [SMALL_STATE(2036)] = 54938, - [SMALL_STATE(2037)] = 54945, - [SMALL_STATE(2038)] = 54952, - [SMALL_STATE(2039)] = 54959, - [SMALL_STATE(2040)] = 54966, - [SMALL_STATE(2041)] = 54973, - [SMALL_STATE(2042)] = 54980, - [SMALL_STATE(2043)] = 54987, - [SMALL_STATE(2044)] = 54994, - [SMALL_STATE(2045)] = 55001, - [SMALL_STATE(2046)] = 55008, - [SMALL_STATE(2047)] = 55015, - [SMALL_STATE(2048)] = 55022, - [SMALL_STATE(2049)] = 55029, - [SMALL_STATE(2050)] = 55036, - [SMALL_STATE(2051)] = 55043, - [SMALL_STATE(2052)] = 55050, - [SMALL_STATE(2053)] = 55057, - [SMALL_STATE(2054)] = 55064, - [SMALL_STATE(2055)] = 55071, - [SMALL_STATE(2056)] = 55078, - [SMALL_STATE(2057)] = 55085, - [SMALL_STATE(2058)] = 55092, - [SMALL_STATE(2059)] = 55099, - [SMALL_STATE(2060)] = 55106, - [SMALL_STATE(2061)] = 55113, - [SMALL_STATE(2062)] = 55120, - [SMALL_STATE(2063)] = 55127, + [SMALL_STATE(900)] = 42670, + [SMALL_STATE(901)] = 42694, + [SMALL_STATE(902)] = 42720, + [SMALL_STATE(903)] = 42736, + [SMALL_STATE(904)] = 42752, + [SMALL_STATE(905)] = 42768, + [SMALL_STATE(906)] = 42784, + [SMALL_STATE(907)] = 42800, + [SMALL_STATE(908)] = 42816, + [SMALL_STATE(909)] = 42832, + [SMALL_STATE(910)] = 42848, + [SMALL_STATE(911)] = 42870, + [SMALL_STATE(912)] = 42886, + [SMALL_STATE(913)] = 42902, + [SMALL_STATE(914)] = 42930, + [SMALL_STATE(915)] = 42946, + [SMALL_STATE(916)] = 42962, + [SMALL_STATE(917)] = 42978, + [SMALL_STATE(918)] = 42994, + [SMALL_STATE(919)] = 43010, + [SMALL_STATE(920)] = 43026, + [SMALL_STATE(921)] = 43042, + [SMALL_STATE(922)] = 43058, + [SMALL_STATE(923)] = 43074, + [SMALL_STATE(924)] = 43090, + [SMALL_STATE(925)] = 43106, + [SMALL_STATE(926)] = 43122, + [SMALL_STATE(927)] = 43146, + [SMALL_STATE(928)] = 43162, + [SMALL_STATE(929)] = 43178, + [SMALL_STATE(930)] = 43194, + [SMALL_STATE(931)] = 43210, + [SMALL_STATE(932)] = 43226, + [SMALL_STATE(933)] = 43242, + [SMALL_STATE(934)] = 43268, + [SMALL_STATE(935)] = 43284, + [SMALL_STATE(936)] = 43300, + [SMALL_STATE(937)] = 43316, + [SMALL_STATE(938)] = 43332, + [SMALL_STATE(939)] = 43348, + [SMALL_STATE(940)] = 43364, + [SMALL_STATE(941)] = 43390, + [SMALL_STATE(942)] = 43412, + [SMALL_STATE(943)] = 43428, + [SMALL_STATE(944)] = 43454, + [SMALL_STATE(945)] = 43480, + [SMALL_STATE(946)] = 43496, + [SMALL_STATE(947)] = 43512, + [SMALL_STATE(948)] = 43528, + [SMALL_STATE(949)] = 43553, + [SMALL_STATE(950)] = 43578, + [SMALL_STATE(951)] = 43603, + [SMALL_STATE(952)] = 43628, + [SMALL_STATE(953)] = 43641, + [SMALL_STATE(954)] = 43656, + [SMALL_STATE(955)] = 43681, + [SMALL_STATE(956)] = 43702, + [SMALL_STATE(957)] = 43727, + [SMALL_STATE(958)] = 43742, + [SMALL_STATE(959)] = 43767, + [SMALL_STATE(960)] = 43780, + [SMALL_STATE(961)] = 43805, + [SMALL_STATE(962)] = 43830, + [SMALL_STATE(963)] = 43845, + [SMALL_STATE(964)] = 43870, + [SMALL_STATE(965)] = 43895, + [SMALL_STATE(966)] = 43920, + [SMALL_STATE(967)] = 43945, + [SMALL_STATE(968)] = 43970, + [SMALL_STATE(969)] = 43985, + [SMALL_STATE(970)] = 44006, + [SMALL_STATE(971)] = 44019, + [SMALL_STATE(972)] = 44044, + [SMALL_STATE(973)] = 44069, + [SMALL_STATE(974)] = 44084, + [SMALL_STATE(975)] = 44109, + [SMALL_STATE(976)] = 44132, + [SMALL_STATE(977)] = 44145, + [SMALL_STATE(978)] = 44158, + [SMALL_STATE(979)] = 44183, + [SMALL_STATE(980)] = 44208, + [SMALL_STATE(981)] = 44229, + [SMALL_STATE(982)] = 44254, + [SMALL_STATE(983)] = 44269, + [SMALL_STATE(984)] = 44294, + [SMALL_STATE(985)] = 44316, + [SMALL_STATE(986)] = 44332, + [SMALL_STATE(987)] = 44354, + [SMALL_STATE(988)] = 44366, + [SMALL_STATE(989)] = 44382, + [SMALL_STATE(990)] = 44400, + [SMALL_STATE(991)] = 44420, + [SMALL_STATE(992)] = 44440, + [SMALL_STATE(993)] = 44462, + [SMALL_STATE(994)] = 44482, + [SMALL_STATE(995)] = 44504, + [SMALL_STATE(996)] = 44518, + [SMALL_STATE(997)] = 44540, + [SMALL_STATE(998)] = 44560, + [SMALL_STATE(999)] = 44576, + [SMALL_STATE(1000)] = 44598, + [SMALL_STATE(1001)] = 44618, + [SMALL_STATE(1002)] = 44640, + [SMALL_STATE(1003)] = 44662, + [SMALL_STATE(1004)] = 44684, + [SMALL_STATE(1005)] = 44706, + [SMALL_STATE(1006)] = 44728, + [SMALL_STATE(1007)] = 44746, + [SMALL_STATE(1008)] = 44760, + [SMALL_STATE(1009)] = 44782, + [SMALL_STATE(1010)] = 44802, + [SMALL_STATE(1011)] = 44818, + [SMALL_STATE(1012)] = 44836, + [SMALL_STATE(1013)] = 44848, + [SMALL_STATE(1014)] = 44867, + [SMALL_STATE(1015)] = 44886, + [SMALL_STATE(1016)] = 44905, + [SMALL_STATE(1017)] = 44924, + [SMALL_STATE(1018)] = 44943, + [SMALL_STATE(1019)] = 44962, + [SMALL_STATE(1020)] = 44979, + [SMALL_STATE(1021)] = 44994, + [SMALL_STATE(1022)] = 45013, + [SMALL_STATE(1023)] = 45032, + [SMALL_STATE(1024)] = 45049, + [SMALL_STATE(1025)] = 45064, + [SMALL_STATE(1026)] = 45083, + [SMALL_STATE(1027)] = 45094, + [SMALL_STATE(1028)] = 45113, + [SMALL_STATE(1029)] = 45132, + [SMALL_STATE(1030)] = 45145, + [SMALL_STATE(1031)] = 45164, + [SMALL_STATE(1032)] = 45183, + [SMALL_STATE(1033)] = 45198, + [SMALL_STATE(1034)] = 45217, + [SMALL_STATE(1035)] = 45234, + [SMALL_STATE(1036)] = 45249, + [SMALL_STATE(1037)] = 45268, + [SMALL_STATE(1038)] = 45287, + [SMALL_STATE(1039)] = 45304, + [SMALL_STATE(1040)] = 45323, + [SMALL_STATE(1041)] = 45342, + [SMALL_STATE(1042)] = 45357, + [SMALL_STATE(1043)] = 45374, + [SMALL_STATE(1044)] = 45393, + [SMALL_STATE(1045)] = 45412, + [SMALL_STATE(1046)] = 45431, + [SMALL_STATE(1047)] = 45450, + [SMALL_STATE(1048)] = 45467, + [SMALL_STATE(1049)] = 45486, + [SMALL_STATE(1050)] = 45505, + [SMALL_STATE(1051)] = 45524, + [SMALL_STATE(1052)] = 45543, + [SMALL_STATE(1053)] = 45560, + [SMALL_STATE(1054)] = 45575, + [SMALL_STATE(1055)] = 45594, + [SMALL_STATE(1056)] = 45613, + [SMALL_STATE(1057)] = 45632, + [SMALL_STATE(1058)] = 45651, + [SMALL_STATE(1059)] = 45670, + [SMALL_STATE(1060)] = 45689, + [SMALL_STATE(1061)] = 45708, + [SMALL_STATE(1062)] = 45719, + [SMALL_STATE(1063)] = 45738, + [SMALL_STATE(1064)] = 45757, + [SMALL_STATE(1065)] = 45774, + [SMALL_STATE(1066)] = 45791, + [SMALL_STATE(1067)] = 45810, + [SMALL_STATE(1068)] = 45825, + [SMALL_STATE(1069)] = 45844, + [SMALL_STATE(1070)] = 45863, + [SMALL_STATE(1071)] = 45882, + [SMALL_STATE(1072)] = 45895, + [SMALL_STATE(1073)] = 45910, + [SMALL_STATE(1074)] = 45929, + [SMALL_STATE(1075)] = 45946, + [SMALL_STATE(1076)] = 45965, + [SMALL_STATE(1077)] = 45980, + [SMALL_STATE(1078)] = 45999, + [SMALL_STATE(1079)] = 46018, + [SMALL_STATE(1080)] = 46037, + [SMALL_STATE(1081)] = 46056, + [SMALL_STATE(1082)] = 46075, + [SMALL_STATE(1083)] = 46094, + [SMALL_STATE(1084)] = 46113, + [SMALL_STATE(1085)] = 46132, + [SMALL_STATE(1086)] = 46151, + [SMALL_STATE(1087)] = 46170, + [SMALL_STATE(1088)] = 46185, + [SMALL_STATE(1089)] = 46204, + [SMALL_STATE(1090)] = 46223, + [SMALL_STATE(1091)] = 46242, + [SMALL_STATE(1092)] = 46261, + [SMALL_STATE(1093)] = 46280, + [SMALL_STATE(1094)] = 46299, + [SMALL_STATE(1095)] = 46310, + [SMALL_STATE(1096)] = 46323, + [SMALL_STATE(1097)] = 46334, + [SMALL_STATE(1098)] = 46353, + [SMALL_STATE(1099)] = 46364, + [SMALL_STATE(1100)] = 46375, + [SMALL_STATE(1101)] = 46394, + [SMALL_STATE(1102)] = 46408, + [SMALL_STATE(1103)] = 46424, + [SMALL_STATE(1104)] = 46440, + [SMALL_STATE(1105)] = 46456, + [SMALL_STATE(1106)] = 46472, + [SMALL_STATE(1107)] = 46488, + [SMALL_STATE(1108)] = 46502, + [SMALL_STATE(1109)] = 46518, + [SMALL_STATE(1110)] = 46534, + [SMALL_STATE(1111)] = 46546, + [SMALL_STATE(1112)] = 46556, + [SMALL_STATE(1113)] = 46566, + [SMALL_STATE(1114)] = 46582, + [SMALL_STATE(1115)] = 46598, + [SMALL_STATE(1116)] = 46614, + [SMALL_STATE(1117)] = 46628, + [SMALL_STATE(1118)] = 46642, + [SMALL_STATE(1119)] = 46656, + [SMALL_STATE(1120)] = 46668, + [SMALL_STATE(1121)] = 46682, + [SMALL_STATE(1122)] = 46698, + [SMALL_STATE(1123)] = 46714, + [SMALL_STATE(1124)] = 46730, + [SMALL_STATE(1125)] = 46746, + [SMALL_STATE(1126)] = 46762, + [SMALL_STATE(1127)] = 46774, + [SMALL_STATE(1128)] = 46790, + [SMALL_STATE(1129)] = 46800, + [SMALL_STATE(1130)] = 46814, + [SMALL_STATE(1131)] = 46828, + [SMALL_STATE(1132)] = 46844, + [SMALL_STATE(1133)] = 46860, + [SMALL_STATE(1134)] = 46872, + [SMALL_STATE(1135)] = 46888, + [SMALL_STATE(1136)] = 46902, + [SMALL_STATE(1137)] = 46916, + [SMALL_STATE(1138)] = 46926, + [SMALL_STATE(1139)] = 46936, + [SMALL_STATE(1140)] = 46952, + [SMALL_STATE(1141)] = 46968, + [SMALL_STATE(1142)] = 46980, + [SMALL_STATE(1143)] = 46994, + [SMALL_STATE(1144)] = 47008, + [SMALL_STATE(1145)] = 47024, + [SMALL_STATE(1146)] = 47038, + [SMALL_STATE(1147)] = 47052, + [SMALL_STATE(1148)] = 47068, + [SMALL_STATE(1149)] = 47078, + [SMALL_STATE(1150)] = 47092, + [SMALL_STATE(1151)] = 47102, + [SMALL_STATE(1152)] = 47118, + [SMALL_STATE(1153)] = 47128, + [SMALL_STATE(1154)] = 47138, + [SMALL_STATE(1155)] = 47152, + [SMALL_STATE(1156)] = 47168, + [SMALL_STATE(1157)] = 47182, + [SMALL_STATE(1158)] = 47198, + [SMALL_STATE(1159)] = 47214, + [SMALL_STATE(1160)] = 47228, + [SMALL_STATE(1161)] = 47244, + [SMALL_STATE(1162)] = 47258, + [SMALL_STATE(1163)] = 47270, + [SMALL_STATE(1164)] = 47282, + [SMALL_STATE(1165)] = 47298, + [SMALL_STATE(1166)] = 47312, + [SMALL_STATE(1167)] = 47328, + [SMALL_STATE(1168)] = 47342, + [SMALL_STATE(1169)] = 47352, + [SMALL_STATE(1170)] = 47368, + [SMALL_STATE(1171)] = 47382, + [SMALL_STATE(1172)] = 47396, + [SMALL_STATE(1173)] = 47408, + [SMALL_STATE(1174)] = 47422, + [SMALL_STATE(1175)] = 47438, + [SMALL_STATE(1176)] = 47454, + [SMALL_STATE(1177)] = 47470, + [SMALL_STATE(1178)] = 47484, + [SMALL_STATE(1179)] = 47500, + [SMALL_STATE(1180)] = 47516, + [SMALL_STATE(1181)] = 47532, + [SMALL_STATE(1182)] = 47542, + [SMALL_STATE(1183)] = 47558, + [SMALL_STATE(1184)] = 47570, + [SMALL_STATE(1185)] = 47586, + [SMALL_STATE(1186)] = 47600, + [SMALL_STATE(1187)] = 47614, + [SMALL_STATE(1188)] = 47628, + [SMALL_STATE(1189)] = 47644, + [SMALL_STATE(1190)] = 47658, + [SMALL_STATE(1191)] = 47674, + [SMALL_STATE(1192)] = 47690, + [SMALL_STATE(1193)] = 47706, + [SMALL_STATE(1194)] = 47722, + [SMALL_STATE(1195)] = 47738, + [SMALL_STATE(1196)] = 47750, + [SMALL_STATE(1197)] = 47766, + [SMALL_STATE(1198)] = 47780, + [SMALL_STATE(1199)] = 47794, + [SMALL_STATE(1200)] = 47810, + [SMALL_STATE(1201)] = 47824, + [SMALL_STATE(1202)] = 47837, + [SMALL_STATE(1203)] = 47846, + [SMALL_STATE(1204)] = 47859, + [SMALL_STATE(1205)] = 47870, + [SMALL_STATE(1206)] = 47879, + [SMALL_STATE(1207)] = 47892, + [SMALL_STATE(1208)] = 47905, + [SMALL_STATE(1209)] = 47914, + [SMALL_STATE(1210)] = 47927, + [SMALL_STATE(1211)] = 47940, + [SMALL_STATE(1212)] = 47953, + [SMALL_STATE(1213)] = 47966, + [SMALL_STATE(1214)] = 47977, + [SMALL_STATE(1215)] = 47986, + [SMALL_STATE(1216)] = 47995, + [SMALL_STATE(1217)] = 48004, + [SMALL_STATE(1218)] = 48013, + [SMALL_STATE(1219)] = 48026, + [SMALL_STATE(1220)] = 48039, + [SMALL_STATE(1221)] = 48048, + [SMALL_STATE(1222)] = 48061, + [SMALL_STATE(1223)] = 48074, + [SMALL_STATE(1224)] = 48087, + [SMALL_STATE(1225)] = 48098, + [SMALL_STATE(1226)] = 48111, + [SMALL_STATE(1227)] = 48124, + [SMALL_STATE(1228)] = 48137, + [SMALL_STATE(1229)] = 48146, + [SMALL_STATE(1230)] = 48159, + [SMALL_STATE(1231)] = 48172, + [SMALL_STATE(1232)] = 48185, + [SMALL_STATE(1233)] = 48198, + [SMALL_STATE(1234)] = 48211, + [SMALL_STATE(1235)] = 48224, + [SMALL_STATE(1236)] = 48237, + [SMALL_STATE(1237)] = 48250, + [SMALL_STATE(1238)] = 48263, + [SMALL_STATE(1239)] = 48276, + [SMALL_STATE(1240)] = 48289, + [SMALL_STATE(1241)] = 48302, + [SMALL_STATE(1242)] = 48311, + [SMALL_STATE(1243)] = 48324, + [SMALL_STATE(1244)] = 48337, + [SMALL_STATE(1245)] = 48346, + [SMALL_STATE(1246)] = 48359, + [SMALL_STATE(1247)] = 48372, + [SMALL_STATE(1248)] = 48385, + [SMALL_STATE(1249)] = 48398, + [SMALL_STATE(1250)] = 48411, + [SMALL_STATE(1251)] = 48424, + [SMALL_STATE(1252)] = 48437, + [SMALL_STATE(1253)] = 48446, + [SMALL_STATE(1254)] = 48455, + [SMALL_STATE(1255)] = 48468, + [SMALL_STATE(1256)] = 48481, + [SMALL_STATE(1257)] = 48490, + [SMALL_STATE(1258)] = 48499, + [SMALL_STATE(1259)] = 48508, + [SMALL_STATE(1260)] = 48517, + [SMALL_STATE(1261)] = 48530, + [SMALL_STATE(1262)] = 48543, + [SMALL_STATE(1263)] = 48552, + [SMALL_STATE(1264)] = 48561, + [SMALL_STATE(1265)] = 48574, + [SMALL_STATE(1266)] = 48587, + [SMALL_STATE(1267)] = 48600, + [SMALL_STATE(1268)] = 48613, + [SMALL_STATE(1269)] = 48626, + [SMALL_STATE(1270)] = 48639, + [SMALL_STATE(1271)] = 48648, + [SMALL_STATE(1272)] = 48659, + [SMALL_STATE(1273)] = 48672, + [SMALL_STATE(1274)] = 48685, + [SMALL_STATE(1275)] = 48696, + [SMALL_STATE(1276)] = 48709, + [SMALL_STATE(1277)] = 48722, + [SMALL_STATE(1278)] = 48735, + [SMALL_STATE(1279)] = 48748, + [SMALL_STATE(1280)] = 48757, + [SMALL_STATE(1281)] = 48770, + [SMALL_STATE(1282)] = 48783, + [SMALL_STATE(1283)] = 48796, + [SMALL_STATE(1284)] = 48805, + [SMALL_STATE(1285)] = 48818, + [SMALL_STATE(1286)] = 48827, + [SMALL_STATE(1287)] = 48840, + [SMALL_STATE(1288)] = 48853, + [SMALL_STATE(1289)] = 48866, + [SMALL_STATE(1290)] = 48879, + [SMALL_STATE(1291)] = 48892, + [SMALL_STATE(1292)] = 48905, + [SMALL_STATE(1293)] = 48918, + [SMALL_STATE(1294)] = 48931, + [SMALL_STATE(1295)] = 48944, + [SMALL_STATE(1296)] = 48957, + [SMALL_STATE(1297)] = 48968, + [SMALL_STATE(1298)] = 48977, + [SMALL_STATE(1299)] = 48990, + [SMALL_STATE(1300)] = 49003, + [SMALL_STATE(1301)] = 49012, + [SMALL_STATE(1302)] = 49025, + [SMALL_STATE(1303)] = 49038, + [SMALL_STATE(1304)] = 49051, + [SMALL_STATE(1305)] = 49060, + [SMALL_STATE(1306)] = 49073, + [SMALL_STATE(1307)] = 49086, + [SMALL_STATE(1308)] = 49099, + [SMALL_STATE(1309)] = 49112, + [SMALL_STATE(1310)] = 49125, + [SMALL_STATE(1311)] = 49138, + [SMALL_STATE(1312)] = 49147, + [SMALL_STATE(1313)] = 49160, + [SMALL_STATE(1314)] = 49169, + [SMALL_STATE(1315)] = 49178, + [SMALL_STATE(1316)] = 49187, + [SMALL_STATE(1317)] = 49196, + [SMALL_STATE(1318)] = 49205, + [SMALL_STATE(1319)] = 49214, + [SMALL_STATE(1320)] = 49223, + [SMALL_STATE(1321)] = 49236, + [SMALL_STATE(1322)] = 49245, + [SMALL_STATE(1323)] = 49258, + [SMALL_STATE(1324)] = 49271, + [SMALL_STATE(1325)] = 49280, + [SMALL_STATE(1326)] = 49293, + [SMALL_STATE(1327)] = 49306, + [SMALL_STATE(1328)] = 49319, + [SMALL_STATE(1329)] = 49332, + [SMALL_STATE(1330)] = 49341, + [SMALL_STATE(1331)] = 49350, + [SMALL_STATE(1332)] = 49363, + [SMALL_STATE(1333)] = 49372, + [SMALL_STATE(1334)] = 49381, + [SMALL_STATE(1335)] = 49390, + [SMALL_STATE(1336)] = 49403, + [SMALL_STATE(1337)] = 49416, + [SMALL_STATE(1338)] = 49425, + [SMALL_STATE(1339)] = 49438, + [SMALL_STATE(1340)] = 49447, + [SMALL_STATE(1341)] = 49460, + [SMALL_STATE(1342)] = 49473, + [SMALL_STATE(1343)] = 49486, + [SMALL_STATE(1344)] = 49495, + [SMALL_STATE(1345)] = 49506, + [SMALL_STATE(1346)] = 49515, + [SMALL_STATE(1347)] = 49528, + [SMALL_STATE(1348)] = 49537, + [SMALL_STATE(1349)] = 49550, + [SMALL_STATE(1350)] = 49563, + [SMALL_STATE(1351)] = 49572, + [SMALL_STATE(1352)] = 49585, + [SMALL_STATE(1353)] = 49596, + [SMALL_STATE(1354)] = 49609, + [SMALL_STATE(1355)] = 49618, + [SMALL_STATE(1356)] = 49631, + [SMALL_STATE(1357)] = 49640, + [SMALL_STATE(1358)] = 49653, + [SMALL_STATE(1359)] = 49666, + [SMALL_STATE(1360)] = 49679, + [SMALL_STATE(1361)] = 49692, + [SMALL_STATE(1362)] = 49705, + [SMALL_STATE(1363)] = 49718, + [SMALL_STATE(1364)] = 49731, + [SMALL_STATE(1365)] = 49742, + [SMALL_STATE(1366)] = 49755, + [SMALL_STATE(1367)] = 49768, + [SMALL_STATE(1368)] = 49779, + [SMALL_STATE(1369)] = 49792, + [SMALL_STATE(1370)] = 49801, + [SMALL_STATE(1371)] = 49814, + [SMALL_STATE(1372)] = 49827, + [SMALL_STATE(1373)] = 49840, + [SMALL_STATE(1374)] = 49853, + [SMALL_STATE(1375)] = 49866, + [SMALL_STATE(1376)] = 49875, + [SMALL_STATE(1377)] = 49888, + [SMALL_STATE(1378)] = 49901, + [SMALL_STATE(1379)] = 49910, + [SMALL_STATE(1380)] = 49923, + [SMALL_STATE(1381)] = 49932, + [SMALL_STATE(1382)] = 49945, + [SMALL_STATE(1383)] = 49958, + [SMALL_STATE(1384)] = 49971, + [SMALL_STATE(1385)] = 49984, + [SMALL_STATE(1386)] = 49997, + [SMALL_STATE(1387)] = 50010, + [SMALL_STATE(1388)] = 50023, + [SMALL_STATE(1389)] = 50036, + [SMALL_STATE(1390)] = 50049, + [SMALL_STATE(1391)] = 50060, + [SMALL_STATE(1392)] = 50073, + [SMALL_STATE(1393)] = 50086, + [SMALL_STATE(1394)] = 50095, + [SMALL_STATE(1395)] = 50108, + [SMALL_STATE(1396)] = 50121, + [SMALL_STATE(1397)] = 50134, + [SMALL_STATE(1398)] = 50147, + [SMALL_STATE(1399)] = 50160, + [SMALL_STATE(1400)] = 50168, + [SMALL_STATE(1401)] = 50176, + [SMALL_STATE(1402)] = 50186, + [SMALL_STATE(1403)] = 50196, + [SMALL_STATE(1404)] = 50206, + [SMALL_STATE(1405)] = 50216, + [SMALL_STATE(1406)] = 50226, + [SMALL_STATE(1407)] = 50234, + [SMALL_STATE(1408)] = 50244, + [SMALL_STATE(1409)] = 50254, + [SMALL_STATE(1410)] = 50264, + [SMALL_STATE(1411)] = 50274, + [SMALL_STATE(1412)] = 50284, + [SMALL_STATE(1413)] = 50292, + [SMALL_STATE(1414)] = 50300, + [SMALL_STATE(1415)] = 50310, + [SMALL_STATE(1416)] = 50320, + [SMALL_STATE(1417)] = 50330, + [SMALL_STATE(1418)] = 50340, + [SMALL_STATE(1419)] = 50348, + [SMALL_STATE(1420)] = 50358, + [SMALL_STATE(1421)] = 50368, + [SMALL_STATE(1422)] = 50376, + [SMALL_STATE(1423)] = 50384, + [SMALL_STATE(1424)] = 50392, + [SMALL_STATE(1425)] = 50402, + [SMALL_STATE(1426)] = 50412, + [SMALL_STATE(1427)] = 50422, + [SMALL_STATE(1428)] = 50430, + [SMALL_STATE(1429)] = 50438, + [SMALL_STATE(1430)] = 50448, + [SMALL_STATE(1431)] = 50456, + [SMALL_STATE(1432)] = 50466, + [SMALL_STATE(1433)] = 50474, + [SMALL_STATE(1434)] = 50482, + [SMALL_STATE(1435)] = 50492, + [SMALL_STATE(1436)] = 50502, + [SMALL_STATE(1437)] = 50510, + [SMALL_STATE(1438)] = 50518, + [SMALL_STATE(1439)] = 50528, + [SMALL_STATE(1440)] = 50538, + [SMALL_STATE(1441)] = 50546, + [SMALL_STATE(1442)] = 50556, + [SMALL_STATE(1443)] = 50566, + [SMALL_STATE(1444)] = 50574, + [SMALL_STATE(1445)] = 50584, + [SMALL_STATE(1446)] = 50594, + [SMALL_STATE(1447)] = 50602, + [SMALL_STATE(1448)] = 50610, + [SMALL_STATE(1449)] = 50620, + [SMALL_STATE(1450)] = 50630, + [SMALL_STATE(1451)] = 50638, + [SMALL_STATE(1452)] = 50646, + [SMALL_STATE(1453)] = 50656, + [SMALL_STATE(1454)] = 50666, + [SMALL_STATE(1455)] = 50676, + [SMALL_STATE(1456)] = 50686, + [SMALL_STATE(1457)] = 50696, + [SMALL_STATE(1458)] = 50704, + [SMALL_STATE(1459)] = 50712, + [SMALL_STATE(1460)] = 50720, + [SMALL_STATE(1461)] = 50728, + [SMALL_STATE(1462)] = 50736, + [SMALL_STATE(1463)] = 50746, + [SMALL_STATE(1464)] = 50754, + [SMALL_STATE(1465)] = 50764, + [SMALL_STATE(1466)] = 50772, + [SMALL_STATE(1467)] = 50782, + [SMALL_STATE(1468)] = 50790, + [SMALL_STATE(1469)] = 50798, + [SMALL_STATE(1470)] = 50806, + [SMALL_STATE(1471)] = 50814, + [SMALL_STATE(1472)] = 50824, + [SMALL_STATE(1473)] = 50832, + [SMALL_STATE(1474)] = 50842, + [SMALL_STATE(1475)] = 50852, + [SMALL_STATE(1476)] = 50862, + [SMALL_STATE(1477)] = 50872, + [SMALL_STATE(1478)] = 50882, + [SMALL_STATE(1479)] = 50890, + [SMALL_STATE(1480)] = 50900, + [SMALL_STATE(1481)] = 50910, + [SMALL_STATE(1482)] = 50918, + [SMALL_STATE(1483)] = 50926, + [SMALL_STATE(1484)] = 50934, + [SMALL_STATE(1485)] = 50944, + [SMALL_STATE(1486)] = 50952, + [SMALL_STATE(1487)] = 50960, + [SMALL_STATE(1488)] = 50970, + [SMALL_STATE(1489)] = 50980, + [SMALL_STATE(1490)] = 50988, + [SMALL_STATE(1491)] = 50998, + [SMALL_STATE(1492)] = 51008, + [SMALL_STATE(1493)] = 51016, + [SMALL_STATE(1494)] = 51026, + [SMALL_STATE(1495)] = 51036, + [SMALL_STATE(1496)] = 51046, + [SMALL_STATE(1497)] = 51054, + [SMALL_STATE(1498)] = 51064, + [SMALL_STATE(1499)] = 51072, + [SMALL_STATE(1500)] = 51080, + [SMALL_STATE(1501)] = 51088, + [SMALL_STATE(1502)] = 51096, + [SMALL_STATE(1503)] = 51104, + [SMALL_STATE(1504)] = 51112, + [SMALL_STATE(1505)] = 51122, + [SMALL_STATE(1506)] = 51130, + [SMALL_STATE(1507)] = 51140, + [SMALL_STATE(1508)] = 51148, + [SMALL_STATE(1509)] = 51158, + [SMALL_STATE(1510)] = 51168, + [SMALL_STATE(1511)] = 51176, + [SMALL_STATE(1512)] = 51184, + [SMALL_STATE(1513)] = 51192, + [SMALL_STATE(1514)] = 51202, + [SMALL_STATE(1515)] = 51212, + [SMALL_STATE(1516)] = 51222, + [SMALL_STATE(1517)] = 51232, + [SMALL_STATE(1518)] = 51242, + [SMALL_STATE(1519)] = 51250, + [SMALL_STATE(1520)] = 51258, + [SMALL_STATE(1521)] = 51266, + [SMALL_STATE(1522)] = 51276, + [SMALL_STATE(1523)] = 51286, + [SMALL_STATE(1524)] = 51296, + [SMALL_STATE(1525)] = 51304, + [SMALL_STATE(1526)] = 51312, + [SMALL_STATE(1527)] = 51322, + [SMALL_STATE(1528)] = 51330, + [SMALL_STATE(1529)] = 51338, + [SMALL_STATE(1530)] = 51346, + [SMALL_STATE(1531)] = 51354, + [SMALL_STATE(1532)] = 51362, + [SMALL_STATE(1533)] = 51370, + [SMALL_STATE(1534)] = 51378, + [SMALL_STATE(1535)] = 51386, + [SMALL_STATE(1536)] = 51396, + [SMALL_STATE(1537)] = 51404, + [SMALL_STATE(1538)] = 51412, + [SMALL_STATE(1539)] = 51420, + [SMALL_STATE(1540)] = 51428, + [SMALL_STATE(1541)] = 51436, + [SMALL_STATE(1542)] = 51444, + [SMALL_STATE(1543)] = 51452, + [SMALL_STATE(1544)] = 51462, + [SMALL_STATE(1545)] = 51472, + [SMALL_STATE(1546)] = 51482, + [SMALL_STATE(1547)] = 51490, + [SMALL_STATE(1548)] = 51498, + [SMALL_STATE(1549)] = 51508, + [SMALL_STATE(1550)] = 51516, + [SMALL_STATE(1551)] = 51524, + [SMALL_STATE(1552)] = 51532, + [SMALL_STATE(1553)] = 51542, + [SMALL_STATE(1554)] = 51552, + [SMALL_STATE(1555)] = 51562, + [SMALL_STATE(1556)] = 51570, + [SMALL_STATE(1557)] = 51580, + [SMALL_STATE(1558)] = 51590, + [SMALL_STATE(1559)] = 51600, + [SMALL_STATE(1560)] = 51608, + [SMALL_STATE(1561)] = 51616, + [SMALL_STATE(1562)] = 51623, + [SMALL_STATE(1563)] = 51630, + [SMALL_STATE(1564)] = 51637, + [SMALL_STATE(1565)] = 51644, + [SMALL_STATE(1566)] = 51651, + [SMALL_STATE(1567)] = 51658, + [SMALL_STATE(1568)] = 51665, + [SMALL_STATE(1569)] = 51672, + [SMALL_STATE(1570)] = 51679, + [SMALL_STATE(1571)] = 51686, + [SMALL_STATE(1572)] = 51693, + [SMALL_STATE(1573)] = 51700, + [SMALL_STATE(1574)] = 51707, + [SMALL_STATE(1575)] = 51714, + [SMALL_STATE(1576)] = 51721, + [SMALL_STATE(1577)] = 51728, + [SMALL_STATE(1578)] = 51735, + [SMALL_STATE(1579)] = 51742, + [SMALL_STATE(1580)] = 51749, + [SMALL_STATE(1581)] = 51756, + [SMALL_STATE(1582)] = 51763, + [SMALL_STATE(1583)] = 51770, + [SMALL_STATE(1584)] = 51777, + [SMALL_STATE(1585)] = 51784, + [SMALL_STATE(1586)] = 51791, + [SMALL_STATE(1587)] = 51798, + [SMALL_STATE(1588)] = 51805, + [SMALL_STATE(1589)] = 51812, + [SMALL_STATE(1590)] = 51819, + [SMALL_STATE(1591)] = 51826, + [SMALL_STATE(1592)] = 51833, + [SMALL_STATE(1593)] = 51840, + [SMALL_STATE(1594)] = 51847, + [SMALL_STATE(1595)] = 51854, + [SMALL_STATE(1596)] = 51861, + [SMALL_STATE(1597)] = 51868, + [SMALL_STATE(1598)] = 51875, + [SMALL_STATE(1599)] = 51882, + [SMALL_STATE(1600)] = 51889, + [SMALL_STATE(1601)] = 51896, + [SMALL_STATE(1602)] = 51903, + [SMALL_STATE(1603)] = 51910, + [SMALL_STATE(1604)] = 51917, + [SMALL_STATE(1605)] = 51924, + [SMALL_STATE(1606)] = 51931, + [SMALL_STATE(1607)] = 51938, + [SMALL_STATE(1608)] = 51945, + [SMALL_STATE(1609)] = 51952, + [SMALL_STATE(1610)] = 51959, + [SMALL_STATE(1611)] = 51966, + [SMALL_STATE(1612)] = 51973, + [SMALL_STATE(1613)] = 51980, + [SMALL_STATE(1614)] = 51987, + [SMALL_STATE(1615)] = 51994, + [SMALL_STATE(1616)] = 52001, + [SMALL_STATE(1617)] = 52008, + [SMALL_STATE(1618)] = 52015, + [SMALL_STATE(1619)] = 52022, + [SMALL_STATE(1620)] = 52029, + [SMALL_STATE(1621)] = 52036, + [SMALL_STATE(1622)] = 52043, + [SMALL_STATE(1623)] = 52050, + [SMALL_STATE(1624)] = 52057, + [SMALL_STATE(1625)] = 52064, + [SMALL_STATE(1626)] = 52071, + [SMALL_STATE(1627)] = 52078, + [SMALL_STATE(1628)] = 52085, + [SMALL_STATE(1629)] = 52092, + [SMALL_STATE(1630)] = 52099, + [SMALL_STATE(1631)] = 52106, + [SMALL_STATE(1632)] = 52113, + [SMALL_STATE(1633)] = 52120, + [SMALL_STATE(1634)] = 52127, + [SMALL_STATE(1635)] = 52134, + [SMALL_STATE(1636)] = 52141, + [SMALL_STATE(1637)] = 52148, + [SMALL_STATE(1638)] = 52155, + [SMALL_STATE(1639)] = 52162, + [SMALL_STATE(1640)] = 52169, + [SMALL_STATE(1641)] = 52176, + [SMALL_STATE(1642)] = 52183, + [SMALL_STATE(1643)] = 52190, + [SMALL_STATE(1644)] = 52197, + [SMALL_STATE(1645)] = 52204, + [SMALL_STATE(1646)] = 52211, + [SMALL_STATE(1647)] = 52218, + [SMALL_STATE(1648)] = 52225, + [SMALL_STATE(1649)] = 52232, + [SMALL_STATE(1650)] = 52239, + [SMALL_STATE(1651)] = 52246, + [SMALL_STATE(1652)] = 52253, + [SMALL_STATE(1653)] = 52260, + [SMALL_STATE(1654)] = 52267, + [SMALL_STATE(1655)] = 52274, + [SMALL_STATE(1656)] = 52281, + [SMALL_STATE(1657)] = 52288, + [SMALL_STATE(1658)] = 52295, + [SMALL_STATE(1659)] = 52302, + [SMALL_STATE(1660)] = 52309, + [SMALL_STATE(1661)] = 52316, + [SMALL_STATE(1662)] = 52323, + [SMALL_STATE(1663)] = 52330, + [SMALL_STATE(1664)] = 52337, + [SMALL_STATE(1665)] = 52344, + [SMALL_STATE(1666)] = 52351, + [SMALL_STATE(1667)] = 52358, + [SMALL_STATE(1668)] = 52365, + [SMALL_STATE(1669)] = 52372, + [SMALL_STATE(1670)] = 52379, + [SMALL_STATE(1671)] = 52386, + [SMALL_STATE(1672)] = 52393, + [SMALL_STATE(1673)] = 52400, + [SMALL_STATE(1674)] = 52407, + [SMALL_STATE(1675)] = 52414, + [SMALL_STATE(1676)] = 52421, + [SMALL_STATE(1677)] = 52428, + [SMALL_STATE(1678)] = 52435, + [SMALL_STATE(1679)] = 52442, + [SMALL_STATE(1680)] = 52449, + [SMALL_STATE(1681)] = 52456, + [SMALL_STATE(1682)] = 52463, + [SMALL_STATE(1683)] = 52470, + [SMALL_STATE(1684)] = 52477, + [SMALL_STATE(1685)] = 52484, + [SMALL_STATE(1686)] = 52491, + [SMALL_STATE(1687)] = 52498, + [SMALL_STATE(1688)] = 52505, + [SMALL_STATE(1689)] = 52512, + [SMALL_STATE(1690)] = 52519, + [SMALL_STATE(1691)] = 52526, + [SMALL_STATE(1692)] = 52533, + [SMALL_STATE(1693)] = 52540, + [SMALL_STATE(1694)] = 52547, + [SMALL_STATE(1695)] = 52554, + [SMALL_STATE(1696)] = 52561, + [SMALL_STATE(1697)] = 52568, + [SMALL_STATE(1698)] = 52575, + [SMALL_STATE(1699)] = 52582, + [SMALL_STATE(1700)] = 52589, + [SMALL_STATE(1701)] = 52596, + [SMALL_STATE(1702)] = 52603, + [SMALL_STATE(1703)] = 52610, + [SMALL_STATE(1704)] = 52617, + [SMALL_STATE(1705)] = 52624, + [SMALL_STATE(1706)] = 52631, + [SMALL_STATE(1707)] = 52638, + [SMALL_STATE(1708)] = 52645, + [SMALL_STATE(1709)] = 52652, + [SMALL_STATE(1710)] = 52659, + [SMALL_STATE(1711)] = 52666, + [SMALL_STATE(1712)] = 52673, + [SMALL_STATE(1713)] = 52680, + [SMALL_STATE(1714)] = 52687, + [SMALL_STATE(1715)] = 52694, + [SMALL_STATE(1716)] = 52701, + [SMALL_STATE(1717)] = 52708, + [SMALL_STATE(1718)] = 52715, + [SMALL_STATE(1719)] = 52722, + [SMALL_STATE(1720)] = 52729, + [SMALL_STATE(1721)] = 52736, + [SMALL_STATE(1722)] = 52743, + [SMALL_STATE(1723)] = 52750, + [SMALL_STATE(1724)] = 52757, + [SMALL_STATE(1725)] = 52764, + [SMALL_STATE(1726)] = 52771, + [SMALL_STATE(1727)] = 52778, + [SMALL_STATE(1728)] = 52785, + [SMALL_STATE(1729)] = 52792, + [SMALL_STATE(1730)] = 52799, + [SMALL_STATE(1731)] = 52806, + [SMALL_STATE(1732)] = 52813, + [SMALL_STATE(1733)] = 52820, + [SMALL_STATE(1734)] = 52827, + [SMALL_STATE(1735)] = 52834, + [SMALL_STATE(1736)] = 52841, + [SMALL_STATE(1737)] = 52848, + [SMALL_STATE(1738)] = 52855, + [SMALL_STATE(1739)] = 52862, + [SMALL_STATE(1740)] = 52869, + [SMALL_STATE(1741)] = 52876, + [SMALL_STATE(1742)] = 52883, + [SMALL_STATE(1743)] = 52890, + [SMALL_STATE(1744)] = 52897, + [SMALL_STATE(1745)] = 52904, + [SMALL_STATE(1746)] = 52911, + [SMALL_STATE(1747)] = 52918, + [SMALL_STATE(1748)] = 52925, + [SMALL_STATE(1749)] = 52932, + [SMALL_STATE(1750)] = 52939, + [SMALL_STATE(1751)] = 52946, + [SMALL_STATE(1752)] = 52953, + [SMALL_STATE(1753)] = 52960, + [SMALL_STATE(1754)] = 52967, + [SMALL_STATE(1755)] = 52974, + [SMALL_STATE(1756)] = 52981, + [SMALL_STATE(1757)] = 52988, + [SMALL_STATE(1758)] = 52995, + [SMALL_STATE(1759)] = 53002, + [SMALL_STATE(1760)] = 53009, + [SMALL_STATE(1761)] = 53016, + [SMALL_STATE(1762)] = 53023, + [SMALL_STATE(1763)] = 53030, + [SMALL_STATE(1764)] = 53037, + [SMALL_STATE(1765)] = 53044, + [SMALL_STATE(1766)] = 53051, + [SMALL_STATE(1767)] = 53058, + [SMALL_STATE(1768)] = 53065, + [SMALL_STATE(1769)] = 53072, + [SMALL_STATE(1770)] = 53079, + [SMALL_STATE(1771)] = 53086, + [SMALL_STATE(1772)] = 53093, + [SMALL_STATE(1773)] = 53100, + [SMALL_STATE(1774)] = 53107, + [SMALL_STATE(1775)] = 53114, + [SMALL_STATE(1776)] = 53121, + [SMALL_STATE(1777)] = 53128, + [SMALL_STATE(1778)] = 53135, + [SMALL_STATE(1779)] = 53142, + [SMALL_STATE(1780)] = 53149, + [SMALL_STATE(1781)] = 53156, + [SMALL_STATE(1782)] = 53163, + [SMALL_STATE(1783)] = 53170, + [SMALL_STATE(1784)] = 53177, + [SMALL_STATE(1785)] = 53184, + [SMALL_STATE(1786)] = 53191, + [SMALL_STATE(1787)] = 53198, + [SMALL_STATE(1788)] = 53205, + [SMALL_STATE(1789)] = 53212, + [SMALL_STATE(1790)] = 53219, + [SMALL_STATE(1791)] = 53226, + [SMALL_STATE(1792)] = 53233, + [SMALL_STATE(1793)] = 53240, + [SMALL_STATE(1794)] = 53247, + [SMALL_STATE(1795)] = 53254, + [SMALL_STATE(1796)] = 53261, + [SMALL_STATE(1797)] = 53268, + [SMALL_STATE(1798)] = 53275, + [SMALL_STATE(1799)] = 53282, + [SMALL_STATE(1800)] = 53289, + [SMALL_STATE(1801)] = 53296, + [SMALL_STATE(1802)] = 53303, + [SMALL_STATE(1803)] = 53310, + [SMALL_STATE(1804)] = 53317, + [SMALL_STATE(1805)] = 53324, + [SMALL_STATE(1806)] = 53331, + [SMALL_STATE(1807)] = 53338, + [SMALL_STATE(1808)] = 53345, + [SMALL_STATE(1809)] = 53352, + [SMALL_STATE(1810)] = 53359, + [SMALL_STATE(1811)] = 53366, + [SMALL_STATE(1812)] = 53373, + [SMALL_STATE(1813)] = 53380, + [SMALL_STATE(1814)] = 53387, + [SMALL_STATE(1815)] = 53394, + [SMALL_STATE(1816)] = 53401, + [SMALL_STATE(1817)] = 53408, + [SMALL_STATE(1818)] = 53415, + [SMALL_STATE(1819)] = 53422, + [SMALL_STATE(1820)] = 53429, + [SMALL_STATE(1821)] = 53436, + [SMALL_STATE(1822)] = 53443, + [SMALL_STATE(1823)] = 53450, + [SMALL_STATE(1824)] = 53457, + [SMALL_STATE(1825)] = 53464, + [SMALL_STATE(1826)] = 53471, + [SMALL_STATE(1827)] = 53478, + [SMALL_STATE(1828)] = 53485, + [SMALL_STATE(1829)] = 53492, + [SMALL_STATE(1830)] = 53499, + [SMALL_STATE(1831)] = 53506, + [SMALL_STATE(1832)] = 53513, + [SMALL_STATE(1833)] = 53520, + [SMALL_STATE(1834)] = 53527, + [SMALL_STATE(1835)] = 53534, + [SMALL_STATE(1836)] = 53541, + [SMALL_STATE(1837)] = 53548, + [SMALL_STATE(1838)] = 53555, + [SMALL_STATE(1839)] = 53562, + [SMALL_STATE(1840)] = 53569, + [SMALL_STATE(1841)] = 53576, + [SMALL_STATE(1842)] = 53583, + [SMALL_STATE(1843)] = 53590, + [SMALL_STATE(1844)] = 53597, + [SMALL_STATE(1845)] = 53604, + [SMALL_STATE(1846)] = 53611, + [SMALL_STATE(1847)] = 53618, + [SMALL_STATE(1848)] = 53625, + [SMALL_STATE(1849)] = 53632, + [SMALL_STATE(1850)] = 53639, + [SMALL_STATE(1851)] = 53646, + [SMALL_STATE(1852)] = 53653, + [SMALL_STATE(1853)] = 53660, + [SMALL_STATE(1854)] = 53667, + [SMALL_STATE(1855)] = 53674, + [SMALL_STATE(1856)] = 53681, + [SMALL_STATE(1857)] = 53688, + [SMALL_STATE(1858)] = 53695, + [SMALL_STATE(1859)] = 53702, + [SMALL_STATE(1860)] = 53709, + [SMALL_STATE(1861)] = 53716, + [SMALL_STATE(1862)] = 53723, + [SMALL_STATE(1863)] = 53730, + [SMALL_STATE(1864)] = 53737, + [SMALL_STATE(1865)] = 53744, + [SMALL_STATE(1866)] = 53751, + [SMALL_STATE(1867)] = 53758, + [SMALL_STATE(1868)] = 53765, + [SMALL_STATE(1869)] = 53772, + [SMALL_STATE(1870)] = 53779, + [SMALL_STATE(1871)] = 53786, + [SMALL_STATE(1872)] = 53793, + [SMALL_STATE(1873)] = 53800, + [SMALL_STATE(1874)] = 53807, + [SMALL_STATE(1875)] = 53814, + [SMALL_STATE(1876)] = 53821, + [SMALL_STATE(1877)] = 53828, + [SMALL_STATE(1878)] = 53835, + [SMALL_STATE(1879)] = 53842, + [SMALL_STATE(1880)] = 53849, + [SMALL_STATE(1881)] = 53856, + [SMALL_STATE(1882)] = 53863, + [SMALL_STATE(1883)] = 53870, + [SMALL_STATE(1884)] = 53877, + [SMALL_STATE(1885)] = 53884, + [SMALL_STATE(1886)] = 53891, + [SMALL_STATE(1887)] = 53898, + [SMALL_STATE(1888)] = 53905, + [SMALL_STATE(1889)] = 53912, + [SMALL_STATE(1890)] = 53919, + [SMALL_STATE(1891)] = 53926, + [SMALL_STATE(1892)] = 53933, + [SMALL_STATE(1893)] = 53940, + [SMALL_STATE(1894)] = 53947, + [SMALL_STATE(1895)] = 53954, + [SMALL_STATE(1896)] = 53961, + [SMALL_STATE(1897)] = 53968, + [SMALL_STATE(1898)] = 53975, + [SMALL_STATE(1899)] = 53982, + [SMALL_STATE(1900)] = 53989, + [SMALL_STATE(1901)] = 53996, + [SMALL_STATE(1902)] = 54003, + [SMALL_STATE(1903)] = 54010, + [SMALL_STATE(1904)] = 54017, + [SMALL_STATE(1905)] = 54024, + [SMALL_STATE(1906)] = 54031, + [SMALL_STATE(1907)] = 54038, + [SMALL_STATE(1908)] = 54045, + [SMALL_STATE(1909)] = 54052, + [SMALL_STATE(1910)] = 54059, + [SMALL_STATE(1911)] = 54066, + [SMALL_STATE(1912)] = 54073, + [SMALL_STATE(1913)] = 54080, + [SMALL_STATE(1914)] = 54087, + [SMALL_STATE(1915)] = 54094, + [SMALL_STATE(1916)] = 54101, + [SMALL_STATE(1917)] = 54108, + [SMALL_STATE(1918)] = 54115, + [SMALL_STATE(1919)] = 54122, + [SMALL_STATE(1920)] = 54129, + [SMALL_STATE(1921)] = 54136, + [SMALL_STATE(1922)] = 54143, + [SMALL_STATE(1923)] = 54150, + [SMALL_STATE(1924)] = 54157, + [SMALL_STATE(1925)] = 54164, + [SMALL_STATE(1926)] = 54171, + [SMALL_STATE(1927)] = 54178, + [SMALL_STATE(1928)] = 54185, + [SMALL_STATE(1929)] = 54192, + [SMALL_STATE(1930)] = 54199, + [SMALL_STATE(1931)] = 54206, + [SMALL_STATE(1932)] = 54213, + [SMALL_STATE(1933)] = 54220, + [SMALL_STATE(1934)] = 54227, + [SMALL_STATE(1935)] = 54234, + [SMALL_STATE(1936)] = 54241, + [SMALL_STATE(1937)] = 54248, + [SMALL_STATE(1938)] = 54255, + [SMALL_STATE(1939)] = 54262, + [SMALL_STATE(1940)] = 54269, + [SMALL_STATE(1941)] = 54276, + [SMALL_STATE(1942)] = 54283, + [SMALL_STATE(1943)] = 54290, + [SMALL_STATE(1944)] = 54297, + [SMALL_STATE(1945)] = 54304, + [SMALL_STATE(1946)] = 54311, + [SMALL_STATE(1947)] = 54318, + [SMALL_STATE(1948)] = 54325, + [SMALL_STATE(1949)] = 54332, + [SMALL_STATE(1950)] = 54339, + [SMALL_STATE(1951)] = 54346, + [SMALL_STATE(1952)] = 54353, + [SMALL_STATE(1953)] = 54360, + [SMALL_STATE(1954)] = 54367, + [SMALL_STATE(1955)] = 54374, + [SMALL_STATE(1956)] = 54381, + [SMALL_STATE(1957)] = 54388, + [SMALL_STATE(1958)] = 54395, + [SMALL_STATE(1959)] = 54402, + [SMALL_STATE(1960)] = 54409, + [SMALL_STATE(1961)] = 54416, + [SMALL_STATE(1962)] = 54423, + [SMALL_STATE(1963)] = 54430, + [SMALL_STATE(1964)] = 54437, + [SMALL_STATE(1965)] = 54444, + [SMALL_STATE(1966)] = 54451, + [SMALL_STATE(1967)] = 54458, + [SMALL_STATE(1968)] = 54465, + [SMALL_STATE(1969)] = 54472, + [SMALL_STATE(1970)] = 54479, + [SMALL_STATE(1971)] = 54486, + [SMALL_STATE(1972)] = 54493, + [SMALL_STATE(1973)] = 54500, + [SMALL_STATE(1974)] = 54507, + [SMALL_STATE(1975)] = 54514, + [SMALL_STATE(1976)] = 54521, + [SMALL_STATE(1977)] = 54528, + [SMALL_STATE(1978)] = 54535, + [SMALL_STATE(1979)] = 54542, + [SMALL_STATE(1980)] = 54549, + [SMALL_STATE(1981)] = 54556, + [SMALL_STATE(1982)] = 54563, + [SMALL_STATE(1983)] = 54570, + [SMALL_STATE(1984)] = 54577, + [SMALL_STATE(1985)] = 54584, + [SMALL_STATE(1986)] = 54591, + [SMALL_STATE(1987)] = 54598, + [SMALL_STATE(1988)] = 54605, + [SMALL_STATE(1989)] = 54612, + [SMALL_STATE(1990)] = 54619, + [SMALL_STATE(1991)] = 54626, + [SMALL_STATE(1992)] = 54633, + [SMALL_STATE(1993)] = 54640, + [SMALL_STATE(1994)] = 54647, + [SMALL_STATE(1995)] = 54654, + [SMALL_STATE(1996)] = 54661, + [SMALL_STATE(1997)] = 54668, + [SMALL_STATE(1998)] = 54675, + [SMALL_STATE(1999)] = 54682, + [SMALL_STATE(2000)] = 54689, + [SMALL_STATE(2001)] = 54696, + [SMALL_STATE(2002)] = 54703, + [SMALL_STATE(2003)] = 54710, + [SMALL_STATE(2004)] = 54717, + [SMALL_STATE(2005)] = 54724, + [SMALL_STATE(2006)] = 54731, + [SMALL_STATE(2007)] = 54738, + [SMALL_STATE(2008)] = 54745, + [SMALL_STATE(2009)] = 54752, + [SMALL_STATE(2010)] = 54759, + [SMALL_STATE(2011)] = 54766, + [SMALL_STATE(2012)] = 54773, + [SMALL_STATE(2013)] = 54780, + [SMALL_STATE(2014)] = 54787, + [SMALL_STATE(2015)] = 54794, + [SMALL_STATE(2016)] = 54801, + [SMALL_STATE(2017)] = 54808, + [SMALL_STATE(2018)] = 54815, + [SMALL_STATE(2019)] = 54822, + [SMALL_STATE(2020)] = 54829, + [SMALL_STATE(2021)] = 54836, + [SMALL_STATE(2022)] = 54843, + [SMALL_STATE(2023)] = 54850, + [SMALL_STATE(2024)] = 54857, + [SMALL_STATE(2025)] = 54864, + [SMALL_STATE(2026)] = 54871, + [SMALL_STATE(2027)] = 54878, + [SMALL_STATE(2028)] = 54885, + [SMALL_STATE(2029)] = 54892, + [SMALL_STATE(2030)] = 54899, + [SMALL_STATE(2031)] = 54906, + [SMALL_STATE(2032)] = 54913, + [SMALL_STATE(2033)] = 54920, + [SMALL_STATE(2034)] = 54927, + [SMALL_STATE(2035)] = 54934, + [SMALL_STATE(2036)] = 54941, + [SMALL_STATE(2037)] = 54948, + [SMALL_STATE(2038)] = 54955, + [SMALL_STATE(2039)] = 54962, + [SMALL_STATE(2040)] = 54969, + [SMALL_STATE(2041)] = 54976, + [SMALL_STATE(2042)] = 54983, + [SMALL_STATE(2043)] = 54990, + [SMALL_STATE(2044)] = 54997, + [SMALL_STATE(2045)] = 55004, + [SMALL_STATE(2046)] = 55011, + [SMALL_STATE(2047)] = 55018, + [SMALL_STATE(2048)] = 55025, + [SMALL_STATE(2049)] = 55032, + [SMALL_STATE(2050)] = 55039, + [SMALL_STATE(2051)] = 55046, + [SMALL_STATE(2052)] = 55053, + [SMALL_STATE(2053)] = 55060, + [SMALL_STATE(2054)] = 55067, + [SMALL_STATE(2055)] = 55074, + [SMALL_STATE(2056)] = 55081, + [SMALL_STATE(2057)] = 55088, + [SMALL_STATE(2058)] = 55095, + [SMALL_STATE(2059)] = 55102, + [SMALL_STATE(2060)] = 55109, + [SMALL_STATE(2061)] = 55116, + [SMALL_STATE(2062)] = 55123, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -64357,849 +64355,849 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), [21] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), - [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [39] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), [85] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation, 1), [87] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), - [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(884), - [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1088), - [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1383), - [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(714), - [101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(698), + [89] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(890), + [92] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1095), + [95] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1382), + [98] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(713), + [101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(699), [104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(94), - [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(726), + [107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(722), [110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1409), - [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(723), - [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2063), - [119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2062), - [122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(48), - [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2061), - [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(758), - [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2060), - [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1363), - [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(803), - [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(807), - [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(20), - [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(250), - [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1339), - [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2059), - [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(623), - [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1302), - [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2058), - [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2057), - [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(243), - [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(208), - [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(564), - [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(834), - [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(836), - [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2055), - [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(233), - [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(717), - [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(840), + [113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(751), + [116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2062), + [119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2061), + [122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(56), + [125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2060), + [128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(737), + [131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2059), + [134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1362), + [137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(823), + [140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(827), + [143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(19), + [146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(251), + [149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1340), + [152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2058), + [155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(618), + [158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(1304), + [161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2057), + [164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2056), + [167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(244), + [170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(206), + [173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(563), + [176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(791), + [179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(842), + [182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2054), + [185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(237), + [188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(712), + [191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(820), [194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(220), - [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(73), - [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(228), - [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2052), - [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1012), - [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1088), - [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1383), - [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1288), + [197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(72), + [200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(232), + [203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_compilation_repeat1, 2), SHIFT_REPEAT(2051), + [206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(998), + [209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1095), + [212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1382), + [215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(1213), [218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), - [220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(48), - [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(758), - [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2060), - [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(20), - [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(250), - [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2058), - [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2057), - [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(243), - [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(208), - [247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(564), - [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(834), - [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(836), - [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2055), - [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(233), - [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(717), - [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(840), + [220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(56), + [223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(737), + [226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2059), + [229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(19), + [232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(251), + [235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2057), + [238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2056), + [241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(244), + [244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(206), + [247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(563), + [250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(791), + [253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(842), + [256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(2054), + [259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(237), + [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(712), + [265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(820), [268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(220), - [271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(73), - [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(228), - [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1110), - [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(842), - [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(698), - [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(726), + [271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(72), + [274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat1, 2), SHIFT_REPEAT(232), + [277] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1127), + [280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(826), + [283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(699), + [286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(722), [289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), - [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2063), - [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2061), - [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1363), - [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(803), - [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(807), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1339), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(623), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1302), - [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2057), - [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(267), - [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2052), - [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1110), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 4, .production_id = 5), - [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 3, .production_id = 5), - [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), - [408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), - [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1), - [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1), - [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2), - [446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1), - [448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 1), - [450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1), - [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1), - [460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 4, .production_id = 5), - [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 3, .production_id = 5), - [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), - [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), - [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), - [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1110), - [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(842), - [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(698), - [541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), - [543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(838), - [546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(2063), - [549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(2061), - [552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1455), - [555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(803), - [558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(807), - [561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1456), - [564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(623), - [567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(1302), - [570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(2057), - [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_package_specification_repeat1, 2), SHIFT_REPEAT(2052), - [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), - [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2062), + [294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2060), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1362), + [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(823), + [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(827), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1340), + [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(618), + [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(1304), + [315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2056), + [318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(259), + [321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_non_empty_declarative_part_repeat1, 2), SHIFT_REPEAT(2051), + [324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 4, .production_id = 5), + [366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), + [368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(865), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 3, .production_id = 5), + [410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_declarative_part, 1), + [412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), + [418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 1), + [422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), + [434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 1), + [446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 1), + [448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sequence_of_statements, 2), + [450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 1), + [462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 1), + [464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 3, .production_id = 5), + [466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 4, .production_id = 5), + [468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(531), + [500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1127), + [527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(826), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(699), + [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), + [535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(814), + [538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2062), + [541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2060), + [544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1454), + [547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(823), + [550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(827), + [553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1456), + [556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(618), + [559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(1304), + [562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2056), + [565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__package_specification_repeat1, 2), SHIFT_REPEAT(2051), + [568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), [584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), [588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), - [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(521), [594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 8, .production_id = 90), - [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 8, .production_id = 90), - [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 3), - [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 3), - [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 9), - [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 9), - [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 52), - [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 52), - [614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 9, .production_id = 71), - [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 9, .production_id = 71), - [618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 3), - [620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 3), - [622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 3), - [624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 3), - [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 5, .production_id = 3), - [628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 5, .production_id = 3), - [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5), - [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 5), - [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_entry_call, 7), - [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_entry_call, 7), - [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 90), - [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 90), - [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 74), - [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 74), + [596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 8, .production_id = 91), + [600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 8, .production_id = 91), + [602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_relative_statement, 3), + [604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_relative_statement, 3), + [606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 53), + [608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 53), + [610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 9, .production_id = 72), + [612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 9, .production_id = 72), + [614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5), + [616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5), + [618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5), + [620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5), + [622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 3), + [624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 3), + [626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 3), + [628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 3), + [630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 5, .production_id = 3), + [632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 5, .production_id = 3), + [634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 5), + [636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 5), + [638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7), + [640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7), + [642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 75), + [644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 75), [646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_return_statement, 2), [648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_return_statement, 2), - [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5), - [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 6, .production_id = 5), - [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 89), - [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 89), + [650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 13), + [652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 13), + [654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 90), + [656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 90), [658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 3), [660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 3), [662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5), [664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 7, .production_id = 5), - [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 28), - [668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 28), - [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 88), - [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 88), - [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 87), - [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 87), - [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 12), - [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 12), - [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5), - [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 5), - [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 103), - [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 103), - [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 7), - [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 7), - [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 74), - [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 74), - [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7), - [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_timed_entry_call, 7), - [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 89), - [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 89), - [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_statement, 7), - [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extended_return_statement, 7), - [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 86), - [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 86), - [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 11, .production_id = 123), - [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 11, .production_id = 123), - [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 71), - [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 71), + [666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 29), + [668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 29), + [670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 89), + [672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 89), + [674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 7, .production_id = 88), + [676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 7, .production_id = 88), + [678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 7), + [680] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 7), + [682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 6, .production_id = 72), + [684] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 6, .production_id = 72), + [686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 104), + [688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 104), + [690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_entry_call, 7), + [692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_entry_call, 7), + [694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_timed_entry_call, 7), + [696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_timed_entry_call, 7), + [698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 6, .production_id = 75), + [700] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 6, .production_id = 75), + [702] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 90), + [704] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 9, .production_id = 90), + [706] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 6), + [708] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 6), + [710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 87), + [712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 87), + [714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 6), + [716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 6), + [718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 3), + [720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 3), [722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2), [724] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2), - [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 6), - [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 6), - [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, .production_id = 112), - [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, .production_id = 112), - [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 6), - [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 6), - [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2), - [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2), - [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 103), - [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 103), - [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 87), - [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 87), - [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 119), - [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 119), - [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7), - [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 7), - [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3), - [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 3, .production_id = 3), - [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 8), - [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8), - [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 12), - [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 12), - [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), - [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 2), - [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, .production_id = 118), - [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 118), - [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7), - [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 7), - [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 13), - [784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 13), - [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 3), - [788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 3, .production_id = 3), - [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), - [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), - [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_until_statement, 4), - [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_until_statement, 4), - [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, .production_id = 29), - [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, .production_id = 29), - [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 14), - [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 14), + [726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 11, .production_id = 124), + [728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 11, .production_id = 124), + [730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 3, .production_id = 3), + [732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 3, .production_id = 3), + [734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 9, .production_id = 113), + [736] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 9, .production_id = 113), + [738] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 3, .production_id = 13), + [740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 3, .production_id = 13), + [742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 104), + [744] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 10, .production_id = 104), + [746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 88), + [748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 88), + [750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 10, .production_id = 120), + [752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 10, .production_id = 120), + [754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_statement, 2), + [756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_statement, 2), + [758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 3, .production_id = 14), + [760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 3, .production_id = 14), + [762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_g, 7), + [764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pragma_g, 7), + [766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 3, .production_id = 3), + [768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 3, .production_id = 3), + [770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, .production_id = 15), + [772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, .production_id = 15), + [774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 10, .production_id = 119), + [776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 10, .production_id = 119), + [778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_statement, 2), + [780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_raise_statement, 2), + [782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 7, .production_id = 91), + [784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 7, .production_id = 91), + [786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), + [788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), + [790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 18), + [792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 18), + [794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6), + [796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6), + [798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_until_statement, 4), + [800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_until_statement, 4), + [802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, .production_id = 30), + [804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, .production_id = 30), [806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 5), [808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 5), - [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_relative_statement, 3), - [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_delay_relative_statement, 3), - [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 5, .production_id = 3), - [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 5, .production_id = 3), - [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, .production_id = 51), - [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, .production_id = 51), - [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, .production_id = 52), - [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 5, .production_id = 52), - [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 4, .production_id = 28), - [828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 4, .production_id = 28), - [830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 4), - [832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 4), - [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7), - [836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7), - [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), - [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 3, .production_id = 2), - [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, .production_id = 86), - [844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, .production_id = 86), - [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asynchronous_select, 8, .production_id = 101), - [848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asynchronous_select, 8, .production_id = 101), - [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 8), - [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 8), - [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_statement, 3, .production_id = 17), - [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assignment_statement, 3, .production_id = 17), - [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 8, .production_id = 102), - [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 8, .production_id = 102), - [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5), - [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5), - [866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 103), - [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 103), - [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 4), - [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 4), + [810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requeue_statement, 5, .production_id = 3), + [812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requeue_statement, 5, .production_id = 3), + [814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, .production_id = 52), + [816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, .production_id = 52), + [818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_statement, 5, .production_id = 53), + [820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_statement, 5, .production_id = 53), + [822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 4), + [824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 4), + [826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7), + [828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7), + [830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 4, .production_id = 29), + [832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 4, .production_id = 29), + [834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abort_statement, 4), + [836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abort_statement, 4), + [838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), + [840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_procedure_call_statement, 2, .production_id = 2), + [842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 7), + [844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 7), + [846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 8, .production_id = 87), + [848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 8, .production_id = 87), + [850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asynchronous_select, 8, .production_id = 102), + [852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_asynchronous_select, 8, .production_id = 102), + [854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 8), + [856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 8), + [858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selective_accept, 9), + [860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selective_accept, 9), + [862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 8), + [864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 8), + [866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_statement, 8, .production_id = 103), + [868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_accept_statement, 8, .production_id = 103), + [870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5), + [872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 5), [874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statement, 2), [876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statement, 2), - [878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 89), - [880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 89), - [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block_statement, 6), - [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block_statement, 6), - [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), - [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 104), + [880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 104), + [882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 90), + [884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_if_statement, 8, .production_id = 90), + [886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), + [890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), + [892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), [894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), [896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), + [898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), [900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), - [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37), - [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 37), - [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6), - [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6), - [938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37), - [940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 37), - [942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 106), - [944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 106), - [946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), - [948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 37), - [950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 114), - [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 114), - [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), - [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 37), - [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), - [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 37), - [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 94), - [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 94), - [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8), - [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8), - [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 53), - [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 53), - [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 73), - [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 73), - [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), - [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 40), - [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 116), - [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 116), - [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6), - [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6), - [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(557), + [902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_at_clause, 6), + [932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_at_clause, 6), + [934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 107), + [936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 107), + [938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 9, .production_id = 38), + [942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 9, .production_id = 38), + [944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 7, .production_id = 38), + [946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 7, .production_id = 38), + [948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 38), + [950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_definition_clause, 7, .production_id = 38), + [952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 10, .production_id = 115), + [954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 10, .production_id = 115), + [956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 38), + [962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enumeration_representation_clause, 5, .production_id = 38), + [964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 38), + [966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 38), + [968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_representation_clause, 8, .production_id = 95), + [970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_representation_clause, 8, .production_id = 95), + [972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 32), + [974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 32), + [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5), + [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11), + [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11), + [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 93), + [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 93), + [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 74), + [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 74), + [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 123), + [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 123), + [996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(558), [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9), [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9), - [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6), - [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6), - [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 113), - [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 113), - [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5), - [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5), - [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 70), - [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 70), - [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 109), - [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 109), - [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2), - [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2), - [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8), - [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 38), - [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 38), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5), - [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5), - [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6), - [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8), - [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 53), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 53), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5), - [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 70), - [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 70), - [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8), - [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8), - [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), - [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 36), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 11), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 11), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8), - [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19), - [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 19), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 95), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 95), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 122), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 122), - [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 62), - [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 62), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), - [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 33), - [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 121), - [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 121), - [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3), - [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), - [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 32), - [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4), - [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4), - [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4), - [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4), - [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 31), - [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 31), - [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 75), - [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 75), - [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4), - [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 70), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 70), - [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 120), - [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 120), - [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7, .production_id = 92), - [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7, .production_id = 92), - [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7), - [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7), - [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4), - [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4), - [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8), - [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 91), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 91), - [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 31), - [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 31), - [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4), - [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4), - [1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_declaration, 2), - [1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__package_declaration, 2), - [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8), - [1180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8), - [1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 109), - [1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 109), - [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11), - [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11), - [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 73), - [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 73), - [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 55), - [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 55), - [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 56), - [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 56), - [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 62), - [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 62), - [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 115), - [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 115), - [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6), - [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6), - [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5), - [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5), - [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2), - [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2), - [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5), - [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5), - [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 57), - [1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 57), - [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 58), - [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 58), - [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59), - [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59), - [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 75), - [1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 75), - [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68), - [1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68), - [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67), - [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67), - [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11), - [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11), - [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7), - [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7), - [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68), - [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68), - [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 77), - [1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 77), - [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 116), - [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 116), - [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67), - [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67), - [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 62), - [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 62), - [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 109), - [1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 109), - [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 64), - [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 64), - [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 116), - [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 116), - [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), - [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 66), - [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), - [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 36), - [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6), - [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6), - [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 53), - [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 53), - [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), - [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5), - [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5), - [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), - [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 66), - [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2), - [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2), - [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5), - [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5), - [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4), - [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4), - [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4), - [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4), - [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6), - [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6), - [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 7), - [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 7), - [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9), - [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9), - [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10), - [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10), - [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6), - [1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6), - [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10), - [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10), - [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9), - [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 31), - [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 31), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 5), - [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 5), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 5), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 5), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 63), + [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 63), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 110), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 110), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 7), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 7), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 8, .production_id = 96), + [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 8, .production_id = 96), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7), + [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7), + [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7), + [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7), + [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6), + [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6), + [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6), + [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6), + [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6), + [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 92), + [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 92), + [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 54), + [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 54), + [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 74), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 74), + [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 2), + [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 2), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 11), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 11), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1), + [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 71), + [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 8, .production_id = 71), + [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 5), + [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 5), + [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4), + [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4), + [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 9, .production_id = 114), + [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 9, .production_id = 114), + [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 5), + [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 5), + [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 110), + [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 110), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 5), + [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 5), + [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 8), + [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 8), + [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 5), + [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 5), + [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 7, .production_id = 2), + [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 7, .production_id = 2), + [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 5), + [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 5), + [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 3), + [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 3), + [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6), + [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6), + [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 63), + [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 63), + [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 6), + [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 6), + [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 54), + [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 54), + [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 11), + [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 11), + [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7), + [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7), + [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), + [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 117), + [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 6, .production_id = 37), + [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 6, .production_id = 37), + [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 41), + [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 5, .production_id = 41), + [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 6), + [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 6), + [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8), + [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 71), + [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 11, .production_id = 71), + [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 5, .production_id = 39), + [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 5, .production_id = 39), + [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 8), + [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 8), + [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 71), + [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 71), + [1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 8), + [1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 8), + [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 69), + [1180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 69), + [1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68), + [1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 68), + [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 110), + [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 110), + [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 8), + [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 8), + [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 110), + [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 110), + [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 6, .production_id = 32), + [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 6, .production_id = 32), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 6), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 6), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 20), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 5, .production_id = 20), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 117), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 63), + [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 63), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 10, .production_id = 116), + [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 10, .production_id = 116), + [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subtype_declaration, 5, .production_id = 37), + [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subtype_declaration, 5, .production_id = 37), + [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 106), + [1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 106), + [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 56), + [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 6, .production_id = 56), + [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 34), + [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 4, .production_id = 34), + [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 11, .production_id = 122), + [1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 11, .production_id = 122), + [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 54), + [1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 54), + [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 57), + [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 6, .production_id = 57), + [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 6), + [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 6), + [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 117), + [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 10, .production_id = 117), + [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 2), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number_declaration, 5), + [1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number_declaration, 5), + [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 58), + [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 7, .production_id = 58), + [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59), + [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 59), + [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 60), + [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 60), + [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 33), + [1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4, .production_id = 33), + [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7), + [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7), + [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 4), + [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 4), + [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 4), + [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 4), + [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 76), + [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 7, .production_id = 76), + [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 10, .production_id = 121), + [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 10, .production_id = 121), + [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 4), + [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 4), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6), + [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 71), + [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 71), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6), + [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6), + [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 92), + [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 92), + [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67), + [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 7, .production_id = 67), + [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 69), + [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 69), + [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2), + [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2), + [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68), + [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 68), + [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 5), + [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 5), + [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 7), + [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 7), + [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 9), + [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 9), + [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 78), + [1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 78), + [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 5, .production_id = 32), + [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 5, .production_id = 32), + [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 7, .production_id = 63), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 7, .production_id = 63), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3), + [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 108), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 108), [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 7), [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 7), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7), - [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5), - [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5), - [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9), - [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9), - [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5), - [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 73), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 73), - [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 2), - [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 2), - [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 8, .production_id = 91), - [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 8, .production_id = 91), - [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 55), - [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 55), - [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 3), - [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 3), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 7, .production_id = 65), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 7, .production_id = 65), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 4), + [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 4), + [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 2, .production_id = 6), + [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 2, .production_id = 6), + [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 9), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 9), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1), + [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1), + [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 8, .production_id = 74), + [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 8, .production_id = 74), + [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67), + [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_renaming_declaration, 6, .production_id = 67), + [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1), + [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1), + [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body_stub, 6), + [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body_stub, 6), [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_subprogram_declaration, 3), [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_subprogram_declaration, 3), - [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 56), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 56), - [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8, .production_id = 105), - [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8, .production_id = 105), - [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body, 8), - [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body, 8), - [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), - [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 32), - [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), - [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 33), - [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 57), - [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 57), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 58), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 58), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3), - [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59), - [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59), - [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 122), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 122), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 122), - [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 122), - [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 116), - [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 116), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6), - [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 107), - [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 107), - [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_body_stub, 1), - [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_body_stub, 1), - [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 4), - [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 4), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 1), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 1), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 9, .production_id = 62), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 9, .production_id = 62), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 62), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 62), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 122), - [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 122), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 64), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 64), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), - [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 40), - [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 1), - [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 1), - [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6), - [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6), - [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 6), - [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 6), - [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 6), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 6), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 109), - [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 109), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 70), - [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 9, .production_id = 70), - [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 7), - [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 7), - [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), - [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 19), - [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9), - [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 3), - [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 3), - [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_full_type_declaration, 6), - [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_full_type_declaration, 6), - [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 6), - [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 6), - [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body_stub, 7), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body_stub, 7), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 6), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 6), - [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10), - [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10), - [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 7), - [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 7), - [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 6), - [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 6), - [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10), - [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10), + [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 9), + [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 9), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), + [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 117), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_function_declaration, 4), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_function_declaration, 4), + [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 7), + [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 7), + [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 7), + [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 7), + [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 6), + [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 6), + [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 6), + [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 6), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 8), + [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 8), + [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_declaration, 4, .production_id = 2), + [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 3), + [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 3), + [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 8), + [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 8), + [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_declaration, 4), + [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_declaration, 4), + [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 6), + [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 6), + [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 8), + [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 8), + [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9), + [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9), + [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_incomplete_type_declaration, 3), + [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_incomplete_type_declaration, 3), + [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_procedure_declaration, 5), + [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_procedure_declaration, 5), + [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 76), + [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 8, .production_id = 76), + [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_body_stub, 5), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_body_stub, 5), + [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_package_declaration, 2), + [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_package_declaration, 2), + [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 123), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 13, .production_id = 123), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 24), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 24), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 56), + [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 56), + [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 57), + [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 57), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 10), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 10), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 33), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 5, .production_id = 33), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 34), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_renaming_declaration, 5, .production_id = 34), + [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 58), + [1524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exception_renaming_declaration, 6, .production_id = 58), + [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59), + [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 59), + [1530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 60), + [1532] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 6, .production_id = 60), + [1534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 20), + [1536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_renaming_declaration, 4, .production_id = 20), + [1538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 123), + [1540] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 12, .production_id = 123), + [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body_stub, 6), + [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body_stub, 6), + [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_body, 9), + [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_body, 9), + [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_body, 6, .production_id = 63), + [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_body, 6, .production_id = 63), + [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 10), + [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 10), + [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 123), + [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_extension_declaration, 14, .production_id = 123), + [1562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 10), + [1564] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 10), + [1566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_instantiation, 6, .production_id = 65), + [1568] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_instantiation, 6, .production_id = 65), + [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_declaration, 2), + [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subprogram_declaration, 2), + [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 41), + [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_renaming_declaration, 6, .production_id = 41), [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 9), [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 9), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_private_type_declaration, 9), - [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_private_type_declaration, 9), - [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9), - [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_clause, 4, .production_id = 23), - [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_use_clause, 4, .production_id = 23), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_type_declaration, 7), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_protected_type_declaration, 7), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_delta_aggregate, 6), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_delta_aggregate, 6), - [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2), - [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_delta_aggregate, 6), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_array_aggregate, 3), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 16), - [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 16), - [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 15), - [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 15), - [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4), - [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4), - [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 6), - [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 6), - [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7), - [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7), - [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1), - [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1), - [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 30), - [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 30), - [1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3), - [1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3), - [1664] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3), - [1666] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3), - [1668] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3), - [1670] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8), - [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8), - [1676] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1), - [1678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1), - [1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(100), - [1683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), - [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [1688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [1690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 6), - [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4), - [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4), - [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4), - [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 4), - [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3), - [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3), - [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), - [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), - [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 54), - [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 54), - [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), - [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 27), - [1718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 70), - [1720] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 70), - [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1), - [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1), - [1726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [1728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), - [1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5), - [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5), - [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), - [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 36), - [1740] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2), - [1742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2), - [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 83), - [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 83), - [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 104), - [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 104), - [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 54), - [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 54), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_protected_declaration, 9), + [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_protected_declaration, 9), + [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_type_declaration, 4), + [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_type_declaration, 4), + [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_single_task_declaration, 4), + [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_single_task_declaration, 4), + [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_body, 10), + [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_task_body, 10), + [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_slice, 4, .production_id = 31), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_slice, 4, .production_id = 31), + [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 8), + [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 8), + [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1), + [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(99), + [1613] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), + [1616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [1618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 1, .production_id = 7), + [1622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 5), + [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 5), + [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 6), + [1630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 6), + [1632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_delta_aggregate, 6), + [1634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_delta_aggregate, 6), + [1636] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_extension_aggregate, 5), + [1638] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extension_aggregate, 5), + [1640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_delta_aggregate, 6), + [1642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_delta_aggregate, 6), + [1644] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_array_aggregate, 2), + [1646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_array_aggregate, 2), + [1648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 4), + [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 4), + [1652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reduction_attribute_reference, 3), + [1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reduction_attribute_reference, 3), + [1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reduction_attribute_designator, 4), + [1658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_attribute_designator, 4), + [1660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_designator, 1), + [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_designator, 1), + [1666] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 3), + [1668] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 3), + [1670] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_array_aggregate, 3), + [1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_array_aggregate, 3), + [1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_aggregate, 3), + [1676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_aggregate, 3), + [1678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__attribute_reference, 3), + [1680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__attribute_reference, 3), + [1682] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__parenthesized_expression, 3), + [1684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parenthesized_expression, 3), + [1686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_expression, 3, .production_id = 16), + [1688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_expression, 3, .production_id = 16), + [1690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_positional_array_aggregate, 7), + [1692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_positional_array_aggregate, 7), + [1694] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_selected_component, 3, .production_id = 17), + [1696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_selected_component, 3, .production_id = 17), + [1698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 3), + [1700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 3), + [1702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call, 2, .production_id = 2), + [1704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call, 2, .production_id = 2), + [1706] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_actual_parameter_part, 4), + [1708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_actual_parameter_part, 4), + [1710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5), + [1712] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5), + [1714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 37), + [1716] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 37), + [1718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), + [1720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 71), + [1722] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 71), + [1724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 105), + [1726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 105), + [1728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 28), + [1730] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 28), + [1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 84), + [1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 84), + [1736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3), + [1738] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3), + [1740] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 9, .production_id = 105), + [1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 9, .production_id = 105), + [1744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 28), + [1746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 28), + [1748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 37), + [1750] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 37), + [1752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 5, .production_id = 55), + [1754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 5, .production_id = 55), [1756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4), [1758] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4), - [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 83), - [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 83), - [1764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 104), - [1766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 104), - [1768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), - [1770] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 4, .production_id = 27), - [1772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 3), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 3), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 70), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 70), - [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), - [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 36), + [1760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 7, .production_id = 71), + [1762] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 7, .production_id = 71), + [1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 1), + [1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 1), + [1768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [1772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 6, .production_id = 55), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 6, .production_id = 55), + [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 2), + [1780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 2), + [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_declaration, 8, .production_id = 84), + [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_entry_declaration, 8, .production_id = 84), [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 25), [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 25), [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 3), @@ -65208,1783 +65206,1782 @@ static const TSParseActionEntry ts_parse_actions[] = { [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 1), [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compilation_unit, 2), [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compilation_unit, 2), - [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 41), - [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 41), - [1806] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2), - [1808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2), - [1810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 24), - [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 24), - [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 43), - [1818] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 43), - [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [1822] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), - [1824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), - [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(862), - [1829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 10), SHIFT_REPEAT(862), - [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4), - [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4), - [1836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [1838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 10), - [1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 10), - [1844] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), REDUCE(sym_component_choice_list, 1), - [1848] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 6), SHIFT(1466), - [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 42), - [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 42), - [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4), - [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4), - [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 80), - [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 80), + [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subunit, 5, .production_id = 44), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subunit, 5, .production_id = 44), + [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 4, .production_id = 26), + [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 4, .production_id = 26), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_with_clause, 5, .production_id = 42), + [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_with_clause, 5, .production_id = 42), + [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__primary, 1, .production_id = 2), + [1816] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__primary, 1, .production_id = 2), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [1822] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), REDUCE(sym_component_choice_list, 1), + [1826] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym__name, 1), REDUCE(sym__subtype_indication, 1, .production_id = 7), SHIFT(1469), + [1830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 2, .production_id = 11), + [1832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 2, .production_id = 11), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [1836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), + [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), + [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), + [1842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), SHIFT_REPEAT(860), + [1845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 11), SHIFT_REPEAT(860), + [1848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_term, 1, .production_id = 4), + [1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_term, 1, .production_id = 4), + [1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 4, .production_id = 81), + [1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 4, .production_id = 81), + [1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1), + [1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1), + [1860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [1862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1), [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 2), [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 2), [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_allocator, 3), [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_allocator, 3), - [1874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 1), - [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_null, 1), - [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_null, 1), - [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3), - [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3), - [1888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [1890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [1892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), - [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 8), - [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 8), - [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 26), - [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 26), - [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), - [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 8), - [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 8), - [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 8), - [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__factor, 1, .production_id = 4), + [1876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__factor, 1, .production_id = 4), + [1878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__subtype_indication_paren_constraint, 3), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication_paren_constraint, 3), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_index_constraint, 3, .production_id = 43), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_constraint, 3, .production_id = 43), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_abs, 2, .production_id = 9), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_abs, 2, .production_id = 9), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_not, 2, .production_id = 9), + [1894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_not, 2, .production_id = 9), + [1896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [1900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [1904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [1908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [1920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [1928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [1930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_term_repeat1, 2, .production_id = 9), + [1936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_factor_power, 3, .production_id = 27), + [1938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_factor_power, 3, .production_id = 27), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [1944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), [1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 1), [1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 1), - [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(860), - [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), - [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3), - [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), - [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), + [1956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 2), + [1958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 2), + [1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_expression, 3), + [1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_expression, 3), [1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), [1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), - [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(860), - [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(860), - [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [1996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), - [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), - [2002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2058), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 11), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 11), + [1968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(864), + [1971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__simple_expression_repeat1, 2), SHIFT_REPEAT(864), + [1974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [1978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [1980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [1982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [1984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [1986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [1992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [1994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), + [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__sequence_of_statements_repeat2, 2), SHIFT_REPEAT(2057), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_label, 3, .production_id = 12), + [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_label, 3, .production_id = 12), [2009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null_exclusion, 2), [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null_exclusion, 2), - [2021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2042), - [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), - [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [2028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1), - [2038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [2042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 18), - [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1394), - [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1511), - [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [2056] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1394), - [2059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(842), - [2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), - [2064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2061), - [2067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(827), - [2070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(820), - [2073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2059), - [2076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1302), - [2079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2057), - [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [2086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(492), - [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [2103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1757), + [2021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [2027] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(2041), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), + [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 19), + [2034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [2036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [2038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 1), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1355), + [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1355), + [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(826), + [2060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), + [2062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2060), + [2065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(836), + [2068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(839), + [2071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2058), + [2074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(1304), + [2077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat2, 2), SHIFT_REPEAT(2056), + [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [2084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [2086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(489), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [2101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [2103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1756), [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 1), - [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [2110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [2120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), - [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [2130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 9), - [2132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1076), - [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [2138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), - [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [2144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(842), - [2147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), - [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2061), - [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(827), - [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(820), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1688), - [2161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1302), - [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [2166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(842), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), - [2171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2061), - [2174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(827), - [2177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(820), - [2180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2059), - [2183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1302), - [2186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2057), - [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [2199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3), - [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 45), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4), - [2207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [2219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), - [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [2235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [2241] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1394), - [2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(698), - [2247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), - [2249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(988), - [2252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2021), - [2255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2057), - [2258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), - [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [2262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), - [2264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [2266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2), - [2268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [2272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(846), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [2279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(801), - [2282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(800), - [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), - [2287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(480), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), - [2292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4), - [2294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 89), - [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 89), - [2298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 9), - [2300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), - [2302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [2304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [2306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [2308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [2310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), - [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), - [2316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3), - [2318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5), - [2320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5), - [2322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 103), - [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 103), + [2108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 2, .production_id = 10), + [2112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), + [2114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [2116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1046), + [2118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_label, 2, .production_id = 1), + [2122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [2124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [2126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [2128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [2130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), + [2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 1), + [2134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [2136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [2138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [2140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), + [2142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [2144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3, .production_id = 46), + [2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_attribute_designator, 4), + [2150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1), + [2154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [2160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [2162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [2164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [2166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [2168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [2170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [2172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(826), + [2175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), + [2177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2060), + [2180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(836), + [2183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(839), + [2186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2058), + [2189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(1304), + [2192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_definition_repeat1, 2), SHIFT_REPEAT(2056), + [2195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_g, 3), + [2197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(826), + [2200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), + [2202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(2060), + [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(836), + [2208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(839), + [2211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1687), + [2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_protected_body_repeat1, 2), SHIFT_REPEAT(1304), + [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__membership_choice, 1), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1355), + [2236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(699), + [2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), + [2241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(1006), + [2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2020), + [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_generic_formal_part_repeat1, 2), SHIFT_REPEAT(2056), + [2250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 2), + [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [2256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [2260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [2264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(849), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(841), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_generic_formal_part, 1), SHIFT(794), + [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_formal_part, 2), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_membership_choice_list, 1), + [2283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), + [2285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_membership_choice_list_repeat1, 2), SHIFT_REPEAT(482), + [2288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), + [2290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 104), + [2294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 104), + [2296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__relation, 3), + [2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 90), + [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 90), + [2302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5), + [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 5), + [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_raise_expression, 4, .production_id = 10), + [2308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 90), + [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 90), + [2312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), + [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 5), + [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), + [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), + [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), [2326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5), [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 6, .production_id = 5), - [2330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5), - [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5), - [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 103), - [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 10, .production_id = 103), - [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 89), - [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 89), - [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 89), - [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 89), - [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 103), - [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 103), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [2360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), + [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 4), + [2332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relation_membership, 3), + [2334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 104), + [2336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 9, .production_id = 104), + [2338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5), + [2340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 5), + [2342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 104), + [2344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 8, .production_id = 104), + [2346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 90), + [2348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_gnatprep_declarative_if_statement, 7, .production_id = 90), + [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), [2364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 2), SHIFT_REPEAT(264), - [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1026), - [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [2375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [2385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), - [2387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(263), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), - [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(301), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [2427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), - [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), - [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 21), - [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 35), - [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3), - [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), - [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [2455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), - [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [2465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(842), - [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), - [2470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2061), - [2473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2059), - [2476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1302), - [2479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2057), - [2482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), - [2484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), - [2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [2496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1026), - [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1026), - [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1383), - [2505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), - [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [2509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1394), - [2512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(842), - [2515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), - [2517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2057), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [2528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [2530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [2536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), - [2538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [2542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 18), - [2548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 1), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [2552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [2564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 3), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 4, .production_id = 3), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), - [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), - [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), - [2616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 3), - [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [2620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), - [2626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [2632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(894), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 6), - [2644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), - [2646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [2656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 3), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 3), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [2682] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4), - [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [2698] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), - [2700] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [2704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 34), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [2732] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), - [2734] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [2772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 34), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 60), - [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 18), - [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 18), - [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [2367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1022), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 2), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), + [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat3, 2), SHIFT_REPEAT(301), + [2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(883), + [2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [2394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), + [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 2), SHIFT_REPEAT(263), + [2399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 36), + [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [2405] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 3, .production_id = 22), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), + [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [2411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [2417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(816), + [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [2421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [2425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat1, 3), + [2431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_expression_repeat2, 3), + [2437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [2439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [2445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [2449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(888), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [2453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(997), + [2455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1022), + [2458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1022), + [2461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), SHIFT_REPEAT(1382), + [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_representation_clause_repeat1, 2), + [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 2), + [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(964), + [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 2), + [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [2488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 1), + [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(826), + [2495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), + [2497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2060), + [2500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2058), + [2503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(1304), + [2506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_task_definition_repeat1, 2), SHIFT_REPEAT(2056), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [2511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(992), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [2523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [2535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(1355), + [2538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(826), + [2541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), + [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_component_list_repeat1, 2), SHIFT_REPEAT(2056), + [2546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_range_constraint, 2), + [2548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [2556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), + [2558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [2568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [2574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 4, .production_id = 3), + [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [2594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [2596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 3), + [2598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 4), + [2600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [2606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [2612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [2618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), + [2622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [2624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [2626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 3), + [2628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [2648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 3), + [2650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_digits_constraint, 3), + [2652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 1), + [2654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 2, .production_id = 7), + [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [2662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 3), + [2664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subtype_indication, 3, .production_id = 19), + [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(889), + [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), + [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delta_constraint, 3), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_constraint, 3), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [2698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 3, .production_id = 35), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), + [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [2726] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 1), + [2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 1), + [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3, .production_id = 35), + [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), + [2754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4, .production_id = 61), + [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [2764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [2766] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_relational_operator, 1), + [2768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relational_operator, 1), + [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), + [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [2778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [2782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [2784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [2792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2, .production_id = 19), + [2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [2804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2, .production_id = 19), + [2806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), [2810] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_non_empty_mode, 2), [2812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_mode, 2), - [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [2814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [2816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), [2818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 3), - [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), - [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), - [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), - [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3), - [2832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), - [2834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), - [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), + [2820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_multiplying_operator, 1), + [2822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_multiplying_operator, 1), + [2824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_part, 3), + [2826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 2), + [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 4), + [2830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_adding_operator, 1), + [2832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_adding_operator, 1), + [2834] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_adding_operator, 1), + [2836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_adding_operator, 1), [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 4), [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 4), - [2842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), - [2844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), - [2846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1128), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [2854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), - [2856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), - [2858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), - [2860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2864] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1128), - [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), - [2869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1835), - [2872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1834), - [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 97), - [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 34), - [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 60), - [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), - [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), - [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 110), - [2889] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(593), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [2896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [2898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), - [2906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1953), - [2909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 76), - [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [2917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 61), - [2919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1774), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), - [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [2926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), - [2930] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 69), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 69), - [2934] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), - [2938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), - [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), - [2942] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 117), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [2948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [2952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), - [2954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 49), - [2956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), - [2958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), - [2962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), - [2964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 100), - [2966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), - [2970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), - [2974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 34), - [2976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 69), - [2978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 69), - [2980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 85), - [2984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 117), - [2986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 117), - [2988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 69), - [2990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 69), - [2992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), - [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 49), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [3004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 60), - [3006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 60), SHIFT(1917), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [3011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), - [3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 49), - [3015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), - [3017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 85), - [3019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), - [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [3025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), - [3027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [3029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), - [3031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 85), - [3033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 85), - [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), - [3037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 34), SHIFT(1795), - [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [3042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), - [3046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), - [3050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), - [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), - [3054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 99), - [3058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), - [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 84), - [3062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 60), - [3064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), - [3066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), - [3068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 111), - [3072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 99), - [3076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), - [3078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 111), - [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), - [3084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [3086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), - [3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), - [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 18), SHIFT(1598), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [3097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), - [3099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 117), - [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 117), - [3103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [3105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), - [3107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), - [3109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), - [3111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), - [3113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 111), - [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), - [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [3131] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), - [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1971), - [3138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [3140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [3142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [3144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [3148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), - [3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), - [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 124), - [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 124), - [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [3164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [3166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 46), - [3170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [3184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [3188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), - [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [3192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [3198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), - [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), - [3212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1216), - [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), - [3227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 48), - [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [3233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), - [3289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 7), - [3291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), + [2842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1188), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), + [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1834), + [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declare_expression_repeat1, 2), SHIFT_REPEAT(1833), + [2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [2861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 6), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 6), + [2865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_mode, 1), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_mode, 1), + [2869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_declaration, 5), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_declaration, 5), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_result_profile, 2), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3, .production_id = 35), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_and_result_profile, 2), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 111), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 98), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_definition, 5), + [2887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 61), + [2889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 62), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), + [2897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1954), + [2900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), + [2902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [2904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(590), + [2909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_procedure_specification, 2, .production_id = 3), SHIFT(1773), + [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 1), + [2920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 77), + [2924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 61), + [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), + [2930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 61), SHIFT(1916), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), + [2937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 50), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 112), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 118), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 9, .production_id = 118), + [2947] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6), + [2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6), + [2951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 7), + [2955] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), + [2957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 70), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 70), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 86), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 6, .production_id = 86), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [2973] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 100), + [2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 7, .production_id = 100), + [2977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 101), + [2979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 7, .production_id = 101), + [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 86), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 8, .production_id = 86), + [2989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 118), + [2991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 10, .production_id = 118), + [2993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 3), + [2997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4), + [2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 4, .production_id = 50), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 118), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 9, .production_id = 118), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 86), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7, .production_id = 86), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 112), + [3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 8, .production_id = 112), + [3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 7), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 7), + [3021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [3023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 4), + [3025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70), + [3027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 70), + [3029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5), + [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [3035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 3), + [3037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 3), + [3039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), + [3041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 5, .production_id = 50), + [3043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [3045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6), + [3047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 112), + [3049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 8, .production_id = 112), + [3051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 100), + [3053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_package_declaration, 8, .production_id = 100), + [3055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 85), + [3057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 6, .production_id = 85), + [3059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3, .production_id = 35), + [3061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 6), + [3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 6), + [3065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 4), + [3069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_complete_type_declaration, 5), + [3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_complete_type_declaration, 5), + [3073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_subprogram_declaration, 1), + [3075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_subprogram_declaration, 1), + [3077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [3079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_incomplete_type_declaration, 5), + [3081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 6), + [3085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), + [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 2, .production_id = 19), SHIFT(1607), + [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [3092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), + [3094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [3096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 6), + [3098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 3, .production_id = 35), SHIFT(1794), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_concrete_subprogram_declaration, 5), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [3111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_abstract_subprogram_declaration, 5), + [3113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_formal_object_declaration, 7), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_object_declaration, 7), + [3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 12), + [3127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_component_clause, 8, .production_id = 125), + [3129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_clause, 8, .production_id = 125), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3145] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_mod_clause, 4), + [3147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_mod_clause, 4), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [3151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 11), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [3157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_general_access_modifier, 1), + [3159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_general_access_modifier, 1), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 1), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [3177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1973), + [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [3182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [3184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 10), + [3186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [3192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 9), + [3194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_body, 8), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [3200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [3204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), + [3206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subpool_specification, 3, .production_id = 47), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [3218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 2), + [3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [3224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition, 1, .production_id = 8), + [3226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), SHIFT_REPEAT(1265), + [3229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_aspect_mark_list_repeat1, 2), + [3231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1203), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [3235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 3), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [3241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [3245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1, .production_id = 49), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [3255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 45), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061), + [3259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), + [3269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [3271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), + [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [3285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [3289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 1), [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [3305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_choice_parameter_specification, 1), - [3307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1, .production_id = 44), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), [3309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_mark_list, 1), - [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1028), - [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(805), - [3318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 5, .production_id = 39), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), - [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [3328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [3334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [3338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 7, .production_id = 78), - [3342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [3360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), - [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 8, .production_id = 96), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 36), - [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [3392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 22), - [3394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [3396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(245), - [3399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [3407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1869), - [3410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [3412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [3414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [3416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [3418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [3420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [3422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [3424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [3426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [3428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [3430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [3432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), - [3434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [3436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [3438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), - [3440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [3442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [3444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), - [3446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 9, .production_id = 108), - [3448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1201), - [3450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [3454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_specification, 6, .production_id = 63), - [3456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [3458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [3462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [3464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), - [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [3482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [3484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), - [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), - [3492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(239), - [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), - [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), - [3499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(841), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [3506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), - [3508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), - [3510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 22), - [3512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), - [3514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1235), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [3519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(461), - [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), - [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(653), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 70), - [3557] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), - [3561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), - [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [3573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), - [3575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1170), - [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [3580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [3582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 36), - [3590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(670), - [3593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), - [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), - [3597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 110), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [3601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), - [3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 42), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [3611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [3617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(237), - [3628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [3632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(855), - [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [3649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), - [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 7), - [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), - [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), - [3673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1900), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [3678] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [3686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1986), - [3689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), - [3691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(122), - [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), - [3696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 34), - [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), - [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1151), - [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [3707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [3715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 50), SHIFT_REPEAT(242), - [3718] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 50), - [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 22), - [3722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 36), SHIFT(1121), - [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [3727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 50), SHIFT_REPEAT(276), - [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 50), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [3736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [3742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 22), SHIFT(1235), - [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [3749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(124), - [3752] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 97), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [3766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(856), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(269), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 42), SHIFT(1235), - [3779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [3781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(853), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [3786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(119), - [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), - [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), - [3793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(671), - [3796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 60), - [3806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [3810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [3812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [3814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), - [3816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [3818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), - [3822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [3824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 76), - [3826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1079), - [3829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), - [3831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), - [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(710), - [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [3846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 7), - [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [3852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 86), - [3854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), - [3862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), - [3864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(198), - [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), - [3869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), - [3873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(190), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), - [3882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1214), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), - [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1466), - [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), - [3908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [3912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(200), - [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [3929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3933] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(787), - [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [3942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [3946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [3948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [3952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), - [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), - [3956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [3960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 21), - [3966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 22), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 72), SHIFT_REPEAT(284), - [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 72), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), - [3985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 60), - [3987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 22), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 18), - [3995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), - [4019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), - [4029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1389), - [4032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 60), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [4036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [4042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), - [4044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 34), - [4046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), - [4048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1283), - [4051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [4057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), - [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), - [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), - [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), - [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [4089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2042), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 18), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [4102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(216), - [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), - [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), - [4113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), - [4119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1555), - [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), - [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [4126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), - [4128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1184), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [3311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__aspect_mark, 3), + [3313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 9, .production_id = 109), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__interface_list, 2), + [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [3337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interface_list_repeat1, 2), SHIFT_REPEAT(818), + [3340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [3342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 4), + [3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__name, 1), SHIFT(1870), + [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 5, .production_id = 40), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 37), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [3365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 4, .production_id = 5), + [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 3, .production_id = 23), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 2), + [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1351), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 7, .production_id = 79), + [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 3), + [3409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 5, .production_id = 5), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 8, .production_id = 97), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), + [3449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_expression_repeat1, 2), SHIFT_REPEAT(255), + [3452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [3456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [3458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(241), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [3465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [3467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__package_specification, 6, .production_id = 64), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 3), + [3491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_association, 3), + [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_definition, 1), + [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 37), + [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [3511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), SHIFT_REPEAT(674), + [3514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_handled_sequence_of_statements_repeat1, 2), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [3520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_delay_alternative, 2), + [3524] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_triggering_alternative, 2), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_specification, 3, .production_id = 3), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_procedure_specification, 3, .production_id = 3), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [3532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), SHIFT(460), + [3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 71), + [3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), SHIFT_REPEAT(240), + [3546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), SHIFT_REPEAT(119), + [3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_component_association_list_repeat1, 2), + [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), + [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(855), + [3558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), + [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 2), SHIFT_REPEAT(856), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), + [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [3585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1902), + [3588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(657), + [3591] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__assign_value, 2), + [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [3599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(124), + [3602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), + [3604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [3606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_ordinary_fixed_point_definition, 2), + [3608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [3610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 3, .production_id = 23), + [3612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_list, 1), + [3616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2, .production_id = 43), + [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 2), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), + [3622] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1169), + [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [3629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 2), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 4), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 2), + [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1320), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 1), + [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [3651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_aspect_specification, 2), + [3653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 3), + [3655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1, .production_id = 8), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_definition, 1), + [3663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_known_discriminant_part, 3), + [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__record_component_association_list_or_expression, 1), + [3669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), + [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1237), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 98), + [3678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 37), SHIFT(1140), + [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [3697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__attribute_reference, 3), SHIFT(267), + [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(1987), + [3703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [3705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [3707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4), + [3709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), + [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1144), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [3716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__name_list_repeat1, 2), SHIFT_REPEAT(792), + [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6, .production_id = 23), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(273), + [3726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_declarative_if_statement_repeat1, 2, .production_id = 51), + [3728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 4, .production_id = 35), + [3730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_component_association_list, 2), + [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 23), SHIFT(1237), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [3745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), SHIFT_REPEAT(123), + [3748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variant_list_repeat1, 2), + [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type_definition, 6), + [3756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__subprogram_specification, 1), SHIFT(853), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 61), + [3761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), SHIFT_REPEAT(224), + [3764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_gnatprep_if_statement_repeat1, 2, .production_id = 51), + [3766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 111), + [3768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__defining_identifier_list, 1), SHIFT(683), + [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_derived_type_definition, 2, .production_id = 43), SHIFT(1237), + [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [3788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 1), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [3802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 3), + [3806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), SHIFT_REPEAT(198), + [3809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_actual_parameter_part_repeat1, 2), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_statement_item, 4, .production_id = 87), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 3), + [3817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 4), + [3823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(1003), + [3826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), + [3828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [3830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [3832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 2), + [3834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [3836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_selective_accept_repeat1, 3), + [3838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 4, .production_id = 22), + [3840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 4, .production_id = 23), + [3842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unknown_discriminant_part, 3), + [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), + [3846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exception_choice_list_repeat1, 2), SHIFT_REPEAT(714), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [3851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 2), + [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [3863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 35), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [3867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name_list, 2), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 1), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [3877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 2), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__parameter_specification_list_repeat1, 2), SHIFT_REPEAT(1387), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [3888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), SHIFT_REPEAT(2041), + [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__defining_identifier_list_repeat1, 2), + [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_select_alternative, 1), + [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [3901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 2), + [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_discrete_type_definition, 3), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 2), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [3923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [3927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), + [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_elsif_expression_item, 4, .production_id = 5), + [3939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 8, .production_id = 61), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 3, .production_id = 23), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [3945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 4), + [3947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [3953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 1, .production_id = 8), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [3957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 4), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [3965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [3967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 4), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [3977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 1), + [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), + [3981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), + [3985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_specification_list_repeat1, 2), SHIFT_REPEAT(1269), + [3988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 19), + [3990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [3994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [3996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 43), + [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [4000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 4), + [4002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [4008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_choice_list, 2), + [4010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__defining_identifier_list, 2), + [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [4022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_subprogram_definition, 4), + [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [4026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), SHIFT_REPEAT(1274), + [4029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__enumeration_literal_list_repeat1, 2), + [4031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_type_definition, 3), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_overriding_indicator, 1), + [4045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), SHIFT_REPEAT(284), + [4048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 73), + [4050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), SHIFT_REPEAT(216), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_constraint_repeat1, 2), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 8), + [4065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 1), + [4067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_floating_point_definition, 2), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_modular_type_definition, 2), + [4071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 2), + [4073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), + [4075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_signed_integer_type_definition, 2), + [4077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__access_type_definition, 2), + [4079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 37), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [4087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), SHIFT_REPEAT(739), + [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__index_subtype_definition_list_repeat1, 2), + [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 36), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [4098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), SHIFT_REPEAT(449), + [4101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 73), + [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [4107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), + [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 4), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [4115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 5, .production_id = 35), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [4119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), + [4121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discrete_choice_list_repeat1, 2), SHIFT_REPEAT(194), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 3), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 6, .production_id = 61), + [4130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 61), - [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [4152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(206), - [4155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), - [4157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), - [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_filter, 2, .production_id = 5), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4163] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_parameter_specification, 5, .production_id = 36), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 5, .production_id = 35), - [4171] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_access_to_object_definition, 2, .production_id = 42), - [4181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1345), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [4187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 72), SHIFT_REPEAT(411), - [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 72), - [4192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 7, .production_id = 34), - [4194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), - [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression, 5), - [4198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_interface_type_definition, 1), - [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [4202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), - [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_array_type_definition, 1), - [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_access_type_definition, 1), - [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), SHIFT_REPEAT(996), - [4213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_aspect_definition_repeat1, 2), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 1), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_private_type_definition, 1), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enumeration_literal_list, 1), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [4233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification_list, 2), - [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_subtype_indication, 1, .production_id = 7), - [4237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 72), - [4241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), - [4247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 3, .production_id = 5), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [4277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 110), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), - [4301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 97), - [4323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 54), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), - [4333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(545), - [4336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 36), - [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 36), - [4344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 7), - [4346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1974), - [4349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), - [4352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), - [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [4366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), - [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), - [4374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [4376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 60), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [4384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 7), - [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [4390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), - [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [4394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 22), - [4396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 34), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), - [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), - [4402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), - [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 22), - [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), - [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), - [4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [4434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [4444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), - [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 34), - [4450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), - [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), - [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [4474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), - [4476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 36), - [4478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), - [4480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), - [4482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), - [4484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 42), - [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [4494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), - [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), - [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 60), - [4500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), - [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [4504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), - [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [4514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 93), - [4516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 7), - [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [4520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), - [4522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(474), - [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 79), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), - [4539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), - [4541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 42), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), - [4545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), - [4547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(473), - [4550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), - [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [4554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), - [4556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 42), - [4558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 6), - [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [4564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), - [4566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3), - [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [4572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 70), - [4574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 22), - [4576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 42), - [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), - [4587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), - [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [4607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 22), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [4631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 82), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [4140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 6, .production_id = 62), + [4142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), SHIFT_REPEAT(1044), + [4145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat2, 2), + [4147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), SHIFT_REPEAT(208), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_pragma_g_repeat1, 2), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterated_element_association, 6), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_derived_type_definition, 4, .production_id = 19), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_decimal_fixed_point_definition, 4), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [4164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_component_association_list, 3), + [4166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), SHIFT_REPEAT(201), + [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_call_alternative, 2), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [4193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_accept_alternative, 2), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice_list, 1), + [4201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), SHIFT_REPEAT(1554), + [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_expression_repeat1, 2), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_terminate_alternative, 2), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_component_association, 1), + [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iterator_specification, 7, .production_id = 77), + [4218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), + [4220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_discriminant_association_repeat1, 2), SHIFT_REPEAT(1469), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__parameter_specification_list, 2), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [4235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_subtype_definition_list, 2, .production_id = 73), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [4241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__index_subtype_definition_list, 2), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice_list, 1), + [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [4249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_component_association_list_repeat1, 2), REDUCE(aux_sym_positional_array_aggregate_repeat1, 2), + [4252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [4268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_handled_sequence_of_statements, 1), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 8, .production_id = 111), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant_part, 7), + [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variant, 4), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 7, .production_id = 98), + [4318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 4, .production_id = 55), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discriminant_part, 1), + [4328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discriminant_part, 1), SHIFT(545), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 5, .production_id = 37), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 7, .production_id = 37), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discrete_choice, 1, .production_id = 8), + [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_array_component_association, 1), SHIFT(1974), + [4344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), REDUCE(sym_discrete_choice, 1), + [4347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 3), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 1), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [4367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_expression_alternative, 4), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [4373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 6, .production_id = 61), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [4379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__loop_parameter_subtype_indication, 1, .production_id = 8), + [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 6), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4, .production_id = 35), + [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 4), + [4393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 6, .production_id = 23), + [4395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_real_range_specification, 4), + [4397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 1), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [4401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 1), + [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ordinary_fixed_point_definition, 3), + [4409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 4, .production_id = 23), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_signed_integer_type_definition, 4), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3), + [4419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_extension_part, 2), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [4427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 1), + [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pragma_argument_association, 1), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [4443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 4), + [4445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 4), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5), + [4453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_specification, 5, .production_id = 35), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [4467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modular_type_definition, 2), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [4473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 2), + [4475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_handler, 4), + [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 37), + [4479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 2), + [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_definition, 5), + [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 3), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [4489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 4), + [4491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 5, .production_id = 43), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), + [4495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_decimal_fixed_point_definition, 5), + [4497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_specification, 5, .production_id = 61), + [4499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exception_choice, 1), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [4503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 2), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [4515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_aspect_element, 2, .production_id = 94), + [4517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_non_empty_entry_body_formal_part, 1, .production_id = 80), + [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1, .production_id = 8), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 1), + [4527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_discriminant_association, 1), SHIFT(476), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [4534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_type_definition, 3), + [4536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_component_list, 2), + [4538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_derived_type_definition, 3, .production_id = 43), + [4540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__named_record_component_association, 3), + [4542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_definition, 3), + [4544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__discrete_range, 1), + [4546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__discrete_range, 1), SHIFT(457), + [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_type_definition, 3), + [4551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__discrete_subtype_definition_list_repeat1, 2, .production_id = 43), + [4553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subprogram_default, 1), + [4555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_discriminant_association, 3), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [4569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter_association, 3), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [4575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_index_constraint_repeat1, 2, .production_id = 43), + [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement_alternative, 4), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 6, .production_id = 71), + [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [4589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [4593] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2), + [4595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extended_return_object_declaration, 4, .production_id = 23), + [4597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_index_subtype_definition, 3, .production_id = 7), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 82), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [4619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 3, .production_id = 23), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [4643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 4, .production_id = 83), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [4769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 47), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [4771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 2, .production_id = 48), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), [4787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reduction_specification, 3), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [4807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(218), - [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4812] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [4896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [4898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [4912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [4914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), - [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_component_choice_list, 1), SHIFT(218), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 3), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [4826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [4836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [4840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [4848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [4856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [4858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [4860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [4862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [4876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [4896] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_protected_definition, 5), + [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_barrier, 2, .production_id = 5), + [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [4926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [4932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [4940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [4948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [4950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_expression, 4), [4956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 6, .production_id = 5), [4958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [4970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 98), - [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [5022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantified_expression, 5, .production_id = 81), - [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 65), - [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [5066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [5068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), - [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [4960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [4964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [4966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [4968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [4970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 5, .production_id = 99), + [4972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [4978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [4988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [4992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [5012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [5020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [5022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [5024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [5026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [5028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [5030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [5032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [5036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [5038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [5040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [5042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [5044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [5046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [5048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [5050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [5052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [5054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [5056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [5058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [5060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [5062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [5064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [5066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_quantifier, 1), + [5068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_task_definition, 3, .production_id = 66), + [5070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [5084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [5142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [5154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 20), - [5156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [5182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [5184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [5130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [5132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [5134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [5136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [5138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [5140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [5142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [5144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enumeration_aggregate, 1), + [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [5154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 4, .production_id = 21), + [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [5158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_chunk_specification, 1), + [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [5166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [5174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [5182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_expression, 7, .production_id = 5), + [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), + [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [5190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [5198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [5206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [5214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [5220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [5226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), [5228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [5232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [5234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [5246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [5264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 20), - [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [5254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [5260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [5262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [5264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [5266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [5268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 7, .production_id = 21), + [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [5272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [5276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [5284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [5286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [5290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [5302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), [5306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_value_sequence, 3), - [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [5348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [5350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), - [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [5388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 36), - [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [5432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), - [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [5448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [5450] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [5308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [5312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [5318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [5324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [5330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [5334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [5342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [5344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [5348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2, .production_id = 5), + [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [5360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [5364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [5372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [5374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [5378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [5386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_entry_index_specification, 4, .production_id = 37), + [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [5390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [5396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [5404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [5410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [5416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [5422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [5424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [5426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [5428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [5430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_iteration_scheme, 2), + [5432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [5436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [5438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [5448] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [5452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [5460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), }; #ifdef __cplusplus diff --git a/test/corpus/access.txt b/test/corpus/access.txt index dd296bb..1760039 100644 --- a/test/corpus/access.txt +++ b/test/corpus/access.txt @@ -15,7 +15,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) diff --git a/test/corpus/arrays.txt b/test/corpus/arrays.txt index c78d6fb..ab7ee5f 100644 --- a/test/corpus/arrays.txt +++ b/test/corpus/arrays.txt @@ -12,7 +12,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -84,7 +84,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -125,7 +125,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -166,7 +166,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) diff --git a/test/corpus/generics.txt b/test/corpus/generics.txt index 9c4764b..eb7bf92 100644 --- a/test/corpus/generics.txt +++ b/test/corpus/generics.txt @@ -57,7 +57,7 @@ end; (result_profile (identifier))) (subprogram_default)))) - (package_specification + (package_declaration (identifier) (pragma_g (identifier) diff --git a/test/corpus/packages.txt b/test/corpus/packages.txt index 4dcc65c..5d87991 100644 --- a/test/corpus/packages.txt +++ b/test/corpus/packages.txt @@ -46,7 +46,7 @@ enD; (compilation (compilation_unit - (package_specification + (package_declaration (identifier)))) ================================================================================ @@ -66,14 +66,14 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) - (package_specification + (package_declaration (identifier) (identifier)) (identifier))) (compilation_unit - (package_specification + (package_declaration (selected_component (identifier) (identifier)) @@ -142,7 +142,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (private_type_declaration (identifier)) @@ -175,7 +175,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (incomplete_type_declaration (identifier)) diff --git a/test/corpus/pragmas.txt b/test/corpus/pragmas.txt index 26e18c9..a343e69 100644 --- a/test/corpus/pragmas.txt +++ b/test/corpus/pragmas.txt @@ -14,7 +14,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -75,7 +75,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (task_type_declaration diff --git a/test/corpus/preprocessor.txt b/test/corpus/preprocessor.txt index a49c4cb..49687ed 100644 --- a/test/corpus/preprocessor.txt +++ b/test/corpus/preprocessor.txt @@ -44,7 +44,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (object_declaration (identifier) diff --git a/test/corpus/records.txt b/test/corpus/records.txt index d7da1a5..1043200 100644 --- a/test/corpus/records.txt +++ b/test/corpus/records.txt @@ -10,7 +10,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -37,7 +37,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -91,7 +91,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -118,7 +118,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -153,7 +153,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -190,7 +190,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -241,7 +241,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) diff --git a/test/corpus/subprograms.txt b/test/corpus/subprograms.txt index 5a6c41f..1187c4c 100644 --- a/test/corpus/subprograms.txt +++ b/test/corpus/subprograms.txt @@ -12,7 +12,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (null_procedure_declaration (procedure_specification @@ -42,7 +42,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (subprogram_declaration (procedure_specification @@ -73,7 +73,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (subprogram_declaration (procedure_specification @@ -100,7 +100,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (subprogram_declaration (function_specification diff --git a/test/corpus/tasking.txt b/test/corpus/tasking.txt index 76fda3b..bf7ae18 100644 --- a/test/corpus/tasking.txt +++ b/test/corpus/tasking.txt @@ -247,7 +247,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (task_type_declaration @@ -273,7 +273,7 @@ end; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (task_type_declaration diff --git a/test/corpus/types.txt b/test/corpus/types.txt index 0bc55ac..fcdcd02 100644 --- a/test/corpus/types.txt +++ b/test/corpus/types.txt @@ -10,7 +10,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -34,7 +34,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -61,7 +61,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -85,7 +85,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -132,7 +132,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (full_type_declaration (identifier) @@ -172,7 +172,7 @@ end P; (compilation (compilation_unit - (package_specification + (package_declaration (identifier) (subtype_declaration (identifier)