diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ada4374..b4905c78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-14] + os: [ubuntu-latest, windows-latest, macos-15] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -38,7 +38,7 @@ jobs: repository: tree-sitter/tree-sitter-c path: node_modules/tree-sitter-c sparse-checkout: queries/ - ref: v0.23.1 + ref: v0.23.6 - name: Set up tree-sitter uses: tree-sitter/setup-action/cli@v2 - name: Run tests @@ -49,6 +49,7 @@ jobs: test-python: true test-go: true test-swift: true + abi-version: 14 - name: Parse examples uses: tree-sitter/parse-action@v4 with: diff --git a/Package.resolved b/Package.resolved new file mode 100644 index 00000000..02f0299c --- /dev/null +++ b/Package.resolved @@ -0,0 +1,25 @@ +{ + "object": { + "pins": [ + { + "package": "SwiftTreeSitter", + "repositoryURL": "https://github.com/tree-sitter/swift-tree-sitter", + "state": { + "branch": null, + "revision": "08ef81eb8620617b55b08868126707ad72bf754f", + "version": "0.25.0" + } + }, + { + "package": "TreeSitter", + "repositoryURL": "https://github.com/tree-sitter/tree-sitter", + "state": { + "branch": null, + "revision": "bf655c0beaf4943573543fa77c58e8006ff34971", + "version": "0.25.6" + } + } + ] + }, + "version": 1 +} diff --git a/Package.swift b/Package.swift index b2a8bb50..ac6115f4 100644 --- a/Package.swift +++ b/Package.swift @@ -7,7 +7,7 @@ let package = Package( .library(name: "TreeSitterCPP", targets: ["TreeSitterCPP"]), ], dependencies: [ - .package(url: "https://github.com/ChimeHQ/SwiftTreeSitter", from: "0.8.0"), + .package(url: "https://github.com/tree-sitter/swift-tree-sitter", from: "0.9.0"), ], targets: [ .target( @@ -27,7 +27,7 @@ let package = Package( .testTarget( name: "TreeSitterCPPTests", dependencies: [ - "SwiftTreeSitter", + .product(name: "SwiftTreeSitter", package: "swift-tree-sitter"), "TreeSitterCPP", ], path: "bindings/swift/TreeSitterCPPTests" diff --git a/package-lock.json b/package-lock.json index cd6dab22..654a39a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,16 +12,16 @@ "dependencies": { "node-addon-api": "^8.2.1", "node-gyp-build": "^4.8.2", - "tree-sitter-c": "^0.23.1" + "tree-sitter-c": "^0.23.6" }, "devDependencies": { "eslint": "^9.12.0", "eslint-config-treesitter": "^1.0.2", "prebuildify": "^6.0.1", - "tree-sitter-cli": "^0.24.3" + "tree-sitter-cli": "^0.25.0" }, "peerDependencies": { - "tree-sitter": "^0.21.1" + "tree-sitter": "^0.22.4" }, "peerDependenciesMeta": { "tree-sitter": { @@ -1061,17 +1061,19 @@ } }, "node_modules/node-addon-api": { - "version": "8.2.1", - "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.2.1.tgz", - "integrity": "sha512-vmEOvxwiH8tlOcv4SyE8RH34rI5/nWVaigUeAUPawC6f0+HoDthwI0vkMu4tbtsZrXq6QXFfrkhjofzKEs5tpA==", + "version": "8.4.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.4.0.tgz", + "integrity": "sha512-D9DI/gXHvVmjHS08SVch0Em8G5S1P+QWtU31appcKT/8wFSPRcdHadIFSAntdMMVM5zz+/DL+bL/gz3UDppqtg==", + "license": "MIT", "engines": { "node": "^18 || ^20 || >= 21" } }, "node_modules/node-gyp-build": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.2.tgz", - "integrity": "sha512-IRUxE4BVsHWXkV/SFOut4qTlagw2aM8T5/vnTsmrHJvVoKueJHRc/JaFND7QDDc61kLYUJ6qlZM3sqTSyx2dTw==", + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", + "license": "MIT", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -1433,29 +1435,30 @@ "dev": true }, "node_modules/tree-sitter": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.21.1.tgz", - "integrity": "sha512-7dxoA6kYvtgWw80265MyqJlkRl4yawIjO7S5MigytjELkX43fV2WsAXzsNfO7sBpPPCF5Gp0+XzHk0DwLCq3xQ==", + "version": "0.22.4", + "resolved": "https://registry.npmjs.org/tree-sitter/-/tree-sitter-0.22.4.tgz", + "integrity": "sha512-usbHZP9/oxNsUY65MQUsduGRqDHQOou1cagUSwjhoSYAmSahjQDAVsh9s+SlZkn8X8+O1FULRGwHu7AFP3kjzg==", "hasInstallScript": true, + "license": "MIT", "optional": true, "peer": true, "dependencies": { - "node-addon-api": "^8.0.0", - "node-gyp-build": "^4.8.0" + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" } }, "node_modules/tree-sitter-c": { - "version": "0.23.1", - "resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.23.1.tgz", - "integrity": "sha512-cBNEz/LF0CdIPDqEiAgFnH8CZTZ/CLgaOVzG5m5g1BXD6w2eCAgPva1A2SzkTK5gvnPdEigcQbzpfRwntrbrcQ==", + "version": "0.23.6", + "resolved": "https://registry.npmjs.org/tree-sitter-c/-/tree-sitter-c-0.23.6.tgz", + "integrity": "sha512-0dxXKznVyUA0s6PjNolJNs2yF87O5aL538A/eR6njA5oqX3C3vH4vnx3QdOKwuUdpKEcFdHuiDpRKLLCA/tjvQ==", "hasInstallScript": true, "license": "MIT", "dependencies": { - "node-addon-api": "^8.1.0", - "node-gyp-build": "^4.8.2" + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" }, "peerDependencies": { - "tree-sitter": "^0.21.0" + "tree-sitter": "^0.22.1" }, "peerDependenciesMeta": { "tree-sitter": { @@ -1464,11 +1467,12 @@ } }, "node_modules/tree-sitter-cli": { - "version": "0.24.3", - "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.24.3.tgz", - "integrity": "sha512-5vS0SiJf31tMTn9CYLsu5l18qXaw5MLFka3cuGxOB5f4TtgoUSK1Sog6rKmqBc7PvFJq37YcQBjj9giNy2cJPw==", + "version": "0.25.6", + "resolved": "https://registry.npmjs.org/tree-sitter-cli/-/tree-sitter-cli-0.25.6.tgz", + "integrity": "sha512-UhkXRkMPtBgE4OatZtYVtDsT3HFUliqAJcs49XQaZv8d2sbeTzEhpJVpMaCqBR3HGhb1WpyoodaFXQaMuOLPEg==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "tree-sitter": "cli.js" }, diff --git a/package.json b/package.json index 7925681f..1a135eb4 100644 --- a/package.json +++ b/package.json @@ -35,16 +35,16 @@ "dependencies": { "node-addon-api": "^8.2.1", "node-gyp-build": "^4.8.2", - "tree-sitter-c": "^0.23.1" + "tree-sitter-c": "^0.23.6" }, "devDependencies": { "eslint": "^9.12.0", "eslint-config-treesitter": "^1.0.2", "prebuildify": "^6.0.1", - "tree-sitter-cli": "^0.24.3" + "tree-sitter-cli": "^0.25.0" }, "peerDependencies": { - "tree-sitter": "^0.21.1" + "tree-sitter": "^0.22.4" }, "peerDependenciesMeta": { "tree-sitter": { diff --git a/src/grammar.json b/src/grammar.json index c5d7670f..1ec7ec2b 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -2988,7 +2988,7 @@ } }, { - "type": "REPEAT", + "type": "REPEAT1", "content": { "type": "SYMBOL", "name": "declaration" @@ -17595,5 +17595,6 @@ "_field_declarator", "_type_declarator", "_abstract_declarator" - ] -} + ], + "reserved": {} +} \ No newline at end of file diff --git a/src/node-types.json b/src/node-types.json index f095c558..f94adb34 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -7906,7 +7906,8 @@ }, { "type": "comment", - "named": true + "named": true, + "extra": true }, { "type": "compl", diff --git a/src/parser.c b/src/parser.c index 9dbabce7..ebcca8f2 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,3 +1,5 @@ +/* Automatically @generated by tree-sitter v0.25.6 */ + #include "tree_sitter/parser.h" #if defined(__GNUC__) || defined(__clang__) @@ -21,7 +23,9 @@ #define EXTERNAL_TOKEN_COUNT 2 #define FIELD_COUNT 53 #define MAX_ALIAS_SEQUENCE_LENGTH 9 +#define MAX_RESERVED_WORD_SET_SIZE 0 #define PRODUCTION_ID_COUNT 228 +#define SUPERTYPE_COUNT 0 enum ts_symbol_identifiers { sym_identifier = 1, @@ -4053,7 +4057,7 @@ static const char * const ts_field_names[] = { [field_value] = "value", }; -static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { +static const TSMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 1}, [3] = {.index = 1, .length = 1}, [4] = {.index = 2, .length = 2}, @@ -13857,7 +13861,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [8837] = 8837, }; -static TSCharacterRange sym_identifier_character_set_1[] = { +static const TSCharacterRange sym_identifier_character_set_1[] = { {'$', '$'}, {'A', 'Z'}, {'\\', '\\'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x370, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x386}, {0x388, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, @@ -13886,7 +13890,7 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x171f, 0x1731}, {0x1740, 0x1751}, {0x1760, 0x176c}, {0x176e, 0x1770}, {0x1780, 0x17b3}, {0x17d7, 0x17d7}, {0x17dc, 0x17dc}, {0x1820, 0x1878}, {0x1880, 0x18a8}, {0x18aa, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1950, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x1a00, 0x1a16}, {0x1a20, 0x1a54}, {0x1aa7, 0x1aa7}, {0x1b05, 0x1b33}, {0x1b45, 0x1b4c}, {0x1b83, 0x1ba0}, {0x1bae, 0x1baf}, {0x1bba, 0x1be5}, - {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, + {0x1c00, 0x1c23}, {0x1c4d, 0x1c4f}, {0x1c5a, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1ce9, 0x1cec}, {0x1cee, 0x1cf3}, {0x1cf5, 0x1cf6}, {0x1cfa, 0x1cfa}, {0x1d00, 0x1dbf}, {0x1e00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x2071, 0x2071}, {0x207f, 0x207f}, @@ -13896,8 +13900,8 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x2da8, 0x2dae}, {0x2db0, 0x2db6}, {0x2db8, 0x2dbe}, {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x3005, 0x3007}, {0x3021, 0x3029}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x309d, 0x309f}, {0x30a1, 0x30fa}, {0x30fc, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa61f}, - {0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, - {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, + {0xa62a, 0xa62b}, {0xa640, 0xa66e}, {0xa67f, 0xa69d}, {0xa6a0, 0xa6ef}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, + {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa801}, {0xa803, 0xa805}, {0xa807, 0xa80a}, {0xa80c, 0xa822}, {0xa840, 0xa873}, {0xa882, 0xa8b3}, {0xa8f2, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa8fe}, {0xa90a, 0xa925}, {0xa930, 0xa946}, {0xa960, 0xa97c}, {0xa984, 0xa9b2}, {0xa9cf, 0xa9cf}, {0xa9e0, 0xa9e4}, {0xa9e6, 0xa9ef}, {0xa9fa, 0xa9fe}, {0xaa00, 0xaa28}, {0xaa40, 0xaa42}, {0xaa44, 0xaa4b}, {0xaa60, 0xaa76}, {0xaa7a, 0xaa7a}, {0xaa7e, 0xaaaf}, {0xaab1, 0xaab1}, {0xaab5, 0xaab6}, {0xaab9, 0xaabd}, {0xaac0, 0xaac0}, {0xaac2, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaea}, @@ -13910,48 +13914,50 @@ static TSCharacterRange sym_identifier_character_set_1[] = { {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x10375}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, - {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, - {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, - {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, {0x10a10, 0x10a13}, - {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, - {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, - {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, - {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, - {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, - {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, - {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11400, 0x11434}, {0x11447, 0x1144a}, - {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, - {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, - {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, - {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, - {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, - {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, - {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x14400, 0x14646}, - {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, - {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, - {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, - {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, - {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, - {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, - {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, - {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, - {0x1e137, 0x1e13d}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, - {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, - {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, - {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, {0x1ee5d, 0x1ee5d}, - {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, {0x1ee7e, 0x1ee7e}, - {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, {0x2b740, 0x2b81d}, - {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, + {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, + {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, + {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a00}, + {0x10a10, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae4}, {0x10b00, 0x10b35}, + {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d23}, {0x10d4a, 0x10d65}, + {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10f00, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f45}, {0x10f70, 0x10f81}, + {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11003, 0x11037}, {0x11071, 0x11072}, {0x11075, 0x11075}, {0x11083, 0x110af}, {0x110d0, 0x110e8}, {0x11103, 0x11126}, + {0x11144, 0x11144}, {0x11147, 0x11147}, {0x11150, 0x11172}, {0x11176, 0x11176}, {0x11183, 0x111b2}, {0x111c1, 0x111c4}, {0x111da, 0x111da}, {0x111dc, 0x111dc}, + {0x11200, 0x11211}, {0x11213, 0x1122b}, {0x1123f, 0x11240}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, + {0x112b0, 0x112de}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133d, 0x1133d}, + {0x11350, 0x11350}, {0x1135d, 0x11361}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, {0x113b7, 0x113b7}, {0x113d1, 0x113d1}, + {0x113d3, 0x113d3}, {0x11400, 0x11434}, {0x11447, 0x1144a}, {0x1145f, 0x11461}, {0x11480, 0x114af}, {0x114c4, 0x114c5}, {0x114c7, 0x114c7}, {0x11580, 0x115ae}, + {0x115d8, 0x115db}, {0x11600, 0x1162f}, {0x11644, 0x11644}, {0x11680, 0x116aa}, {0x116b8, 0x116b8}, {0x11700, 0x1171a}, {0x11740, 0x11746}, {0x11800, 0x1182b}, + {0x118a0, 0x118df}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x1192f}, {0x1193f, 0x1193f}, {0x11941, 0x11941}, + {0x119a0, 0x119a7}, {0x119aa, 0x119d0}, {0x119e1, 0x119e1}, {0x119e3, 0x119e3}, {0x11a00, 0x11a00}, {0x11a0b, 0x11a32}, {0x11a3a, 0x11a3a}, {0x11a50, 0x11a50}, + {0x11a5c, 0x11a89}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c2e}, {0x11c40, 0x11c40}, {0x11c72, 0x11c8f}, + {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d30}, {0x11d46, 0x11d46}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d89}, {0x11d98, 0x11d98}, + {0x11ee0, 0x11ef2}, {0x11f02, 0x11f02}, {0x11f04, 0x11f10}, {0x11f12, 0x11f33}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, + {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13441, 0x13446}, {0x13460, 0x143fa}, {0x14400, 0x14646}, {0x16100, 0x1611d}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, + {0x16a70, 0x16abe}, {0x16ad0, 0x16aed}, {0x16b00, 0x16b2f}, {0x16b40, 0x16b43}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16e40, 0x16e7f}, + {0x16f00, 0x16f4a}, {0x16f50, 0x16f50}, {0x16f93, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe3}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18cff, 0x18d08}, + {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, + {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, + {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, + {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, + {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, + {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e030, 0x1e06d}, {0x1e100, 0x1e12c}, {0x1e137, 0x1e13d}, + {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ad}, {0x1e2c0, 0x1e2eb}, {0x1e4d0, 0x1e4eb}, {0x1e5d0, 0x1e5ed}, {0x1e5f0, 0x1e5f0}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, + {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e900, 0x1e943}, {0x1e94b, 0x1e94b}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, + {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, + {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, {0x1ee5b, 0x1ee5b}, + {0x1ee5d, 0x1ee5d}, {0x1ee5f, 0x1ee5f}, {0x1ee61, 0x1ee62}, {0x1ee64, 0x1ee64}, {0x1ee67, 0x1ee6a}, {0x1ee6c, 0x1ee72}, {0x1ee74, 0x1ee77}, {0x1ee79, 0x1ee7c}, + {0x1ee7e, 0x1ee7e}, {0x1ee80, 0x1ee89}, {0x1ee8b, 0x1ee9b}, {0x1eea1, 0x1eea3}, {0x1eea5, 0x1eea9}, {0x1eeab, 0x1eebb}, {0x20000, 0x2a6df}, {0x2a700, 0x2b739}, + {0x2b740, 0x2b81d}, {0x2b820, 0x2cea1}, {0x2ceb0, 0x2ebe0}, {0x2ebf0, 0x2ee5d}, {0x2f800, 0x2fa1d}, {0x30000, 0x3134a}, {0x31350, 0x323af}, }; -static TSCharacterRange sym_identifier_character_set_2[] = { +static const TSCharacterRange sym_identifier_character_set_2[] = { {'$', '$'}, {'0', '9'}, {'A', 'Z'}, {'\\', '\\'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xb7, 0xb7}, {0xba, 0xba}, {0xc0, 0xd6}, {0xd8, 0xf6}, {0xf8, 0x2c1}, {0x2c6, 0x2d1}, {0x2e0, 0x2e4}, {0x2ec, 0x2ec}, {0x2ee, 0x2ee}, {0x300, 0x374}, {0x376, 0x377}, {0x37b, 0x37d}, {0x37f, 0x37f}, {0x386, 0x38a}, {0x38c, 0x38c}, {0x38e, 0x3a1}, {0x3a3, 0x3f5}, {0x3f7, 0x481}, {0x483, 0x487}, {0x48a, 0x52f}, {0x531, 0x556}, {0x559, 0x559}, {0x560, 0x588}, {0x591, 0x5bd}, {0x5bf, 0x5bf}, {0x5c1, 0x5c2}, {0x5c4, 0x5c5}, {0x5c7, 0x5c7}, {0x5d0, 0x5ea}, {0x5ef, 0x5f2}, {0x610, 0x61a}, {0x620, 0x669}, {0x66e, 0x6d3}, {0x6d5, 0x6dc}, {0x6df, 0x6e8}, {0x6ea, 0x6fc}, {0x6ff, 0x6ff}, {0x710, 0x74a}, {0x74d, 0x7b1}, {0x7c0, 0x7f5}, - {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x898, 0x8e1}, + {0x7fa, 0x7fa}, {0x7fd, 0x7fd}, {0x800, 0x82d}, {0x840, 0x85b}, {0x860, 0x86a}, {0x870, 0x887}, {0x889, 0x88e}, {0x897, 0x8e1}, {0x8e3, 0x963}, {0x966, 0x96f}, {0x971, 0x983}, {0x985, 0x98c}, {0x98f, 0x990}, {0x993, 0x9a8}, {0x9aa, 0x9b0}, {0x9b2, 0x9b2}, {0x9b6, 0x9b9}, {0x9bc, 0x9c4}, {0x9c7, 0x9c8}, {0x9cb, 0x9ce}, {0x9d7, 0x9d7}, {0x9dc, 0x9dd}, {0x9df, 0x9e3}, {0x9e6, 0x9f1}, {0x9fc, 0x9fc}, {0x9fe, 0x9fe}, {0xa01, 0xa03}, {0xa05, 0xa0a}, {0xa0f, 0xa10}, {0xa13, 0xa28}, {0xa2a, 0xa30}, {0xa32, 0xa33}, @@ -13979,7 +13985,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x17dc, 0x17dd}, {0x17e0, 0x17e9}, {0x180b, 0x180d}, {0x180f, 0x1819}, {0x1820, 0x1878}, {0x1880, 0x18aa}, {0x18b0, 0x18f5}, {0x1900, 0x191e}, {0x1920, 0x192b}, {0x1930, 0x193b}, {0x1946, 0x196d}, {0x1970, 0x1974}, {0x1980, 0x19ab}, {0x19b0, 0x19c9}, {0x19d0, 0x19da}, {0x1a00, 0x1a1b}, {0x1a20, 0x1a5e}, {0x1a60, 0x1a7c}, {0x1a7f, 0x1a89}, {0x1a90, 0x1a99}, {0x1aa7, 0x1aa7}, {0x1ab0, 0x1abd}, {0x1abf, 0x1ace}, {0x1b00, 0x1b4c}, - {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c88}, {0x1c90, 0x1cba}, + {0x1b50, 0x1b59}, {0x1b6b, 0x1b73}, {0x1b80, 0x1bf3}, {0x1c00, 0x1c37}, {0x1c40, 0x1c49}, {0x1c4d, 0x1c7d}, {0x1c80, 0x1c8a}, {0x1c90, 0x1cba}, {0x1cbd, 0x1cbf}, {0x1cd0, 0x1cd2}, {0x1cd4, 0x1cfa}, {0x1d00, 0x1f15}, {0x1f18, 0x1f1d}, {0x1f20, 0x1f45}, {0x1f48, 0x1f4d}, {0x1f50, 0x1f57}, {0x1f59, 0x1f59}, {0x1f5b, 0x1f5b}, {0x1f5d, 0x1f5d}, {0x1f5f, 0x1f7d}, {0x1f80, 0x1fb4}, {0x1fb6, 0x1fbc}, {0x1fbe, 0x1fbe}, {0x1fc2, 0x1fc4}, {0x1fc6, 0x1fcc}, {0x1fd0, 0x1fd3}, {0x1fd6, 0x1fdb}, {0x1fe0, 0x1fec}, {0x1ff2, 0x1ff4}, {0x1ff6, 0x1ffc}, {0x200c, 0x200d}, {0x203f, 0x2040}, @@ -13990,7 +13996,7 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x2dc0, 0x2dc6}, {0x2dc8, 0x2dce}, {0x2dd0, 0x2dd6}, {0x2dd8, 0x2dde}, {0x2de0, 0x2dff}, {0x3005, 0x3007}, {0x3021, 0x302f}, {0x3031, 0x3035}, {0x3038, 0x303c}, {0x3041, 0x3096}, {0x3099, 0x309a}, {0x309d, 0x309f}, {0x30a1, 0x30ff}, {0x3105, 0x312f}, {0x3131, 0x318e}, {0x31a0, 0x31bf}, {0x31f0, 0x31ff}, {0x3400, 0x4dbf}, {0x4e00, 0xa48c}, {0xa4d0, 0xa4fd}, {0xa500, 0xa60c}, {0xa610, 0xa62b}, {0xa640, 0xa66f}, {0xa674, 0xa67d}, - {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7ca}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7d9}, {0xa7f2, 0xa827}, + {0xa67f, 0xa6f1}, {0xa717, 0xa71f}, {0xa722, 0xa788}, {0xa78b, 0xa7cd}, {0xa7d0, 0xa7d1}, {0xa7d3, 0xa7d3}, {0xa7d5, 0xa7dc}, {0xa7f2, 0xa827}, {0xa82c, 0xa82c}, {0xa840, 0xa873}, {0xa880, 0xa8c5}, {0xa8d0, 0xa8d9}, {0xa8e0, 0xa8f7}, {0xa8fb, 0xa8fb}, {0xa8fd, 0xa92d}, {0xa930, 0xa953}, {0xa960, 0xa97c}, {0xa980, 0xa9c0}, {0xa9cf, 0xa9d9}, {0xa9e0, 0xa9fe}, {0xaa00, 0xaa36}, {0xaa40, 0xaa4d}, {0xaa50, 0xaa59}, {0xaa60, 0xaa76}, {0xaa7a, 0xaac2}, {0xaadb, 0xaadd}, {0xaae0, 0xaaef}, {0xaaf2, 0xaaf6}, {0xab01, 0xab06}, {0xab09, 0xab0e}, {0xab11, 0xab16}, {0xab20, 0xab26}, @@ -14003,39 +14009,42 @@ static TSCharacterRange sym_identifier_character_set_2[] = { {0x1003c, 0x1003d}, {0x1003f, 0x1004d}, {0x10050, 0x1005d}, {0x10080, 0x100fa}, {0x10140, 0x10174}, {0x101fd, 0x101fd}, {0x10280, 0x1029c}, {0x102a0, 0x102d0}, {0x102e0, 0x102e0}, {0x10300, 0x1031f}, {0x1032d, 0x1034a}, {0x10350, 0x1037a}, {0x10380, 0x1039d}, {0x103a0, 0x103c3}, {0x103c8, 0x103cf}, {0x103d1, 0x103d5}, {0x10400, 0x1049d}, {0x104a0, 0x104a9}, {0x104b0, 0x104d3}, {0x104d8, 0x104fb}, {0x10500, 0x10527}, {0x10530, 0x10563}, {0x10570, 0x1057a}, {0x1057c, 0x1058a}, - {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x10600, 0x10736}, {0x10740, 0x10755}, - {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, {0x10837, 0x10838}, - {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, {0x10920, 0x10939}, - {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, {0x10a38, 0x10a3a}, - {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, {0x10b60, 0x10b72}, - {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, - {0x10eb0, 0x10eb1}, {0x10efd, 0x10f1c}, {0x10f27, 0x10f27}, {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, - {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, - {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, - {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, - {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, - {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11400, 0x1144a}, - {0x11450, 0x11459}, {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, - {0x11600, 0x11640}, {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, + {0x1058c, 0x10592}, {0x10594, 0x10595}, {0x10597, 0x105a1}, {0x105a3, 0x105b1}, {0x105b3, 0x105b9}, {0x105bb, 0x105bc}, {0x105c0, 0x105f3}, {0x10600, 0x10736}, + {0x10740, 0x10755}, {0x10760, 0x10767}, {0x10780, 0x10785}, {0x10787, 0x107b0}, {0x107b2, 0x107ba}, {0x10800, 0x10805}, {0x10808, 0x10808}, {0x1080a, 0x10835}, + {0x10837, 0x10838}, {0x1083c, 0x1083c}, {0x1083f, 0x10855}, {0x10860, 0x10876}, {0x10880, 0x1089e}, {0x108e0, 0x108f2}, {0x108f4, 0x108f5}, {0x10900, 0x10915}, + {0x10920, 0x10939}, {0x10980, 0x109b7}, {0x109be, 0x109bf}, {0x10a00, 0x10a03}, {0x10a05, 0x10a06}, {0x10a0c, 0x10a13}, {0x10a15, 0x10a17}, {0x10a19, 0x10a35}, + {0x10a38, 0x10a3a}, {0x10a3f, 0x10a3f}, {0x10a60, 0x10a7c}, {0x10a80, 0x10a9c}, {0x10ac0, 0x10ac7}, {0x10ac9, 0x10ae6}, {0x10b00, 0x10b35}, {0x10b40, 0x10b55}, + {0x10b60, 0x10b72}, {0x10b80, 0x10b91}, {0x10c00, 0x10c48}, {0x10c80, 0x10cb2}, {0x10cc0, 0x10cf2}, {0x10d00, 0x10d27}, {0x10d30, 0x10d39}, {0x10d40, 0x10d65}, + {0x10d69, 0x10d6d}, {0x10d6f, 0x10d85}, {0x10e80, 0x10ea9}, {0x10eab, 0x10eac}, {0x10eb0, 0x10eb1}, {0x10ec2, 0x10ec4}, {0x10efc, 0x10f1c}, {0x10f27, 0x10f27}, + {0x10f30, 0x10f50}, {0x10f70, 0x10f85}, {0x10fb0, 0x10fc4}, {0x10fe0, 0x10ff6}, {0x11000, 0x11046}, {0x11066, 0x11075}, {0x1107f, 0x110ba}, {0x110c2, 0x110c2}, + {0x110d0, 0x110e8}, {0x110f0, 0x110f9}, {0x11100, 0x11134}, {0x11136, 0x1113f}, {0x11144, 0x11147}, {0x11150, 0x11173}, {0x11176, 0x11176}, {0x11180, 0x111c4}, + {0x111c9, 0x111cc}, {0x111ce, 0x111da}, {0x111dc, 0x111dc}, {0x11200, 0x11211}, {0x11213, 0x11237}, {0x1123e, 0x11241}, {0x11280, 0x11286}, {0x11288, 0x11288}, + {0x1128a, 0x1128d}, {0x1128f, 0x1129d}, {0x1129f, 0x112a8}, {0x112b0, 0x112ea}, {0x112f0, 0x112f9}, {0x11300, 0x11303}, {0x11305, 0x1130c}, {0x1130f, 0x11310}, + {0x11313, 0x11328}, {0x1132a, 0x11330}, {0x11332, 0x11333}, {0x11335, 0x11339}, {0x1133b, 0x11344}, {0x11347, 0x11348}, {0x1134b, 0x1134d}, {0x11350, 0x11350}, + {0x11357, 0x11357}, {0x1135d, 0x11363}, {0x11366, 0x1136c}, {0x11370, 0x11374}, {0x11380, 0x11389}, {0x1138b, 0x1138b}, {0x1138e, 0x1138e}, {0x11390, 0x113b5}, + {0x113b7, 0x113c0}, {0x113c2, 0x113c2}, {0x113c5, 0x113c5}, {0x113c7, 0x113ca}, {0x113cc, 0x113d3}, {0x113e1, 0x113e2}, {0x11400, 0x1144a}, {0x11450, 0x11459}, + {0x1145e, 0x11461}, {0x11480, 0x114c5}, {0x114c7, 0x114c7}, {0x114d0, 0x114d9}, {0x11580, 0x115b5}, {0x115b8, 0x115c0}, {0x115d8, 0x115dd}, {0x11600, 0x11640}, + {0x11644, 0x11644}, {0x11650, 0x11659}, {0x11680, 0x116b8}, {0x116c0, 0x116c9}, {0x116d0, 0x116e3}, {0x11700, 0x1171a}, {0x1171d, 0x1172b}, {0x11730, 0x11739}, {0x11740, 0x11746}, {0x11800, 0x1183a}, {0x118a0, 0x118e9}, {0x118ff, 0x11906}, {0x11909, 0x11909}, {0x1190c, 0x11913}, {0x11915, 0x11916}, {0x11918, 0x11935}, {0x11937, 0x11938}, {0x1193b, 0x11943}, {0x11950, 0x11959}, {0x119a0, 0x119a7}, {0x119aa, 0x119d7}, {0x119da, 0x119e1}, {0x119e3, 0x119e4}, {0x11a00, 0x11a3e}, - {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, - {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, - {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, - {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f59}, {0x11fb0, 0x11fb0}, {0x12000, 0x12399}, {0x12400, 0x1246e}, - {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x14400, 0x14646}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, - {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, - {0x16b7d, 0x16b8f}, {0x16e40, 0x16e7f}, {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, - {0x17000, 0x187f7}, {0x18800, 0x18cd5}, {0x18d00, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, - {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, - {0x1bc9d, 0x1bc9e}, {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, - {0x1d242, 0x1d244}, {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, - {0x1d4bb, 0x1d4bb}, {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, - {0x1d540, 0x1d544}, {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, - {0x1d716, 0x1d734}, {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, - {0x1da00, 0x1da36}, {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, - {0x1e000, 0x1e006}, {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, - {0x1e130, 0x1e13d}, {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, + {0x11a47, 0x11a47}, {0x11a50, 0x11a99}, {0x11a9d, 0x11a9d}, {0x11ab0, 0x11af8}, {0x11bc0, 0x11be0}, {0x11bf0, 0x11bf9}, {0x11c00, 0x11c08}, {0x11c0a, 0x11c36}, + {0x11c38, 0x11c40}, {0x11c50, 0x11c59}, {0x11c72, 0x11c8f}, {0x11c92, 0x11ca7}, {0x11ca9, 0x11cb6}, {0x11d00, 0x11d06}, {0x11d08, 0x11d09}, {0x11d0b, 0x11d36}, + {0x11d3a, 0x11d3a}, {0x11d3c, 0x11d3d}, {0x11d3f, 0x11d47}, {0x11d50, 0x11d59}, {0x11d60, 0x11d65}, {0x11d67, 0x11d68}, {0x11d6a, 0x11d8e}, {0x11d90, 0x11d91}, + {0x11d93, 0x11d98}, {0x11da0, 0x11da9}, {0x11ee0, 0x11ef6}, {0x11f00, 0x11f10}, {0x11f12, 0x11f3a}, {0x11f3e, 0x11f42}, {0x11f50, 0x11f5a}, {0x11fb0, 0x11fb0}, + {0x12000, 0x12399}, {0x12400, 0x1246e}, {0x12480, 0x12543}, {0x12f90, 0x12ff0}, {0x13000, 0x1342f}, {0x13440, 0x13455}, {0x13460, 0x143fa}, {0x14400, 0x14646}, + {0x16100, 0x16139}, {0x16800, 0x16a38}, {0x16a40, 0x16a5e}, {0x16a60, 0x16a69}, {0x16a70, 0x16abe}, {0x16ac0, 0x16ac9}, {0x16ad0, 0x16aed}, {0x16af0, 0x16af4}, + {0x16b00, 0x16b36}, {0x16b40, 0x16b43}, {0x16b50, 0x16b59}, {0x16b63, 0x16b77}, {0x16b7d, 0x16b8f}, {0x16d40, 0x16d6c}, {0x16d70, 0x16d79}, {0x16e40, 0x16e7f}, + {0x16f00, 0x16f4a}, {0x16f4f, 0x16f87}, {0x16f8f, 0x16f9f}, {0x16fe0, 0x16fe1}, {0x16fe3, 0x16fe4}, {0x16ff0, 0x16ff1}, {0x17000, 0x187f7}, {0x18800, 0x18cd5}, + {0x18cff, 0x18d08}, {0x1aff0, 0x1aff3}, {0x1aff5, 0x1affb}, {0x1affd, 0x1affe}, {0x1b000, 0x1b122}, {0x1b132, 0x1b132}, {0x1b150, 0x1b152}, {0x1b155, 0x1b155}, + {0x1b164, 0x1b167}, {0x1b170, 0x1b2fb}, {0x1bc00, 0x1bc6a}, {0x1bc70, 0x1bc7c}, {0x1bc80, 0x1bc88}, {0x1bc90, 0x1bc99}, {0x1bc9d, 0x1bc9e}, {0x1ccf0, 0x1ccf9}, + {0x1cf00, 0x1cf2d}, {0x1cf30, 0x1cf46}, {0x1d165, 0x1d169}, {0x1d16d, 0x1d172}, {0x1d17b, 0x1d182}, {0x1d185, 0x1d18b}, {0x1d1aa, 0x1d1ad}, {0x1d242, 0x1d244}, + {0x1d400, 0x1d454}, {0x1d456, 0x1d49c}, {0x1d49e, 0x1d49f}, {0x1d4a2, 0x1d4a2}, {0x1d4a5, 0x1d4a6}, {0x1d4a9, 0x1d4ac}, {0x1d4ae, 0x1d4b9}, {0x1d4bb, 0x1d4bb}, + {0x1d4bd, 0x1d4c3}, {0x1d4c5, 0x1d505}, {0x1d507, 0x1d50a}, {0x1d50d, 0x1d514}, {0x1d516, 0x1d51c}, {0x1d51e, 0x1d539}, {0x1d53b, 0x1d53e}, {0x1d540, 0x1d544}, + {0x1d546, 0x1d546}, {0x1d54a, 0x1d550}, {0x1d552, 0x1d6a5}, {0x1d6a8, 0x1d6c0}, {0x1d6c2, 0x1d6da}, {0x1d6dc, 0x1d6fa}, {0x1d6fc, 0x1d714}, {0x1d716, 0x1d734}, + {0x1d736, 0x1d74e}, {0x1d750, 0x1d76e}, {0x1d770, 0x1d788}, {0x1d78a, 0x1d7a8}, {0x1d7aa, 0x1d7c2}, {0x1d7c4, 0x1d7cb}, {0x1d7ce, 0x1d7ff}, {0x1da00, 0x1da36}, + {0x1da3b, 0x1da6c}, {0x1da75, 0x1da75}, {0x1da84, 0x1da84}, {0x1da9b, 0x1da9f}, {0x1daa1, 0x1daaf}, {0x1df00, 0x1df1e}, {0x1df25, 0x1df2a}, {0x1e000, 0x1e006}, + {0x1e008, 0x1e018}, {0x1e01b, 0x1e021}, {0x1e023, 0x1e024}, {0x1e026, 0x1e02a}, {0x1e030, 0x1e06d}, {0x1e08f, 0x1e08f}, {0x1e100, 0x1e12c}, {0x1e130, 0x1e13d}, + {0x1e140, 0x1e149}, {0x1e14e, 0x1e14e}, {0x1e290, 0x1e2ae}, {0x1e2c0, 0x1e2f9}, {0x1e4d0, 0x1e4f9}, {0x1e5d0, 0x1e5fa}, {0x1e7e0, 0x1e7e6}, {0x1e7e8, 0x1e7eb}, {0x1e7ed, 0x1e7ee}, {0x1e7f0, 0x1e7fe}, {0x1e800, 0x1e8c4}, {0x1e8d0, 0x1e8d6}, {0x1e900, 0x1e94b}, {0x1e950, 0x1e959}, {0x1ee00, 0x1ee03}, {0x1ee05, 0x1ee1f}, {0x1ee21, 0x1ee22}, {0x1ee24, 0x1ee24}, {0x1ee27, 0x1ee27}, {0x1ee29, 0x1ee32}, {0x1ee34, 0x1ee37}, {0x1ee39, 0x1ee39}, {0x1ee3b, 0x1ee3b}, {0x1ee42, 0x1ee42}, {0x1ee47, 0x1ee47}, {0x1ee49, 0x1ee49}, {0x1ee4b, 0x1ee4b}, {0x1ee4d, 0x1ee4f}, {0x1ee51, 0x1ee52}, {0x1ee54, 0x1ee54}, {0x1ee57, 0x1ee57}, {0x1ee59, 0x1ee59}, @@ -14102,7 +14111,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(338); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 1: if (lookahead == '\n') SKIP(163); @@ -14933,7 +14942,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 164: ADVANCE_MAP( @@ -14987,7 +14996,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(164); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 165: ADVANCE_MAP( @@ -15041,7 +15050,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 166: ADVANCE_MAP( @@ -15091,7 +15100,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(166); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 167: ADVANCE_MAP( @@ -15140,7 +15149,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 168: ADVANCE_MAP( @@ -15189,7 +15198,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(168); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 169: ADVANCE_MAP( @@ -15226,7 +15235,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 170: ADVANCE_MAP( @@ -15251,7 +15260,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(170); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 171: ADVANCE_MAP( @@ -15299,7 +15308,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(171); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 172: ADVANCE_MAP( @@ -15352,7 +15361,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(172); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 173: ADVANCE_MAP( @@ -15397,7 +15406,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 174: ADVANCE_MAP( @@ -15442,7 +15451,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(174); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 175: ADVANCE_MAP( @@ -15488,7 +15497,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(175); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 176: ADVANCE_MAP( @@ -15537,7 +15546,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(176); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 177: ADVANCE_MAP( @@ -15579,7 +15588,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(177); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 178: ADVANCE_MAP( @@ -15601,7 +15610,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(178); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 179: ADVANCE_MAP( @@ -15638,7 +15647,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(179); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 180: ADVANCE_MAP( @@ -15674,7 +15683,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(180); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 181: ADVANCE_MAP( @@ -15712,7 +15721,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(180); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 182: ADVANCE_MAP( @@ -15748,7 +15757,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(182); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 183: ADVANCE_MAP( @@ -15786,7 +15795,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(182); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 184: ADVANCE_MAP( @@ -15820,7 +15829,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(184); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 185: ADVANCE_MAP( @@ -15853,7 +15862,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 186: ADVANCE_MAP( @@ -15884,7 +15893,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(186); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 187: ADVANCE_MAP( @@ -15918,7 +15927,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 188: ADVANCE_MAP( @@ -15954,7 +15963,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(188); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 189: ADVANCE_MAP( @@ -15986,7 +15995,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 190: ADVANCE_MAP( @@ -16016,7 +16025,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(190); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 191: ADVANCE_MAP( @@ -16049,7 +16058,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 192: ADVANCE_MAP( @@ -16079,7 +16088,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(192); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 193: ADVANCE_MAP( @@ -16112,7 +16121,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 194: ADVANCE_MAP( @@ -16145,7 +16154,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(194); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 195: ADVANCE_MAP( @@ -16185,7 +16194,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(195); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 196: ADVANCE_MAP( @@ -16219,7 +16228,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(196); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 197: ADVANCE_MAP( @@ -16251,7 +16260,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(197); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 198: ADVANCE_MAP( @@ -16283,7 +16292,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(198); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 199: ADVANCE_MAP( @@ -16326,7 +16335,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(199); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 200: ADVANCE_MAP( @@ -16358,7 +16367,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(200); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 201: ADVANCE_MAP( @@ -16391,7 +16400,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(202); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 202: ADVANCE_MAP( @@ -16422,7 +16431,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(202); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 203: ADVANCE_MAP( @@ -16453,7 +16462,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(203); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 204: ADVANCE_MAP( @@ -16486,7 +16495,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(204); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 205: ADVANCE_MAP( @@ -16529,7 +16538,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(205); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 206: ADVANCE_MAP( @@ -16561,7 +16570,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(206); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 207: ADVANCE_MAP( @@ -16594,7 +16603,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == ' ') SKIP(208); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 208: ADVANCE_MAP( @@ -16625,7 +16634,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(208); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 209: ADVANCE_MAP( @@ -16654,7 +16663,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(209); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 210: ADVANCE_MAP( @@ -16684,7 +16693,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(210); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 211: ADVANCE_MAP( @@ -16712,7 +16721,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(211); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 212: ADVANCE_MAP( @@ -16738,7 +16747,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(212); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 213: ADVANCE_MAP( @@ -16776,7 +16785,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(213); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 214: ADVANCE_MAP( @@ -16805,7 +16814,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 215: ADVANCE_MAP( @@ -16831,7 +16840,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(215); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 216: ADVANCE_MAP( @@ -16857,7 +16866,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(216); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 217: ADVANCE_MAP( @@ -16885,7 +16894,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(217); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 218: ADVANCE_MAP( @@ -16912,7 +16921,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 219: ADVANCE_MAP( @@ -16939,7 +16948,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(219); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 220: ADVANCE_MAP( @@ -16964,7 +16973,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(220); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 221: ADVANCE_MAP( @@ -17001,7 +17010,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(221); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 222: ADVANCE_MAP( @@ -17029,7 +17038,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 223: ADVANCE_MAP( @@ -17054,7 +17063,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(223); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 224: ADVANCE_MAP( @@ -17079,7 +17088,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(224); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 225: ADVANCE_MAP( @@ -17101,7 +17110,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(225); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 226: ADVANCE_MAP( @@ -17143,7 +17152,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(226); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 227: ADVANCE_MAP( @@ -17185,7 +17194,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(227); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 228: ADVANCE_MAP( @@ -17212,7 +17221,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(228); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 229: ADVANCE_MAP( @@ -17239,7 +17248,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(229); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 230: ADVANCE_MAP( @@ -17276,7 +17285,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(230); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 231: ADVANCE_MAP( @@ -17304,7 +17313,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 232: ADVANCE_MAP( @@ -17329,7 +17338,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(232); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 233: ADVANCE_MAP( @@ -17358,7 +17367,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(233); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 234: ADVANCE_MAP( @@ -17375,7 +17384,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(234); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 235: ADVANCE_MAP( @@ -17390,7 +17399,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(235); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 236: if (lookahead == '"') ADVANCE(525); @@ -17427,7 +17436,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(238); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 239: ADVANCE_MAP( @@ -17465,7 +17474,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(239); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 240: ADVANCE_MAP( @@ -17494,7 +17503,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(240); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 241: ADVANCE_MAP( @@ -17519,7 +17528,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(241); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 242: ADVANCE_MAP( @@ -17544,7 +17553,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(242); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 243: ADVANCE_MAP( @@ -17577,7 +17586,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(243); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 244: ADVANCE_MAP( @@ -17599,7 +17608,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(244); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 245: ADVANCE_MAP( @@ -17629,7 +17638,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(245); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 246: ADVANCE_MAP( @@ -17644,7 +17653,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(246); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 247: if (lookahead == '\'') ADVANCE(516); @@ -17686,7 +17695,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(250); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 251: ADVANCE_MAP( @@ -17703,7 +17712,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(251); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 252: if (lookahead == '(') ADVANCE(405); @@ -18143,7 +18152,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(338); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 339: if (eof) ADVANCE(340); @@ -18197,7 +18206,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(339); if (('1' <= lookahead && lookahead <= '9')) ADVANCE(501); - if (set_contains(sym_identifier_character_set_1, 670, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_1, 687, lookahead)) ADVANCE(631); END_STATE(); case 340: ACCEPT_TOKEN(ts_builtin_sym_end); @@ -18952,12 +18961,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '8') ADVANCE(576); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'p') ADVANCE(625); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 475: ACCEPT_TOKEN(sym_primitive_type); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 476: ACCEPT_TOKEN(anon_sym_QMARK); @@ -19338,12 +19347,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 540: ACCEPT_TOKEN(sym_true); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 541: ACCEPT_TOKEN(sym_false); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 542: ACCEPT_TOKEN(sym_identifier); @@ -19351,26 +19360,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\'') ADVANCE(512); if (lookahead == 'R') ADVANCE(553); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 543: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(521); if (lookahead == 'R') ADVANCE(553); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 544: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(521); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 545: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(643); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 546: ACCEPT_TOKEN(sym_identifier); @@ -19378,20 +19387,20 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\'') ADVANCE(514); if (lookahead == 'R') ADVANCE(554); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 547: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(523); if (lookahead == 'R') ADVANCE(554); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 548: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(523); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 549: ACCEPT_TOKEN(sym_identifier); @@ -19401,7 +19410,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'R') ADVANCE(558); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(609); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 550: ACCEPT_TOKEN(sym_identifier); @@ -19409,7 +19418,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '8') ADVANCE(556); if (lookahead == 'R') ADVANCE(558); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 551: ACCEPT_TOKEN(sym_identifier); @@ -19417,26 +19426,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '8') ADVANCE(557); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(609); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 552: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(522); if (lookahead == '8') ADVANCE(557); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 553: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(644); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 554: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(646); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 555: ACCEPT_TOKEN(sym_identifier); @@ -19444,57 +19453,57 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\'') ADVANCE(515); if (lookahead == 'R') ADVANCE(559); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 556: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(524); if (lookahead == 'R') ADVANCE(559); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 557: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(524); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 558: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(645); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 559: ACCEPT_TOKEN(sym_identifier); if (lookahead == '"') ADVANCE(647); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 560: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(512); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 561: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(514); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 562: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(513); if (lookahead == '8') ADVANCE(563); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 563: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\'') ADVANCE(515); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 564: ACCEPT_TOKEN(sym_identifier); @@ -19504,410 +19513,410 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '8') ADVANCE(576); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'p') ADVANCE(625); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 565: ACCEPT_TOKEN(sym_identifier); if (lookahead == '2') ADVANCE(576); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 566: ACCEPT_TOKEN(sym_identifier); if (lookahead == '4') ADVANCE(576); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 567: ACCEPT_TOKEN(sym_identifier); if (lookahead == '6') ADVANCE(576); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 568: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'A') ADVANCE(571); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 569: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E') ADVANCE(540); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 570: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'E') ADVANCE(541); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 571: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'L') ADVANCE(573); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 572: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'R') ADVANCE(574); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 573: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'S') ADVANCE(570); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 574: ACCEPT_TOKEN(sym_identifier); if (lookahead == 'U') ADVANCE(569); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 575: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == '_') ADVANCE(582); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 576: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == '_') ADVANCE(622); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 577: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(600); if (lookahead == 'l') ADVANCE(612); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 578: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(600); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 579: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(629); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 580: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(616); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 581: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(622); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 582: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'a') ADVANCE(604); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 583: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'b') ADVANCE(605); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 584: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'd') ADVANCE(475); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 585: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'd') ADVANCE(596); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 586: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'e') ADVANCE(540); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 587: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'e') ADVANCE(475); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 588: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'e') ADVANCE(541); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 589: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'e') ADVANCE(576); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 590: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'f') ADVANCE(576); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 591: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'f') ADVANCE(590); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 592: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'g') ADVANCE(608); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 593: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'h') ADVANCE(580); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 594: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(630); if (lookahead == 's') ADVANCE(595); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 595: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(630); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 596: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(591); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 597: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(592); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 598: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(584); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 599: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'i') ADVANCE(609); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 600: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(620); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 601: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(475); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 602: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(615); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 603: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(602); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 604: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(597); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 605: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(587); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 606: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'l') ADVANCE(612); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 607: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'n') ADVANCE(621); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 608: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'n') ADVANCE(576); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 609: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'n') ADVANCE(623); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 610: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'o') ADVANCE(626); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 611: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'o') ADVANCE(598); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 612: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'o') ADVANCE(581); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 613: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'o') ADVANCE(601); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 614: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'o') ADVANCE(613); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 615: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'p') ADVANCE(625); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 616: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'r') ADVANCE(474); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 617: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'r') ADVANCE(585); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 618: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'r') ADVANCE(576); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 619: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'r') ADVANCE(628); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 620: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 's') ADVANCE(588); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 621: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 't') ADVANCE(474); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 622: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 't') ADVANCE(475); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 623: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 't') ADVANCE(564); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 624: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 't') ADVANCE(617); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 625: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 't') ADVANCE(618); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 626: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'u') ADVANCE(583); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 627: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'u') ADVANCE(603); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 628: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'u') ADVANCE(586); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 629: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'x') ADVANCE(575); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 630: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); if (lookahead == 'z') ADVANCE(589); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 631: ACCEPT_TOKEN(sym_identifier); if (lookahead == '\\') ADVANCE(282); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 632: ACCEPT_TOKEN(sym_comment); @@ -20005,7 +20014,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 653: ACCEPT_TOKEN(sym_literal_suffix); @@ -20015,7 +20024,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 654: ACCEPT_TOKEN(sym_literal_suffix); @@ -20026,7 +20035,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 655: ACCEPT_TOKEN(sym_literal_suffix); @@ -20038,7 +20047,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 656: ACCEPT_TOKEN(sym_literal_suffix); @@ -20048,7 +20057,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 657: ACCEPT_TOKEN(sym_literal_suffix); @@ -20058,7 +20067,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 658: ACCEPT_TOKEN(sym_literal_suffix); @@ -20069,7 +20078,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 659: ACCEPT_TOKEN(sym_literal_suffix); @@ -20079,7 +20088,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 660: ACCEPT_TOKEN(sym_literal_suffix); @@ -20089,7 +20098,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); case 661: ACCEPT_TOKEN(sym_literal_suffix); @@ -20098,7 +20107,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(661); - if (set_contains(sym_identifier_character_set_2, 778, lookahead)) ADVANCE(631); + if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(631); END_STATE(); default: return false; @@ -30909,7 +30918,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { - [0] = { + [STATE(0)] = { [ts_builtin_sym_end] = ACTIONS(1), [sym_identifier] = ACTIONS(1), [aux_sym_preproc_include_token1] = ACTIONS(1), @@ -31122,7 +31131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_raw_string_delimiter] = ACTIONS(1), [sym_raw_string_content] = ACTIONS(1), }, - [1] = { + [STATE(1)] = { [sym_translation_unit] = STATE(8391), [sym__top_level_item] = STATE(34), [sym_preproc_include] = STATE(34), @@ -31389,7 +31398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(121), }, - [2] = { + [STATE(2)] = { [sym__block_item] = STATE(83), [sym_preproc_include] = STATE(83), [sym_preproc_def] = STATE(83), @@ -31660,7 +31669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [3] = { + [STATE(3)] = { [sym__block_item] = STATE(80), [sym_preproc_include] = STATE(80), [sym_preproc_def] = STATE(80), @@ -31931,7 +31940,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [4] = { + [STATE(4)] = { [sym__block_item] = STATE(68), [sym_preproc_include] = STATE(68), [sym_preproc_def] = STATE(68), @@ -32202,7 +32211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [5] = { + [STATE(5)] = { [sym__block_item] = STATE(40), [sym_preproc_include] = STATE(40), [sym_preproc_def] = STATE(40), @@ -32473,7 +32482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [6] = { + [STATE(6)] = { [sym__block_item] = STATE(40), [sym_preproc_include] = STATE(40), [sym_preproc_def] = STATE(40), @@ -32744,7 +32753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [7] = { + [STATE(7)] = { [sym__block_item] = STATE(52), [sym_preproc_include] = STATE(52), [sym_preproc_def] = STATE(52), @@ -33015,7 +33024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [8] = { + [STATE(8)] = { [sym__block_item] = STATE(65), [sym_preproc_include] = STATE(65), [sym_preproc_def] = STATE(65), @@ -33286,7 +33295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [9] = { + [STATE(9)] = { [sym__block_item] = STATE(62), [sym_preproc_include] = STATE(62), [sym_preproc_def] = STATE(62), @@ -33557,7 +33566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [10] = { + [STATE(10)] = { [sym__block_item] = STATE(65), [sym_preproc_include] = STATE(65), [sym_preproc_def] = STATE(65), @@ -33828,7 +33837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [11] = { + [STATE(11)] = { [sym__block_item] = STATE(80), [sym_preproc_include] = STATE(80), [sym_preproc_def] = STATE(80), @@ -34099,7 +34108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [12] = { + [STATE(12)] = { [sym__block_item] = STATE(83), [sym_preproc_include] = STATE(83), [sym_preproc_def] = STATE(83), @@ -34370,7 +34379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [13] = { + [STATE(13)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -34640,7 +34649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [14] = { + [STATE(14)] = { [sym__block_item] = STATE(22), [sym_preproc_include] = STATE(22), [sym_preproc_def] = STATE(22), @@ -34910,7 +34919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [15] = { + [STATE(15)] = { [sym__block_item] = STATE(17), [sym_preproc_include] = STATE(17), [sym_preproc_def] = STATE(17), @@ -35180,7 +35189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [16] = { + [STATE(16)] = { [sym__block_item] = STATE(13), [sym_preproc_include] = STATE(13), [sym_preproc_def] = STATE(13), @@ -35450,7 +35459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [17] = { + [STATE(17)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -35720,7 +35729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [18] = { + [STATE(18)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -35990,7 +35999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [19] = { + [STATE(19)] = { [sym__block_item] = STATE(20), [sym_preproc_include] = STATE(20), [sym_preproc_def] = STATE(20), @@ -36260,7 +36269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [20] = { + [STATE(20)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -36530,7 +36539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [21] = { + [STATE(21)] = { [sym__block_item] = STATE(23), [sym_preproc_include] = STATE(23), [sym_preproc_def] = STATE(23), @@ -36800,7 +36809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [22] = { + [STATE(22)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -37070,7 +37079,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [23] = { + [STATE(23)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -37340,7 +37349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [24] = { + [STATE(24)] = { [sym__block_item] = STATE(26), [sym_preproc_include] = STATE(26), [sym_preproc_def] = STATE(26), @@ -37610,7 +37619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [25] = { + [STATE(25)] = { [sym__block_item] = STATE(28), [sym_preproc_include] = STATE(28), [sym_preproc_def] = STATE(28), @@ -37880,7 +37889,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [26] = { + [STATE(26)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -38150,7 +38159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [27] = { + [STATE(27)] = { [sym__block_item] = STATE(30), [sym_preproc_include] = STATE(30), [sym_preproc_def] = STATE(30), @@ -38420,7 +38429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [28] = { + [STATE(28)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -38690,7 +38699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [29] = { + [STATE(29)] = { [sym__block_item] = STATE(18), [sym_preproc_include] = STATE(18), [sym_preproc_def] = STATE(18), @@ -38960,7 +38969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [30] = { + [STATE(30)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -39230,7 +39239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [31] = { + [STATE(31)] = { [sym__block_item] = STATE(32), [sym_preproc_include] = STATE(32), [sym_preproc_def] = STATE(32), @@ -39500,7 +39509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [32] = { + [STATE(32)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -39770,7 +39779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [33] = { + [STATE(33)] = { [sym__block_item] = STATE(33), [sym_preproc_include] = STATE(33), [sym_preproc_def] = STATE(33), @@ -40037,7 +40046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(617), [sym_this] = ACTIONS(560), }, - [34] = { + [STATE(34)] = { [sym__top_level_item] = STATE(35), [sym_preproc_include] = STATE(35), [sym_preproc_def] = STATE(35), @@ -40303,7 +40312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(121), }, - [35] = { + [STATE(35)] = { [sym__top_level_item] = STATE(35), [sym_preproc_include] = STATE(35), [sym_preproc_def] = STATE(35), @@ -40569,7 +40578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(861), [sym_this] = ACTIONS(795), }, - [36] = { + [STATE(36)] = { [sym__block_item] = STATE(83), [sym_preproc_include] = STATE(83), [sym_preproc_def] = STATE(83), @@ -40832,7 +40841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [37] = { + [STATE(37)] = { [sym__block_item] = STATE(51), [sym_preproc_include] = STATE(51), [sym_preproc_def] = STATE(51), @@ -41095,7 +41104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [38] = { + [STATE(38)] = { [sym__block_item] = STATE(38), [sym_preproc_include] = STATE(38), [sym_preproc_def] = STATE(38), @@ -41358,7 +41367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(617), [sym_this] = ACTIONS(560), }, - [39] = { + [STATE(39)] = { [sym__block_item] = STATE(40), [sym_preproc_include] = STATE(40), [sym_preproc_def] = STATE(40), @@ -41621,7 +41630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [40] = { + [STATE(40)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -41884,7 +41893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [41] = { + [STATE(41)] = { [sym__block_item] = STATE(43), [sym_preproc_include] = STATE(43), [sym_preproc_def] = STATE(43), @@ -42147,7 +42156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [42] = { + [STATE(42)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -42410,7 +42419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(617), [sym_this] = ACTIONS(560), }, - [43] = { + [STATE(43)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -42673,7 +42682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [44] = { + [STATE(44)] = { [sym__block_item] = STATE(45), [sym_preproc_include] = STATE(45), [sym_preproc_def] = STATE(45), @@ -42936,7 +42945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [45] = { + [STATE(45)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -43199,7 +43208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [46] = { + [STATE(46)] = { [sym__block_item] = STATE(49), [sym_preproc_include] = STATE(49), [sym_preproc_def] = STATE(49), @@ -43462,7 +43471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [47] = { + [STATE(47)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -43725,7 +43734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [48] = { + [STATE(48)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -43988,7 +43997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [49] = { + [STATE(49)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -44251,7 +44260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [50] = { + [STATE(50)] = { [sym__block_item] = STATE(52), [sym_preproc_include] = STATE(52), [sym_preproc_def] = STATE(52), @@ -44514,7 +44523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [51] = { + [STATE(51)] = { [sym__block_item] = STATE(38), [sym_preproc_include] = STATE(38), [sym_preproc_def] = STATE(38), @@ -44777,7 +44786,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [52] = { + [STATE(52)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -45040,7 +45049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [53] = { + [STATE(53)] = { [sym__block_item] = STATE(54), [sym_preproc_include] = STATE(54), [sym_preproc_def] = STATE(54), @@ -45303,7 +45312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [54] = { + [STATE(54)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -45566,7 +45575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [55] = { + [STATE(55)] = { [sym__block_item] = STATE(47), [sym_preproc_include] = STATE(47), [sym_preproc_def] = STATE(47), @@ -45829,7 +45838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [56] = { + [STATE(56)] = { [sym__block_item] = STATE(57), [sym_preproc_include] = STATE(57), [sym_preproc_def] = STATE(57), @@ -46092,7 +46101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [57] = { + [STATE(57)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -46355,7 +46364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [58] = { + [STATE(58)] = { [sym__block_item] = STATE(48), [sym_preproc_include] = STATE(48), [sym_preproc_def] = STATE(48), @@ -46618,7 +46627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [59] = { + [STATE(59)] = { [sym__block_item] = STATE(60), [sym_preproc_include] = STATE(60), [sym_preproc_def] = STATE(60), @@ -46881,7 +46890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [60] = { + [STATE(60)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -47144,7 +47153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [61] = { + [STATE(61)] = { [sym__block_item] = STATE(62), [sym_preproc_include] = STATE(62), [sym_preproc_def] = STATE(62), @@ -47407,7 +47416,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [62] = { + [STATE(62)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -47670,7 +47679,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [63] = { + [STATE(63)] = { [sym__block_item] = STATE(551), [sym_preproc_include] = STATE(551), [sym_preproc_def] = STATE(551), @@ -47933,7 +47942,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [64] = { + [STATE(64)] = { [sym__block_item] = STATE(65), [sym_preproc_include] = STATE(65), [sym_preproc_def] = STATE(65), @@ -48196,7 +48205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [65] = { + [STATE(65)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -48459,7 +48468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [66] = { + [STATE(66)] = { [sym__block_item] = STATE(67), [sym_preproc_include] = STATE(67), [sym_preproc_def] = STATE(67), @@ -48722,7 +48731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [67] = { + [STATE(67)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -48985,7 +48994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [68] = { + [STATE(68)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -49248,7 +49257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [69] = { + [STATE(69)] = { [sym__block_item] = STATE(70), [sym_preproc_include] = STATE(70), [sym_preproc_def] = STATE(70), @@ -49511,7 +49520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [70] = { + [STATE(70)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -49774,7 +49783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [71] = { + [STATE(71)] = { [sym__block_item] = STATE(72), [sym_preproc_include] = STATE(72), [sym_preproc_def] = STATE(72), @@ -50037,7 +50046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [72] = { + [STATE(72)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -50300,7 +50309,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [73] = { + [STATE(73)] = { [sym__block_item] = STATE(74), [sym_preproc_include] = STATE(74), [sym_preproc_def] = STATE(74), @@ -50563,7 +50572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [74] = { + [STATE(74)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -50826,7 +50835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [75] = { + [STATE(75)] = { [sym__block_item] = STATE(76), [sym_preproc_include] = STATE(76), [sym_preproc_def] = STATE(76), @@ -51089,7 +51098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [76] = { + [STATE(76)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -51352,7 +51361,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [77] = { + [STATE(77)] = { [sym__block_item] = STATE(78), [sym_preproc_include] = STATE(78), [sym_preproc_def] = STATE(78), @@ -51615,7 +51624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [78] = { + [STATE(78)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -51878,7 +51887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [79] = { + [STATE(79)] = { [sym__block_item] = STATE(80), [sym_preproc_include] = STATE(80), [sym_preproc_def] = STATE(80), @@ -52141,7 +52150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [80] = { + [STATE(80)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -52404,7 +52413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [81] = { + [STATE(81)] = { [sym__block_item] = STATE(82), [sym_preproc_include] = STATE(82), [sym_preproc_def] = STATE(82), @@ -52667,7 +52676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [82] = { + [STATE(82)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -52930,7 +52939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [83] = { + [STATE(83)] = { [sym__block_item] = STATE(42), [sym_preproc_include] = STATE(42), [sym_preproc_def] = STATE(42), @@ -53193,7 +53202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [84] = { + [STATE(84)] = { [sym__block_item] = STATE(68), [sym_preproc_include] = STATE(68), [sym_preproc_def] = STATE(68), @@ -53456,7 +53465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [85] = { + [STATE(85)] = { [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), [sym__declaration_modifiers] = STATE(2136), @@ -53684,7 +53693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1429), [sym_this] = ACTIONS(1387), }, - [86] = { + [STATE(86)] = { [sym_declaration] = STATE(88), [sym_type_definition] = STATE(88), [sym__declaration_modifiers] = STATE(2136), @@ -53912,7 +53921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [87] = { + [STATE(87)] = { [sym_declaration] = STATE(89), [sym_type_definition] = STATE(89), [sym__declaration_modifiers] = STATE(2136), @@ -54140,7 +54149,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [88] = { + [STATE(88)] = { [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), [sym__declaration_modifiers] = STATE(2136), @@ -54368,7 +54377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [89] = { + [STATE(89)] = { [sym_declaration] = STATE(85), [sym_type_definition] = STATE(85), [sym__declaration_modifiers] = STATE(2136), @@ -54596,7 +54605,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [90] = { + [STATE(90)] = { [sym_declaration] = STATE(91), [sym_type_definition] = STATE(91), [sym__declaration_modifiers] = STATE(2136), @@ -54823,7 +54832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [91] = { + [STATE(91)] = { [sym_declaration] = STATE(94), [sym_type_definition] = STATE(94), [sym__declaration_modifiers] = STATE(2136), @@ -55050,7 +55059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [92] = { + [STATE(92)] = { [sym_declaration] = STATE(93), [sym_type_definition] = STATE(93), [sym__declaration_modifiers] = STATE(2136), @@ -55277,7 +55286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [93] = { + [STATE(93)] = { [sym_declaration] = STATE(94), [sym_type_definition] = STATE(94), [sym__declaration_modifiers] = STATE(2136), @@ -55504,7 +55513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [94] = { + [STATE(94)] = { [sym_declaration] = STATE(94), [sym_type_definition] = STATE(94), [sym__declaration_modifiers] = STATE(2136), @@ -55731,7 +55740,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1429), [sym_this] = ACTIONS(1387), }, - [95] = { + [STATE(95)] = { [sym_declaration] = STATE(103), [sym_type_definition] = STATE(103), [sym__declaration_modifiers] = STATE(2136), @@ -55955,7 +55964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [96] = { + [STATE(96)] = { [sym_declaration] = STATE(103), [sym_type_definition] = STATE(103), [sym__declaration_modifiers] = STATE(2136), @@ -56179,7 +56188,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [97] = { + [STATE(97)] = { [sym_declaration] = STATE(97), [sym_type_definition] = STATE(97), [sym__declaration_modifiers] = STATE(2136), @@ -56403,7 +56412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1429), [sym_this] = ACTIONS(1387), }, - [98] = { + [STATE(98)] = { [sym_declaration] = STATE(97), [sym_type_definition] = STATE(97), [sym__declaration_modifiers] = STATE(2136), @@ -56627,7 +56636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [99] = { + [STATE(99)] = { [sym_declaration] = STATE(102), [sym_type_definition] = STATE(102), [sym__declaration_modifiers] = STATE(2136), @@ -56851,7 +56860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [100] = { + [STATE(100)] = { [sym_declaration] = STATE(96), [sym_type_definition] = STATE(96), [sym__declaration_modifiers] = STATE(2136), @@ -57075,7 +57084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [101] = { + [STATE(101)] = { [sym_declaration] = STATE(95), [sym_type_definition] = STATE(95), [sym__declaration_modifiers] = STATE(2136), @@ -57299,7 +57308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [102] = { + [STATE(102)] = { [sym_declaration] = STATE(97), [sym_type_definition] = STATE(97), [sym__declaration_modifiers] = STATE(2136), @@ -57523,7 +57532,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [103] = { + [STATE(103)] = { [sym_declaration] = STATE(103), [sym_type_definition] = STATE(103), [sym__declaration_modifiers] = STATE(2136), @@ -57747,7 +57756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1429), [sym_this] = ACTIONS(1387), }, - [104] = { + [STATE(104)] = { [sym_declaration] = STATE(98), [sym_type_definition] = STATE(98), [sym__declaration_modifiers] = STATE(2136), @@ -57971,7 +57980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [105] = { + [STATE(105)] = { [sym_declaration] = STATE(571), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5184), @@ -58173,7 +58182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [106] = { + [STATE(106)] = { [sym_declaration] = STATE(108), [sym_type_definition] = STATE(108), [sym__declaration_modifiers] = STATE(2136), @@ -58374,7 +58383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [107] = { + [STATE(107)] = { [sym_declaration] = STATE(107), [sym_type_definition] = STATE(107), [sym__declaration_modifiers] = STATE(2136), @@ -58575,7 +58584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1429), [sym_this] = ACTIONS(1387), }, - [108] = { + [STATE(108)] = { [sym_declaration] = STATE(107), [sym_type_definition] = STATE(107), [sym__declaration_modifiers] = STATE(2136), @@ -58776,7 +58785,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [109] = { + [STATE(109)] = { [sym_declaration] = STATE(913), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5209), @@ -58977,7 +58986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [110] = { + [STATE(110)] = { [sym_declaration] = STATE(423), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5215), @@ -59178,7 +59187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [111] = { + [STATE(111)] = { [sym_declaration] = STATE(256), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5180), @@ -59379,7 +59388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [112] = { + [STATE(112)] = { [sym_declaration] = STATE(578), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5196), @@ -59580,7 +59589,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [113] = { + [STATE(113)] = { [sym_declaration] = STATE(571), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5184), @@ -59781,7 +59790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [114] = { + [STATE(114)] = { [sym_declaration] = STATE(107), [sym_type_definition] = STATE(107), [sym__declaration_modifiers] = STATE(2136), @@ -59982,7 +59991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [115] = { + [STATE(115)] = { [sym_declaration] = STATE(114), [sym_type_definition] = STATE(114), [sym__declaration_modifiers] = STATE(2136), @@ -60183,7 +60192,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [116] = { + [STATE(116)] = { [sym_declaration] = STATE(423), [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5215), @@ -60384,7 +60393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [117] = { + [STATE(117)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -60552,7 +60561,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [118] = { + [STATE(118)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -60720,7 +60729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [119] = { + [STATE(119)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -60888,7 +60897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [120] = { + [STATE(120)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -61056,7 +61065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [121] = { + [STATE(121)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -61224,7 +61233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [122] = { + [STATE(122)] = { [sym_declaration] = STATE(419), [sym_type_definition] = STATE(4066), [sym__declaration_modifiers] = STATE(2136), @@ -61392,7 +61401,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [123] = { + [STATE(123)] = { [sym_declaration] = STATE(1549), [sym_type_definition] = STATE(1549), [sym__declaration_modifiers] = STATE(2136), @@ -61559,7 +61568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [124] = { + [STATE(124)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_call_modifier] = STATE(5281), [sym__declarator] = STATE(6672), @@ -61726,7 +61735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [125] = { + [STATE(125)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_call_modifier] = STATE(5281), [sym__declarator] = STATE(6672), @@ -61893,7 +61902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [126] = { + [STATE(126)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_call_modifier] = STATE(5281), [sym__declarator] = STATE(6672), @@ -62060,7 +62069,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [127] = { + [STATE(127)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -62225,7 +62234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [128] = { + [STATE(128)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -62390,7 +62399,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [129] = { + [STATE(129)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -62555,7 +62564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [130] = { + [STATE(130)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -62720,7 +62729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [131] = { + [STATE(131)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -62885,7 +62894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [132] = { + [STATE(132)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -63050,7 +63059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [133] = { + [STATE(133)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -63215,7 +63224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [134] = { + [STATE(134)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5244), [sym_attribute_specifier] = STATE(2136), @@ -63374,7 +63383,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [135] = { + [STATE(135)] = { [ts_builtin_sym_end] = ACTIONS(1934), [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_include_token1] = ACTIONS(1936), @@ -63526,7 +63535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1936), [sym_this] = ACTIONS(1936), }, - [136] = { + [STATE(136)] = { [ts_builtin_sym_end] = ACTIONS(1938), [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), @@ -63678,7 +63687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [137] = { + [STATE(137)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -63826,7 +63835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [138] = { + [STATE(138)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -63973,7 +63982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [139] = { + [STATE(139)] = { [sym_compound_statement] = STATE(8409), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -64119,7 +64128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [140] = { + [STATE(140)] = { [sym_attribute_declaration] = STATE(141), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -64265,7 +64274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [141] = { + [STATE(141)] = { [sym_attribute_declaration] = STATE(141), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -64411,7 +64420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [142] = { + [STATE(142)] = { [sym_compound_statement] = STATE(8409), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -64557,7 +64566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [143] = { + [STATE(143)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -64703,7 +64712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [144] = { + [STATE(144)] = { [sym_compound_statement] = STATE(8409), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -64849,7 +64858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [145] = { + [STATE(145)] = { [sym_attribute_declaration] = STATE(164), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -64995,7 +65004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [146] = { + [STATE(146)] = { [sym_attribute_declaration] = STATE(146), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -65141,7 +65150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [147] = { + [STATE(147)] = { [sym_attribute_declaration] = STATE(146), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -65287,7 +65296,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [148] = { + [STATE(148)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -65433,7 +65442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [149] = { + [STATE(149)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -65579,7 +65588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [150] = { + [STATE(150)] = { [sym_attribute_declaration] = STATE(150), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -65725,7 +65734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [151] = { + [STATE(151)] = { [sym_attribute_declaration] = STATE(150), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -65871,7 +65880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [152] = { + [STATE(152)] = { [sym_compound_statement] = STATE(8215), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66017,7 +66026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [153] = { + [STATE(153)] = { [sym_compound_statement] = STATE(8215), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66163,7 +66172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [154] = { + [STATE(154)] = { [sym_compound_statement] = STATE(8409), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66309,7 +66318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [155] = { + [STATE(155)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66455,7 +66464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [156] = { + [STATE(156)] = { [sym_compound_statement] = STATE(8215), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66601,7 +66610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [157] = { + [STATE(157)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -66747,7 +66756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [158] = { + [STATE(158)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -66893,7 +66902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [159] = { + [STATE(159)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67039,7 +67048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [160] = { + [STATE(160)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67185,7 +67194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [161] = { + [STATE(161)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67331,7 +67340,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [162] = { + [STATE(162)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67477,7 +67486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [163] = { + [STATE(163)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67623,7 +67632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [164] = { + [STATE(164)] = { [sym_attribute_declaration] = STATE(164), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -67769,7 +67778,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [165] = { + [STATE(165)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -67915,7 +67924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [166] = { + [STATE(166)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68061,7 +68070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [167] = { + [STATE(167)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68207,7 +68216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [168] = { + [STATE(168)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68353,7 +68362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [169] = { + [STATE(169)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68499,7 +68508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [170] = { + [STATE(170)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68645,7 +68654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [171] = { + [STATE(171)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68791,7 +68800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [172] = { + [STATE(172)] = { [sym_compound_statement] = STATE(8449), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -68937,7 +68946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [173] = { + [STATE(173)] = { [sym_compound_statement] = STATE(8215), [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), @@ -69083,7 +69092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [174] = { + [STATE(174)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -69228,7 +69237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [175] = { + [STATE(175)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -69373,7 +69382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [176] = { + [STATE(176)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -69518,7 +69527,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [177] = { + [STATE(177)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -69663,7 +69672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [178] = { + [STATE(178)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -69808,7 +69817,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [179] = { + [STATE(179)] = { [sym_attribute_declaration] = STATE(193), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -69953,7 +69962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [180] = { + [STATE(180)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -70098,7 +70107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [181] = { + [STATE(181)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -70243,7 +70252,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [182] = { + [STATE(182)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -70388,7 +70397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [183] = { + [STATE(183)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -70533,7 +70542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [184] = { + [STATE(184)] = { [sym_attribute_declaration] = STATE(218), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -70678,7 +70687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [185] = { + [STATE(185)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -70823,7 +70832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [186] = { + [STATE(186)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -70968,7 +70977,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [187] = { + [STATE(187)] = { [sym_attribute_declaration] = STATE(164), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -71113,7 +71122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [188] = { + [STATE(188)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -71258,7 +71267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [189] = { + [STATE(189)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -71403,7 +71412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [190] = { + [STATE(190)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -71548,7 +71557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [191] = { + [STATE(191)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -71693,7 +71702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [192] = { + [STATE(192)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -71838,7 +71847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [193] = { + [STATE(193)] = { [sym_attribute_declaration] = STATE(193), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -71983,7 +71992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [194] = { + [STATE(194)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -72128,7 +72137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [195] = { + [STATE(195)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -72273,7 +72282,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [196] = { + [STATE(196)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -72418,7 +72427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [197] = { + [STATE(197)] = { [sym_attribute_declaration] = STATE(179), [sym_compound_statement] = STATE(904), [sym_attributed_statement] = STATE(904), @@ -72563,7 +72572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [198] = { + [STATE(198)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -72708,7 +72717,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [199] = { + [STATE(199)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -72853,7 +72862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [200] = { + [STATE(200)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -72998,7 +73007,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [201] = { + [STATE(201)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -73143,7 +73152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [202] = { + [STATE(202)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -73288,7 +73297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [203] = { + [STATE(203)] = { [sym_attribute_declaration] = STATE(146), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -73433,7 +73442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [204] = { + [STATE(204)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -73578,7 +73587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [205] = { + [STATE(205)] = { [sym_attribute_declaration] = STATE(187), [sym_compound_statement] = STATE(401), [sym_attributed_statement] = STATE(401), @@ -73723,7 +73732,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [206] = { + [STATE(206)] = { [sym_attribute_declaration] = STATE(203), [sym_compound_statement] = STATE(279), [sym_attributed_statement] = STATE(279), @@ -73868,7 +73877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [207] = { + [STATE(207)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74013,7 +74022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [208] = { + [STATE(208)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74158,7 +74167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [209] = { + [STATE(209)] = { [sym_expression] = STATE(3171), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -74303,7 +74312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(1944), [sym_this] = ACTIONS(1842), }, - [210] = { + [STATE(210)] = { [sym_attribute_declaration] = STATE(210), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74448,7 +74457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2170), [sym_this] = ACTIONS(2134), }, - [211] = { + [STATE(211)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74593,7 +74602,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [212] = { + [STATE(212)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74738,7 +74747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [213] = { + [STATE(213)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -74883,7 +74892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [214] = { + [STATE(214)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75028,7 +75037,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [215] = { + [STATE(215)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75173,7 +75182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [216] = { + [STATE(216)] = { [sym_attribute_declaration] = STATE(210), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75318,7 +75327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [217] = { + [STATE(217)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75463,7 +75472,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [218] = { + [STATE(218)] = { [sym_attribute_declaration] = STATE(150), [sym_compound_statement] = STATE(529), [sym_attributed_statement] = STATE(529), @@ -75608,7 +75617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [219] = { + [STATE(219)] = { [sym_attribute_declaration] = STATE(141), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75753,7 +75762,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [220] = { + [STATE(220)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -75898,7 +75907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [221] = { + [STATE(221)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -76043,7 +76052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [222] = { + [STATE(222)] = { [sym_attribute_declaration] = STATE(216), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -76188,7 +76197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [223] = { + [STATE(223)] = { [sym_attribute_declaration] = STATE(219), [sym_compound_statement] = STATE(545), [sym_attributed_statement] = STATE(545), @@ -76333,7 +76342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [224] = { + [STATE(224)] = { [sym_catch_clause] = STATE(224), [aux_sym_constructor_try_statement_repeat1] = STATE(224), [sym_identifier] = ACTIONS(2476), @@ -76477,7 +76486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2476), [sym_this] = ACTIONS(2476), }, - [225] = { + [STATE(225)] = { [sym_catch_clause] = STATE(224), [aux_sym_constructor_try_statement_repeat1] = STATE(224), [sym_identifier] = ACTIONS(2483), @@ -76621,7 +76630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2483), [sym_this] = ACTIONS(2483), }, - [226] = { + [STATE(226)] = { [sym_expression] = STATE(3339), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -76765,7 +76774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [227] = { + [STATE(227)] = { [sym_expression] = STATE(3323), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -76909,7 +76918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [228] = { + [STATE(228)] = { [sym_catch_clause] = STATE(224), [aux_sym_constructor_try_statement_repeat1] = STATE(224), [sym_identifier] = ACTIONS(2547), @@ -77052,7 +77061,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2547), [sym_this] = ACTIONS(2547), }, - [229] = { + [STATE(229)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -77195,7 +77204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [230] = { + [STATE(230)] = { [sym_catch_clause] = STATE(224), [aux_sym_constructor_try_statement_repeat1] = STATE(224), [sym_identifier] = ACTIONS(2590), @@ -77338,7 +77347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2590), [sym_this] = ACTIONS(2590), }, - [231] = { + [STATE(231)] = { [sym_catch_clause] = STATE(231), [aux_sym_constructor_try_statement_repeat1] = STATE(231), [ts_builtin_sym_end] = ACTIONS(2478), @@ -77481,7 +77490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2476), [sym_this] = ACTIONS(2476), }, - [232] = { + [STATE(232)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -77624,7 +77633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [233] = { + [STATE(233)] = { [sym_catch_clause] = STATE(231), [aux_sym_constructor_try_statement_repeat1] = STATE(231), [ts_builtin_sym_end] = ACTIONS(2485), @@ -77767,7 +77776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2483), [sym_this] = ACTIONS(2483), }, - [234] = { + [STATE(234)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -77910,7 +77919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [235] = { + [STATE(235)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -78053,7 +78062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [236] = { + [STATE(236)] = { [sym_expression] = STATE(3578), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -78195,7 +78204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(1944), [sym_this] = ACTIONS(1910), }, - [237] = { + [STATE(237)] = { [sym_else_clause] = STATE(252), [sym_identifier] = ACTIONS(2613), [aux_sym_preproc_include_token1] = ACTIONS(2613), @@ -78337,7 +78346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2613), [sym_this] = ACTIONS(2613), }, - [238] = { + [STATE(238)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_include_token1] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), @@ -78479,7 +78488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2619), [sym_this] = ACTIONS(2619), }, - [239] = { + [STATE(239)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -78621,7 +78630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [240] = { + [STATE(240)] = { [sym_else_clause] = STATE(270), [sym_identifier] = ACTIONS(2623), [aux_sym_preproc_include_token1] = ACTIONS(2623), @@ -78763,7 +78772,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2623), [sym_this] = ACTIONS(2623), }, - [241] = { + [STATE(241)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_include_token1] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), @@ -78905,7 +78914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1936), [sym_this] = ACTIONS(1936), }, - [242] = { + [STATE(242)] = { [sym_identifier] = ACTIONS(2627), [aux_sym_preproc_include_token1] = ACTIONS(2627), [aux_sym_preproc_def_token1] = ACTIONS(2627), @@ -79046,7 +79055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2627), [sym_this] = ACTIONS(2627), }, - [243] = { + [STATE(243)] = { [sym_identifier] = ACTIONS(2631), [aux_sym_preproc_include_token1] = ACTIONS(2631), [aux_sym_preproc_def_token1] = ACTIONS(2631), @@ -79187,7 +79196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2631), [sym_this] = ACTIONS(2631), }, - [244] = { + [STATE(244)] = { [sym_identifier] = ACTIONS(2635), [aux_sym_preproc_include_token1] = ACTIONS(2635), [aux_sym_preproc_def_token1] = ACTIONS(2635), @@ -79328,7 +79337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2635), [sym_this] = ACTIONS(2635), }, - [245] = { + [STATE(245)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_include_token1] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), @@ -79469,7 +79478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2639), [sym_this] = ACTIONS(2639), }, - [246] = { + [STATE(246)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_include_token1] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), @@ -79610,7 +79619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2643), [sym_this] = ACTIONS(2643), }, - [247] = { + [STATE(247)] = { [sym_identifier] = ACTIONS(2647), [aux_sym_preproc_include_token1] = ACTIONS(2647), [aux_sym_preproc_def_token1] = ACTIONS(2647), @@ -79751,7 +79760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2647), [sym_this] = ACTIONS(2647), }, - [248] = { + [STATE(248)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_include_token1] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), @@ -79892,7 +79901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2651), [sym_this] = ACTIONS(2651), }, - [249] = { + [STATE(249)] = { [sym_identifier] = ACTIONS(2655), [aux_sym_preproc_include_token1] = ACTIONS(2655), [aux_sym_preproc_def_token1] = ACTIONS(2655), @@ -80033,7 +80042,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2655), [sym_this] = ACTIONS(2655), }, - [250] = { + [STATE(250)] = { [sym_identifier] = ACTIONS(2659), [aux_sym_preproc_include_token1] = ACTIONS(2659), [aux_sym_preproc_def_token1] = ACTIONS(2659), @@ -80174,7 +80183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2659), [sym_this] = ACTIONS(2659), }, - [251] = { + [STATE(251)] = { [sym_else_clause] = STATE(344), [ts_builtin_sym_end] = ACTIONS(2625), [sym_identifier] = ACTIONS(2623), @@ -80315,7 +80324,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2623), [sym_this] = ACTIONS(2623), }, - [252] = { + [STATE(252)] = { [sym_identifier] = ACTIONS(2665), [aux_sym_preproc_include_token1] = ACTIONS(2665), [aux_sym_preproc_def_token1] = ACTIONS(2665), @@ -80456,7 +80465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2665), [sym_this] = ACTIONS(2665), }, - [253] = { + [STATE(253)] = { [sym_identifier] = ACTIONS(2669), [aux_sym_preproc_include_token1] = ACTIONS(2669), [aux_sym_preproc_def_token1] = ACTIONS(2669), @@ -80597,7 +80606,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2669), [sym_this] = ACTIONS(2669), }, - [254] = { + [STATE(254)] = { [sym_identifier] = ACTIONS(2673), [aux_sym_preproc_include_token1] = ACTIONS(2673), [aux_sym_preproc_def_token1] = ACTIONS(2673), @@ -80738,7 +80747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2673), [sym_this] = ACTIONS(2673), }, - [255] = { + [STATE(255)] = { [sym_identifier] = ACTIONS(2677), [aux_sym_preproc_include_token1] = ACTIONS(2677), [aux_sym_preproc_def_token1] = ACTIONS(2677), @@ -80879,7 +80888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2677), [sym_this] = ACTIONS(2677), }, - [256] = { + [STATE(256)] = { [sym_identifier] = ACTIONS(2681), [aux_sym_preproc_include_token1] = ACTIONS(2681), [aux_sym_preproc_def_token1] = ACTIONS(2681), @@ -81020,7 +81029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2681), [sym_this] = ACTIONS(2681), }, - [257] = { + [STATE(257)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -81161,7 +81170,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [258] = { + [STATE(258)] = { [sym_identifier] = ACTIONS(2687), [aux_sym_preproc_include_token1] = ACTIONS(2687), [aux_sym_preproc_def_token1] = ACTIONS(2687), @@ -81302,7 +81311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2687), [sym_this] = ACTIONS(2687), }, - [259] = { + [STATE(259)] = { [sym_identifier] = ACTIONS(2691), [aux_sym_preproc_include_token1] = ACTIONS(2691), [aux_sym_preproc_def_token1] = ACTIONS(2691), @@ -81443,7 +81452,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2691), [sym_this] = ACTIONS(2691), }, - [260] = { + [STATE(260)] = { [sym_else_clause] = STATE(380), [ts_builtin_sym_end] = ACTIONS(2615), [sym_identifier] = ACTIONS(2613), @@ -81584,7 +81593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2613), [sym_this] = ACTIONS(2613), }, - [261] = { + [STATE(261)] = { [sym_identifier] = ACTIONS(2695), [aux_sym_preproc_include_token1] = ACTIONS(2695), [aux_sym_preproc_def_token1] = ACTIONS(2695), @@ -81725,7 +81734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2695), [sym_this] = ACTIONS(2695), }, - [262] = { + [STATE(262)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_include_token1] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), @@ -81866,7 +81875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2699), [sym_this] = ACTIONS(2699), }, - [263] = { + [STATE(263)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -82007,7 +82016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [264] = { + [STATE(264)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -82148,7 +82157,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [265] = { + [STATE(265)] = { [sym_identifier] = ACTIONS(2707), [aux_sym_preproc_include_token1] = ACTIONS(2707), [aux_sym_preproc_def_token1] = ACTIONS(2707), @@ -82289,7 +82298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2707), [sym_this] = ACTIONS(2707), }, - [266] = { + [STATE(266)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_include_token1] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), @@ -82430,7 +82439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2711), [sym_this] = ACTIONS(2711), }, - [267] = { + [STATE(267)] = { [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), @@ -82571,7 +82580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, - [268] = { + [STATE(268)] = { [sym_identifier] = ACTIONS(2719), [aux_sym_preproc_include_token1] = ACTIONS(2719), [aux_sym_preproc_def_token1] = ACTIONS(2719), @@ -82712,7 +82721,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2719), [sym_this] = ACTIONS(2719), }, - [269] = { + [STATE(269)] = { [sym_identifier] = ACTIONS(2723), [aux_sym_preproc_include_token1] = ACTIONS(2723), [aux_sym_preproc_def_token1] = ACTIONS(2723), @@ -82853,7 +82862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2723), [sym_this] = ACTIONS(2723), }, - [270] = { + [STATE(270)] = { [sym_identifier] = ACTIONS(2727), [aux_sym_preproc_include_token1] = ACTIONS(2727), [aux_sym_preproc_def_token1] = ACTIONS(2727), @@ -82994,7 +83003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2727), [sym_this] = ACTIONS(2727), }, - [271] = { + [STATE(271)] = { [sym_identifier] = ACTIONS(2731), [aux_sym_preproc_include_token1] = ACTIONS(2731), [aux_sym_preproc_def_token1] = ACTIONS(2731), @@ -83135,7 +83144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2731), [sym_this] = ACTIONS(2731), }, - [272] = { + [STATE(272)] = { [sym_identifier] = ACTIONS(2735), [aux_sym_preproc_include_token1] = ACTIONS(2735), [aux_sym_preproc_def_token1] = ACTIONS(2735), @@ -83276,7 +83285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2735), [sym_this] = ACTIONS(2735), }, - [273] = { + [STATE(273)] = { [sym_identifier] = ACTIONS(2739), [aux_sym_preproc_include_token1] = ACTIONS(2739), [aux_sym_preproc_def_token1] = ACTIONS(2739), @@ -83417,7 +83426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2739), [sym_this] = ACTIONS(2739), }, - [274] = { + [STATE(274)] = { [sym_identifier] = ACTIONS(2743), [aux_sym_preproc_include_token1] = ACTIONS(2743), [aux_sym_preproc_def_token1] = ACTIONS(2743), @@ -83558,7 +83567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2743), [sym_this] = ACTIONS(2743), }, - [275] = { + [STATE(275)] = { [sym_identifier] = ACTIONS(2747), [aux_sym_preproc_include_token1] = ACTIONS(2747), [aux_sym_preproc_def_token1] = ACTIONS(2747), @@ -83699,7 +83708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2747), [sym_this] = ACTIONS(2747), }, - [276] = { + [STATE(276)] = { [sym_identifier] = ACTIONS(2751), [aux_sym_preproc_include_token1] = ACTIONS(2751), [aux_sym_preproc_def_token1] = ACTIONS(2751), @@ -83840,7 +83849,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2751), [sym_this] = ACTIONS(2751), }, - [277] = { + [STATE(277)] = { [sym_identifier] = ACTIONS(2755), [aux_sym_preproc_include_token1] = ACTIONS(2755), [aux_sym_preproc_def_token1] = ACTIONS(2755), @@ -83981,7 +83990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2755), [sym_this] = ACTIONS(2755), }, - [278] = { + [STATE(278)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_include_token1] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), @@ -84122,7 +84131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2759), [sym_this] = ACTIONS(2759), }, - [279] = { + [STATE(279)] = { [sym_identifier] = ACTIONS(2763), [aux_sym_preproc_include_token1] = ACTIONS(2763), [aux_sym_preproc_def_token1] = ACTIONS(2763), @@ -84263,7 +84272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2763), [sym_this] = ACTIONS(2763), }, - [280] = { + [STATE(280)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -84404,7 +84413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [281] = { + [STATE(281)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -84545,7 +84554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [282] = { + [STATE(282)] = { [ts_builtin_sym_end] = ACTIONS(2621), [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_include_token1] = ACTIONS(2619), @@ -84686,7 +84695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2619), [sym_this] = ACTIONS(2619), }, - [283] = { + [STATE(283)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_include_token1] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), @@ -84826,7 +84835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2771), [sym_this] = ACTIONS(2771), }, - [284] = { + [STATE(284)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_include_token1] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), @@ -84966,7 +84975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2775), [sym_this] = ACTIONS(2775), }, - [285] = { + [STATE(285)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_include_token1] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), @@ -85106,7 +85115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2779), [sym_this] = ACTIONS(2779), }, - [286] = { + [STATE(286)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_include_token1] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), @@ -85246,7 +85255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2783), [sym_this] = ACTIONS(2783), }, - [287] = { + [STATE(287)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_include_token1] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), @@ -85386,7 +85395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2787), [sym_this] = ACTIONS(2787), }, - [288] = { + [STATE(288)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_include_token1] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), @@ -85526,7 +85535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2791), [sym_this] = ACTIONS(2791), }, - [289] = { + [STATE(289)] = { [ts_builtin_sym_end] = ACTIONS(2629), [sym_identifier] = ACTIONS(2627), [aux_sym_preproc_include_token1] = ACTIONS(2627), @@ -85666,7 +85675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2627), [sym_this] = ACTIONS(2627), }, - [290] = { + [STATE(290)] = { [sym_identifier] = ACTIONS(2795), [aux_sym_preproc_include_token1] = ACTIONS(2795), [aux_sym_preproc_def_token1] = ACTIONS(2795), @@ -85806,7 +85815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2795), [sym_this] = ACTIONS(2795), }, - [291] = { + [STATE(291)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_include_token1] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), @@ -85946,7 +85955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2799), [sym_this] = ACTIONS(2799), }, - [292] = { + [STATE(292)] = { [sym_identifier] = ACTIONS(2803), [aux_sym_preproc_include_token1] = ACTIONS(2803), [aux_sym_preproc_def_token1] = ACTIONS(2803), @@ -86086,7 +86095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2803), [sym_this] = ACTIONS(2803), }, - [293] = { + [STATE(293)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_include_token1] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), @@ -86226,7 +86235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2807), [sym_this] = ACTIONS(2807), }, - [294] = { + [STATE(294)] = { [sym_identifier] = ACTIONS(2811), [aux_sym_preproc_include_token1] = ACTIONS(2811), [aux_sym_preproc_def_token1] = ACTIONS(2811), @@ -86366,7 +86375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2811), [sym_this] = ACTIONS(2811), }, - [295] = { + [STATE(295)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_include_token1] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), @@ -86506,7 +86515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2815), [sym_this] = ACTIONS(2815), }, - [296] = { + [STATE(296)] = { [sym_identifier] = ACTIONS(2819), [aux_sym_preproc_include_token1] = ACTIONS(2819), [aux_sym_preproc_def_token1] = ACTIONS(2819), @@ -86646,7 +86655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2819), [sym_this] = ACTIONS(2819), }, - [297] = { + [STATE(297)] = { [ts_builtin_sym_end] = ACTIONS(2693), [sym_identifier] = ACTIONS(2691), [aux_sym_preproc_include_token1] = ACTIONS(2691), @@ -86786,7 +86795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2691), [sym_this] = ACTIONS(2691), }, - [298] = { + [STATE(298)] = { [ts_builtin_sym_end] = ACTIONS(2697), [sym_identifier] = ACTIONS(2695), [aux_sym_preproc_include_token1] = ACTIONS(2695), @@ -86926,7 +86935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2695), [sym_this] = ACTIONS(2695), }, - [299] = { + [STATE(299)] = { [ts_builtin_sym_end] = ACTIONS(2705), [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), @@ -87066,7 +87075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [300] = { + [STATE(300)] = { [ts_builtin_sym_end] = ACTIONS(2705), [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), @@ -87206,7 +87215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [301] = { + [STATE(301)] = { [sym_identifier] = ACTIONS(2823), [aux_sym_preproc_include_token1] = ACTIONS(2823), [aux_sym_preproc_def_token1] = ACTIONS(2823), @@ -87346,7 +87355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2823), [sym_this] = ACTIONS(2823), }, - [302] = { + [STATE(302)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_include_token1] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), @@ -87486,7 +87495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2827), [sym_this] = ACTIONS(2827), }, - [303] = { + [STATE(303)] = { [sym_identifier] = ACTIONS(2831), [aux_sym_preproc_include_token1] = ACTIONS(2831), [aux_sym_preproc_def_token1] = ACTIONS(2831), @@ -87626,7 +87635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2831), [sym_this] = ACTIONS(2831), }, - [304] = { + [STATE(304)] = { [sym_identifier] = ACTIONS(2835), [aux_sym_preproc_include_token1] = ACTIONS(2835), [aux_sym_preproc_def_token1] = ACTIONS(2835), @@ -87766,7 +87775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2835), [sym_this] = ACTIONS(2835), }, - [305] = { + [STATE(305)] = { [sym_identifier] = ACTIONS(2839), [aux_sym_preproc_include_token1] = ACTIONS(2839), [aux_sym_preproc_def_token1] = ACTIONS(2839), @@ -87906,7 +87915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2839), [sym_this] = ACTIONS(2839), }, - [306] = { + [STATE(306)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -88046,7 +88055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [307] = { + [STATE(307)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -88186,7 +88195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [308] = { + [STATE(308)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_include_token1] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), @@ -88326,7 +88335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2847), [sym_this] = ACTIONS(2847), }, - [309] = { + [STATE(309)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_include_token1] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), @@ -88466,7 +88475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2851), [sym_this] = ACTIONS(2851), }, - [310] = { + [STATE(310)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_include_token1] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), @@ -88606,7 +88615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2855), [sym_this] = ACTIONS(2855), }, - [311] = { + [STATE(311)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_include_token1] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), @@ -88746,7 +88755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2859), [sym_this] = ACTIONS(2859), }, - [312] = { + [STATE(312)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_include_token1] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), @@ -88886,7 +88895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2863), [sym_this] = ACTIONS(2863), }, - [313] = { + [STATE(313)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_include_token1] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), @@ -89026,7 +89035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2867), [sym_this] = ACTIONS(2867), }, - [314] = { + [STATE(314)] = { [sym_identifier] = ACTIONS(2871), [aux_sym_preproc_include_token1] = ACTIONS(2871), [aux_sym_preproc_def_token1] = ACTIONS(2871), @@ -89166,7 +89175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2871), [sym_this] = ACTIONS(2871), }, - [315] = { + [STATE(315)] = { [sym_identifier] = ACTIONS(2875), [aux_sym_preproc_include_token1] = ACTIONS(2875), [aux_sym_preproc_def_token1] = ACTIONS(2875), @@ -89306,7 +89315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2875), [sym_this] = ACTIONS(2875), }, - [316] = { + [STATE(316)] = { [sym_identifier] = ACTIONS(2879), [aux_sym_preproc_include_token1] = ACTIONS(2879), [aux_sym_preproc_def_token1] = ACTIONS(2879), @@ -89446,7 +89455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2879), [sym_this] = ACTIONS(2879), }, - [317] = { + [STATE(317)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), @@ -89586,7 +89595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, - [318] = { + [STATE(318)] = { [sym_identifier] = ACTIONS(2887), [aux_sym_preproc_include_token1] = ACTIONS(2887), [aux_sym_preproc_def_token1] = ACTIONS(2887), @@ -89726,7 +89735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2887), [sym_this] = ACTIONS(2887), }, - [319] = { + [STATE(319)] = { [sym_identifier] = ACTIONS(2891), [aux_sym_preproc_include_token1] = ACTIONS(2891), [aux_sym_preproc_def_token1] = ACTIONS(2891), @@ -89866,7 +89875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2891), [sym_this] = ACTIONS(2891), }, - [320] = { + [STATE(320)] = { [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), @@ -90006,7 +90015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, - [321] = { + [STATE(321)] = { [sym_identifier] = ACTIONS(2899), [aux_sym_preproc_include_token1] = ACTIONS(2899), [aux_sym_preproc_def_token1] = ACTIONS(2899), @@ -90146,7 +90155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2899), [sym_this] = ACTIONS(2899), }, - [322] = { + [STATE(322)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_include_token1] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), @@ -90286,7 +90295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2903), [sym_this] = ACTIONS(2903), }, - [323] = { + [STATE(323)] = { [ts_builtin_sym_end] = ACTIONS(2713), [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_include_token1] = ACTIONS(2711), @@ -90426,7 +90435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2711), [sym_this] = ACTIONS(2711), }, - [324] = { + [STATE(324)] = { [sym_identifier] = ACTIONS(2907), [aux_sym_preproc_include_token1] = ACTIONS(2907), [aux_sym_preproc_def_token1] = ACTIONS(2907), @@ -90566,7 +90575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2907), [sym_this] = ACTIONS(2907), }, - [325] = { + [STATE(325)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -90706,7 +90715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [326] = { + [STATE(326)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -90846,7 +90855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [327] = { + [STATE(327)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -90986,7 +90995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [328] = { + [STATE(328)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -91126,7 +91135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [329] = { + [STATE(329)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_include_token1] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), @@ -91266,7 +91275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2919), [sym_this] = ACTIONS(2919), }, - [330] = { + [STATE(330)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_include_token1] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), @@ -91406,7 +91415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2923), [sym_this] = ACTIONS(2923), }, - [331] = { + [STATE(331)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_include_token1] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), @@ -91546,7 +91555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2927), [sym_this] = ACTIONS(2927), }, - [332] = { + [STATE(332)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_include_token1] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), @@ -91686,7 +91695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2931), [sym_this] = ACTIONS(2931), }, - [333] = { + [STATE(333)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_include_token1] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), @@ -91826,7 +91835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2935), [sym_this] = ACTIONS(2935), }, - [334] = { + [STATE(334)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_include_token1] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), @@ -91966,7 +91975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2939), [sym_this] = ACTIONS(2939), }, - [335] = { + [STATE(335)] = { [sym_identifier] = ACTIONS(2943), [aux_sym_preproc_include_token1] = ACTIONS(2943), [aux_sym_preproc_def_token1] = ACTIONS(2943), @@ -92106,7 +92115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2943), [sym_this] = ACTIONS(2943), }, - [336] = { + [STATE(336)] = { [sym_identifier] = ACTIONS(2947), [aux_sym_preproc_include_token1] = ACTIONS(2947), [aux_sym_preproc_def_token1] = ACTIONS(2947), @@ -92246,7 +92255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2947), [sym_this] = ACTIONS(2947), }, - [337] = { + [STATE(337)] = { [sym_identifier] = ACTIONS(2951), [aux_sym_preproc_include_token1] = ACTIONS(2951), [aux_sym_preproc_def_token1] = ACTIONS(2951), @@ -92386,7 +92395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2951), [sym_this] = ACTIONS(2951), }, - [338] = { + [STATE(338)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_include_token1] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), @@ -92526,7 +92535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2955), [sym_this] = ACTIONS(2955), }, - [339] = { + [STATE(339)] = { [sym_preproc_def] = STATE(379), [sym_preproc_function_def] = STATE(379), [sym_preproc_call] = STATE(379), @@ -92666,7 +92675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [340] = { + [STATE(340)] = { [sym_identifier] = ACTIONS(3019), [aux_sym_preproc_include_token1] = ACTIONS(3019), [aux_sym_preproc_def_token1] = ACTIONS(3019), @@ -92806,7 +92815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3019), [sym_this] = ACTIONS(3019), }, - [341] = { + [STATE(341)] = { [sym_identifier] = ACTIONS(3023), [aux_sym_preproc_include_token1] = ACTIONS(3023), [aux_sym_preproc_def_token1] = ACTIONS(3023), @@ -92946,7 +92955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3023), [sym_this] = ACTIONS(3023), }, - [342] = { + [STATE(342)] = { [ts_builtin_sym_end] = ACTIONS(2679), [sym_identifier] = ACTIONS(2677), [aux_sym_preproc_include_token1] = ACTIONS(2677), @@ -93086,7 +93095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2677), [sym_this] = ACTIONS(2677), }, - [343] = { + [STATE(343)] = { [ts_builtin_sym_end] = ACTIONS(2649), [sym_identifier] = ACTIONS(2647), [aux_sym_preproc_include_token1] = ACTIONS(2647), @@ -93226,7 +93235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2647), [sym_this] = ACTIONS(2647), }, - [344] = { + [STATE(344)] = { [ts_builtin_sym_end] = ACTIONS(2729), [sym_identifier] = ACTIONS(2727), [aux_sym_preproc_include_token1] = ACTIONS(2727), @@ -93366,7 +93375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2727), [sym_this] = ACTIONS(2727), }, - [345] = { + [STATE(345)] = { [ts_builtin_sym_end] = ACTIONS(2757), [sym_identifier] = ACTIONS(2755), [aux_sym_preproc_include_token1] = ACTIONS(2755), @@ -93506,7 +93515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2755), [sym_this] = ACTIONS(2755), }, - [346] = { + [STATE(346)] = { [sym_identifier] = ACTIONS(3027), [aux_sym_preproc_include_token1] = ACTIONS(3027), [aux_sym_preproc_def_token1] = ACTIONS(3027), @@ -93646,7 +93655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3027), [sym_this] = ACTIONS(3027), }, - [347] = { + [STATE(347)] = { [sym_identifier] = ACTIONS(3031), [aux_sym_preproc_include_token1] = ACTIONS(3031), [aux_sym_preproc_def_token1] = ACTIONS(3031), @@ -93786,7 +93795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3031), [sym_this] = ACTIONS(3031), }, - [348] = { + [STATE(348)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_include_token1] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), @@ -93926,7 +93935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3035), [sym_this] = ACTIONS(3035), }, - [349] = { + [STATE(349)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_include_token1] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), @@ -94066,7 +94075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3039), [sym_this] = ACTIONS(3039), }, - [350] = { + [STATE(350)] = { [sym_expression] = STATE(4413), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7997), @@ -94206,7 +94215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [351] = { + [STATE(351)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -94346,7 +94355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [352] = { + [STATE(352)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -94486,7 +94495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [353] = { + [STATE(353)] = { [ts_builtin_sym_end] = ACTIONS(2689), [sym_identifier] = ACTIONS(2687), [aux_sym_preproc_include_token1] = ACTIONS(2687), @@ -94626,7 +94635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2687), [sym_this] = ACTIONS(2687), }, - [354] = { + [STATE(354)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_include_token1] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), @@ -94766,7 +94775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3067), [sym_this] = ACTIONS(3067), }, - [355] = { + [STATE(355)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_include_token1] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), @@ -94906,7 +94915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3071), [sym_this] = ACTIONS(3071), }, - [356] = { + [STATE(356)] = { [sym_identifier] = ACTIONS(3075), [aux_sym_preproc_include_token1] = ACTIONS(3075), [aux_sym_preproc_def_token1] = ACTIONS(3075), @@ -95046,7 +95055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3075), [sym_this] = ACTIONS(3075), }, - [357] = { + [STATE(357)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_include_token1] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), @@ -95186,7 +95195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3079), [sym_this] = ACTIONS(3079), }, - [358] = { + [STATE(358)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_include_token1] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), @@ -95326,7 +95335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3083), [sym_this] = ACTIONS(3083), }, - [359] = { + [STATE(359)] = { [sym_catch_clause] = STATE(362), [aux_sym_constructor_try_statement_repeat1] = STATE(362), [sym_identifier] = ACTIONS(2483), @@ -95466,7 +95475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2483), [sym_this] = ACTIONS(2483), }, - [360] = { + [STATE(360)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_include_token1] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), @@ -95606,7 +95615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3089), [sym_this] = ACTIONS(3089), }, - [361] = { + [STATE(361)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_include_token1] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), @@ -95746,7 +95755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3093), [sym_this] = ACTIONS(3093), }, - [362] = { + [STATE(362)] = { [sym_catch_clause] = STATE(362), [aux_sym_constructor_try_statement_repeat1] = STATE(362), [sym_identifier] = ACTIONS(2476), @@ -95886,7 +95895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2476), [sym_this] = ACTIONS(2476), }, - [363] = { + [STATE(363)] = { [sym_identifier] = ACTIONS(3100), [aux_sym_preproc_include_token1] = ACTIONS(3100), [aux_sym_preproc_def_token1] = ACTIONS(3100), @@ -96026,7 +96035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3100), [sym_this] = ACTIONS(3100), }, - [364] = { + [STATE(364)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_include_token1] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), @@ -96166,7 +96175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3104), [sym_this] = ACTIONS(3104), }, - [365] = { + [STATE(365)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_include_token1] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), @@ -96306,7 +96315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3108), [sym_this] = ACTIONS(3108), }, - [366] = { + [STATE(366)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_include_token1] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), @@ -96446,7 +96455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3112), [sym_this] = ACTIONS(3112), }, - [367] = { + [STATE(367)] = { [ts_builtin_sym_end] = ACTIONS(2761), [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_include_token1] = ACTIONS(2759), @@ -96586,7 +96595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2759), [sym_this] = ACTIONS(2759), }, - [368] = { + [STATE(368)] = { [ts_builtin_sym_end] = ACTIONS(2769), [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), @@ -96726,7 +96735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [369] = { + [STATE(369)] = { [ts_builtin_sym_end] = ACTIONS(2769), [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), @@ -96866,7 +96875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [370] = { + [STATE(370)] = { [sym_catch_clause] = STATE(231), [aux_sym_constructor_try_statement_repeat1] = STATE(231), [ts_builtin_sym_end] = ACTIONS(2549), @@ -97006,7 +97015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2547), [sym_this] = ACTIONS(2547), }, - [371] = { + [STATE(371)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -97146,7 +97155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [372] = { + [STATE(372)] = { [ts_builtin_sym_end] = ACTIONS(2701), [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_include_token1] = ACTIONS(2699), @@ -97286,7 +97295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2699), [sym_this] = ACTIONS(2699), }, - [373] = { + [STATE(373)] = { [ts_builtin_sym_end] = ACTIONS(2641), [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_include_token1] = ACTIONS(2639), @@ -97426,7 +97435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2639), [sym_this] = ACTIONS(2639), }, - [374] = { + [STATE(374)] = { [sym_preproc_def] = STATE(376), [sym_preproc_function_def] = STATE(376), [sym_preproc_call] = STATE(376), @@ -97566,7 +97575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [375] = { + [STATE(375)] = { [sym_preproc_def] = STATE(377), [sym_preproc_function_def] = STATE(377), [sym_preproc_call] = STATE(377), @@ -97706,7 +97715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [376] = { + [STATE(376)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -97846,7 +97855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [377] = { + [STATE(377)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -97986,7 +97995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [378] = { + [STATE(378)] = { [sym_preproc_def] = STATE(394), [sym_preproc_function_def] = STATE(394), [sym_preproc_call] = STATE(394), @@ -98126,7 +98135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [379] = { + [STATE(379)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -98266,7 +98275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [380] = { + [STATE(380)] = { [ts_builtin_sym_end] = ACTIONS(2667), [sym_identifier] = ACTIONS(2665), [aux_sym_preproc_include_token1] = ACTIONS(2665), @@ -98406,7 +98415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2665), [sym_this] = ACTIONS(2665), }, - [381] = { + [STATE(381)] = { [ts_builtin_sym_end] = ACTIONS(2671), [sym_identifier] = ACTIONS(2669), [aux_sym_preproc_include_token1] = ACTIONS(2669), @@ -98546,7 +98555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2669), [sym_this] = ACTIONS(2669), }, - [382] = { + [STATE(382)] = { [ts_builtin_sym_end] = ACTIONS(2725), [sym_identifier] = ACTIONS(2723), [aux_sym_preproc_include_token1] = ACTIONS(2723), @@ -98686,7 +98695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2723), [sym_this] = ACTIONS(2723), }, - [383] = { + [STATE(383)] = { [ts_builtin_sym_end] = ACTIONS(2633), [sym_identifier] = ACTIONS(2631), [aux_sym_preproc_include_token1] = ACTIONS(2631), @@ -98826,7 +98835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2631), [sym_this] = ACTIONS(2631), }, - [384] = { + [STATE(384)] = { [ts_builtin_sym_end] = ACTIONS(2637), [sym_identifier] = ACTIONS(2635), [aux_sym_preproc_include_token1] = ACTIONS(2635), @@ -98966,7 +98975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2635), [sym_this] = ACTIONS(2635), }, - [385] = { + [STATE(385)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -99106,7 +99115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [386] = { + [STATE(386)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -99246,7 +99255,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [387] = { + [STATE(387)] = { [ts_builtin_sym_end] = ACTIONS(2645), [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_include_token1] = ACTIONS(2643), @@ -99386,7 +99395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2643), [sym_this] = ACTIONS(2643), }, - [388] = { + [STATE(388)] = { [sym_catch_clause] = STATE(231), [aux_sym_constructor_try_statement_repeat1] = STATE(231), [ts_builtin_sym_end] = ACTIONS(2592), @@ -99526,7 +99535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2590), [sym_this] = ACTIONS(2590), }, - [389] = { + [STATE(389)] = { [sym_preproc_def] = STATE(392), [sym_preproc_function_def] = STATE(392), [sym_preproc_call] = STATE(392), @@ -99666,7 +99675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [390] = { + [STATE(390)] = { [ts_builtin_sym_end] = ACTIONS(2653), [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_include_token1] = ACTIONS(2651), @@ -99806,7 +99815,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2651), [sym_this] = ACTIONS(2651), }, - [391] = { + [STATE(391)] = { [sym_preproc_def] = STATE(393), [sym_preproc_function_def] = STATE(393), [sym_preproc_call] = STATE(393), @@ -99946,7 +99955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [392] = { + [STATE(392)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -100086,7 +100095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [393] = { + [STATE(393)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -100226,7 +100235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [394] = { + [STATE(394)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -100366,7 +100375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [395] = { + [STATE(395)] = { [sym_preproc_def] = STATE(397), [sym_preproc_function_def] = STATE(397), [sym_preproc_call] = STATE(397), @@ -100506,7 +100515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [396] = { + [STATE(396)] = { [sym_preproc_def] = STATE(398), [sym_preproc_function_def] = STATE(398), [sym_preproc_call] = STATE(398), @@ -100646,7 +100655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [397] = { + [STATE(397)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -100786,7 +100795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [398] = { + [STATE(398)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -100926,7 +100935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3017), }, - [399] = { + [STATE(399)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -101066,7 +101075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [400] = { + [STATE(400)] = { [ts_builtin_sym_end] = ACTIONS(2745), [sym_identifier] = ACTIONS(2743), [aux_sym_preproc_include_token1] = ACTIONS(2743), @@ -101206,7 +101215,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2743), [sym_this] = ACTIONS(2743), }, - [401] = { + [STATE(401)] = { [ts_builtin_sym_end] = ACTIONS(2765), [sym_identifier] = ACTIONS(2763), [aux_sym_preproc_include_token1] = ACTIONS(2763), @@ -101346,7 +101355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2763), [sym_this] = ACTIONS(2763), }, - [402] = { + [STATE(402)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -101486,7 +101495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [403] = { + [STATE(403)] = { [ts_builtin_sym_end] = ACTIONS(2675), [sym_identifier] = ACTIONS(2673), [aux_sym_preproc_include_token1] = ACTIONS(2673), @@ -101626,7 +101635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2673), [sym_this] = ACTIONS(2673), }, - [404] = { + [STATE(404)] = { [ts_builtin_sym_end] = ACTIONS(2733), [sym_identifier] = ACTIONS(2731), [aux_sym_preproc_include_token1] = ACTIONS(2731), @@ -101766,7 +101775,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2731), [sym_this] = ACTIONS(2731), }, - [405] = { + [STATE(405)] = { [ts_builtin_sym_end] = ACTIONS(2717), [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), @@ -101906,7 +101915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, - [406] = { + [STATE(406)] = { [ts_builtin_sym_end] = ACTIONS(2709), [sym_identifier] = ACTIONS(2707), [aux_sym_preproc_include_token1] = ACTIONS(2707), @@ -102046,7 +102055,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2707), [sym_this] = ACTIONS(2707), }, - [407] = { + [STATE(407)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -102186,7 +102195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [408] = { + [STATE(408)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -102326,7 +102335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [409] = { + [STATE(409)] = { [sym_catch_clause] = STATE(425), [aux_sym_constructor_try_statement_repeat1] = STATE(425), [sym_identifier] = ACTIONS(2483), @@ -102466,7 +102475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2483), [sym_this] = ACTIONS(2483), }, - [410] = { + [STATE(410)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -102606,7 +102615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [411] = { + [STATE(411)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -102746,7 +102755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [412] = { + [STATE(412)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -102886,7 +102895,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [413] = { + [STATE(413)] = { [ts_builtin_sym_end] = ACTIONS(2721), [sym_identifier] = ACTIONS(2719), [aux_sym_preproc_include_token1] = ACTIONS(2719), @@ -103026,7 +103035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2719), [sym_this] = ACTIONS(2719), }, - [414] = { + [STATE(414)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -103166,7 +103175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [415] = { + [STATE(415)] = { [ts_builtin_sym_end] = ACTIONS(2741), [sym_identifier] = ACTIONS(2739), [aux_sym_preproc_include_token1] = ACTIONS(2739), @@ -103306,7 +103315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2739), [sym_this] = ACTIONS(2739), }, - [416] = { + [STATE(416)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -103446,7 +103455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [417] = { + [STATE(417)] = { [sym_expression] = STATE(4553), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8659), @@ -103586,7 +103595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [418] = { + [STATE(418)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -103726,7 +103735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [419] = { + [STATE(419)] = { [sym_expression] = STATE(4559), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8670), @@ -103866,7 +103875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [420] = { + [STATE(420)] = { [ts_builtin_sym_end] = ACTIONS(2749), [sym_identifier] = ACTIONS(2747), [aux_sym_preproc_include_token1] = ACTIONS(2747), @@ -104006,7 +104015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2747), [sym_this] = ACTIONS(2747), }, - [421] = { + [STATE(421)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -104146,7 +104155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [422] = { + [STATE(422)] = { [ts_builtin_sym_end] = ACTIONS(2753), [sym_identifier] = ACTIONS(2751), [aux_sym_preproc_include_token1] = ACTIONS(2751), @@ -104286,7 +104295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2751), [sym_this] = ACTIONS(2751), }, - [423] = { + [STATE(423)] = { [ts_builtin_sym_end] = ACTIONS(2683), [sym_identifier] = ACTIONS(2681), [aux_sym_preproc_include_token1] = ACTIONS(2681), @@ -104426,7 +104435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2681), [sym_this] = ACTIONS(2681), }, - [424] = { + [STATE(424)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -104566,7 +104575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [425] = { + [STATE(425)] = { [sym_catch_clause] = STATE(425), [aux_sym_constructor_try_statement_repeat1] = STATE(425), [sym_identifier] = ACTIONS(2476), @@ -104706,7 +104715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2476), [sym_this] = ACTIONS(2476), }, - [426] = { + [STATE(426)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -104846,7 +104855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [427] = { + [STATE(427)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -104986,7 +104995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [428] = { + [STATE(428)] = { [ts_builtin_sym_end] = ACTIONS(2661), [sym_identifier] = ACTIONS(2659), [aux_sym_preproc_include_token1] = ACTIONS(2659), @@ -105126,7 +105135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2659), [sym_this] = ACTIONS(2659), }, - [429] = { + [STATE(429)] = { [ts_builtin_sym_end] = ACTIONS(2657), [sym_identifier] = ACTIONS(2655), [aux_sym_preproc_include_token1] = ACTIONS(2655), @@ -105266,7 +105275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2655), [sym_this] = ACTIONS(2655), }, - [430] = { + [STATE(430)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), @@ -105406,7 +105415,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, - [431] = { + [STATE(431)] = { [ts_builtin_sym_end] = ACTIONS(2737), [sym_identifier] = ACTIONS(2735), [aux_sym_preproc_include_token1] = ACTIONS(2735), @@ -105546,7 +105555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2735), [sym_this] = ACTIONS(2735), }, - [432] = { + [STATE(432)] = { [sym_identifier] = ACTIONS(3313), [aux_sym_preproc_include_token1] = ACTIONS(3313), [aux_sym_preproc_def_token1] = ACTIONS(3313), @@ -105686,7 +105695,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3313), [sym_this] = ACTIONS(3313), }, - [433] = { + [STATE(433)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_include_token1] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), @@ -105826,7 +105835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3319), [sym_this] = ACTIONS(3319), }, - [434] = { + [STATE(434)] = { [ts_builtin_sym_end] = ACTIONS(2809), [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_include_token1] = ACTIONS(2807), @@ -105965,7 +105974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2807), [sym_this] = ACTIONS(2807), }, - [435] = { + [STATE(435)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -106104,7 +106113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [436] = { + [STATE(436)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -106243,7 +106252,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [437] = { + [STATE(437)] = { [ts_builtin_sym_end] = ACTIONS(3311), [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), @@ -106382,7 +106391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, - [438] = { + [STATE(438)] = { [sym_catch_clause] = STATE(362), [aux_sym_constructor_try_statement_repeat1] = STATE(362), [sym_identifier] = ACTIONS(2547), @@ -106521,7 +106530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2547), [sym_this] = ACTIONS(2547), }, - [439] = { + [STATE(439)] = { [sym_catch_clause] = STATE(362), [aux_sym_constructor_try_statement_repeat1] = STATE(362), [sym_identifier] = ACTIONS(2590), @@ -106660,7 +106669,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2590), [sym_this] = ACTIONS(2590), }, - [440] = { + [STATE(440)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(2954), @@ -106799,7 +106808,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [441] = { + [STATE(441)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(2954), @@ -106938,7 +106947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [442] = { + [STATE(442)] = { [ts_builtin_sym_end] = ACTIONS(1938), [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), @@ -107077,7 +107086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [443] = { + [STATE(443)] = { [sym_type_qualifier] = STATE(3910), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4737), @@ -107216,7 +107225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [444] = { + [STATE(444)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -107355,7 +107364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [445] = { + [STATE(445)] = { [sym_catch_clause] = STATE(425), [aux_sym_constructor_try_statement_repeat1] = STATE(425), [sym_identifier] = ACTIONS(2547), @@ -107494,7 +107503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2547), [sym_this] = ACTIONS(2547), }, - [446] = { + [STATE(446)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -107633,7 +107642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [447] = { + [STATE(447)] = { [sym_catch_clause] = STATE(425), [aux_sym_constructor_try_statement_repeat1] = STATE(425), [sym_identifier] = ACTIONS(2590), @@ -107772,7 +107781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2590), [sym_this] = ACTIONS(2590), }, - [448] = { + [STATE(448)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -107911,7 +107920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [449] = { + [STATE(449)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -108050,7 +108059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [450] = { + [STATE(450)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_include_token1] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), @@ -108188,7 +108197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2619), [sym_this] = ACTIONS(2619), }, - [451] = { + [STATE(451)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -108326,7 +108335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [452] = { + [STATE(452)] = { [sym_expression] = STATE(3647), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -108464,7 +108473,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [453] = { + [STATE(453)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -108602,7 +108611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [454] = { + [STATE(454)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_include_token1] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), @@ -108740,7 +108749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1936), [sym_this] = ACTIONS(1936), }, - [455] = { + [STATE(455)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -108878,7 +108887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [456] = { + [STATE(456)] = { [sym_else_clause] = STATE(596), [sym_identifier] = ACTIONS(2623), [aux_sym_preproc_include_token1] = ACTIONS(2623), @@ -109016,7 +109025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2623), [sym_this] = ACTIONS(2623), }, - [457] = { + [STATE(457)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_include_token1] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), @@ -109154,7 +109163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1936), [sym_this] = ACTIONS(1936), }, - [458] = { + [STATE(458)] = { [sym_else_clause] = STATE(591), [sym_identifier] = ACTIONS(2623), [aux_sym_preproc_include_token1] = ACTIONS(2623), @@ -109292,7 +109301,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2623), [sym_this] = ACTIONS(2623), }, - [459] = { + [STATE(459)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -109430,7 +109439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [460] = { + [STATE(460)] = { [sym_else_clause] = STATE(613), [sym_identifier] = ACTIONS(2613), [aux_sym_preproc_include_token1] = ACTIONS(2613), @@ -109568,7 +109577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2613), [sym_this] = ACTIONS(2613), }, - [461] = { + [STATE(461)] = { [sym_else_clause] = STATE(610), [sym_identifier] = ACTIONS(2613), [aux_sym_preproc_include_token1] = ACTIONS(2613), @@ -109706,7 +109715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2613), [sym_this] = ACTIONS(2613), }, - [462] = { + [STATE(462)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -109844,7 +109853,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [463] = { + [STATE(463)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -109982,7 +109991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [464] = { + [STATE(464)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110120,7 +110129,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [465] = { + [STATE(465)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110258,7 +110267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [466] = { + [STATE(466)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110396,7 +110405,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [467] = { + [STATE(467)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110534,7 +110543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [468] = { + [STATE(468)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110672,7 +110681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [469] = { + [STATE(469)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110810,7 +110819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [470] = { + [STATE(470)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -110948,7 +110957,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [471] = { + [STATE(471)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -111086,7 +111095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [472] = { + [STATE(472)] = { [sym_type_qualifier] = STATE(3904), [sym_alignas_qualifier] = STATE(1658), [sym_type_specifier] = STATE(4455), @@ -111224,7 +111233,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [473] = { + [STATE(473)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_include_token1] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), @@ -111362,7 +111371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2619), [sym_this] = ACTIONS(2619), }, - [474] = { + [STATE(474)] = { [sym_identifier] = ACTIONS(2739), [aux_sym_preproc_include_token1] = ACTIONS(2739), [aux_sym_preproc_def_token1] = ACTIONS(2739), @@ -111499,7 +111508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2739), [sym_this] = ACTIONS(2739), }, - [475] = { + [STATE(475)] = { [ts_builtin_sym_end] = ACTIONS(2929), [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_include_token1] = ACTIONS(2927), @@ -111636,7 +111645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2927), [sym_this] = ACTIONS(2927), }, - [476] = { + [STATE(476)] = { [ts_builtin_sym_end] = ACTIONS(2793), [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_include_token1] = ACTIONS(2791), @@ -111773,7 +111782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2791), [sym_this] = ACTIONS(2791), }, - [477] = { + [STATE(477)] = { [ts_builtin_sym_end] = ACTIONS(2877), [sym_identifier] = ACTIONS(2875), [aux_sym_preproc_include_token1] = ACTIONS(2875), @@ -111910,7 +111919,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2875), [sym_this] = ACTIONS(2875), }, - [478] = { + [STATE(478)] = { [ts_builtin_sym_end] = ACTIONS(2933), [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_include_token1] = ACTIONS(2931), @@ -112047,7 +112056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2931), [sym_this] = ACTIONS(2931), }, - [479] = { + [STATE(479)] = { [ts_builtin_sym_end] = ACTIONS(2937), [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_include_token1] = ACTIONS(2935), @@ -112184,7 +112193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2935), [sym_this] = ACTIONS(2935), }, - [480] = { + [STATE(480)] = { [ts_builtin_sym_end] = ACTIONS(2941), [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_include_token1] = ACTIONS(2939), @@ -112321,7 +112330,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2939), [sym_this] = ACTIONS(2939), }, - [481] = { + [STATE(481)] = { [ts_builtin_sym_end] = ACTIONS(2945), [sym_identifier] = ACTIONS(2943), [aux_sym_preproc_include_token1] = ACTIONS(2943), @@ -112458,7 +112467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2943), [sym_this] = ACTIONS(2943), }, - [482] = { + [STATE(482)] = { [ts_builtin_sym_end] = ACTIONS(2949), [sym_identifier] = ACTIONS(2947), [aux_sym_preproc_include_token1] = ACTIONS(2947), @@ -112595,7 +112604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2947), [sym_this] = ACTIONS(2947), }, - [483] = { + [STATE(483)] = { [ts_builtin_sym_end] = ACTIONS(3371), [sym_identifier] = ACTIONS(3373), [aux_sym_preproc_include_token1] = ACTIONS(3373), @@ -112732,7 +112741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3373), [sym_this] = ACTIONS(3373), }, - [484] = { + [STATE(484)] = { [ts_builtin_sym_end] = ACTIONS(2813), [sym_identifier] = ACTIONS(2811), [aux_sym_preproc_include_token1] = ACTIONS(2811), @@ -112869,7 +112878,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2811), [sym_this] = ACTIONS(2811), }, - [485] = { + [STATE(485)] = { [ts_builtin_sym_end] = ACTIONS(2953), [sym_identifier] = ACTIONS(2951), [aux_sym_preproc_include_token1] = ACTIONS(2951), @@ -113006,7 +113015,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2951), [sym_this] = ACTIONS(2951), }, - [486] = { + [STATE(486)] = { [ts_builtin_sym_end] = ACTIONS(2881), [sym_identifier] = ACTIONS(2879), [aux_sym_preproc_include_token1] = ACTIONS(2879), @@ -113143,7 +113152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2879), [sym_this] = ACTIONS(2879), }, - [487] = { + [STATE(487)] = { [ts_builtin_sym_end] = ACTIONS(2865), [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_include_token1] = ACTIONS(2863), @@ -113280,7 +113289,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2863), [sym_this] = ACTIONS(2863), }, - [488] = { + [STATE(488)] = { [sym_identifier] = ACTIONS(2743), [aux_sym_preproc_include_token1] = ACTIONS(2743), [aux_sym_preproc_def_token1] = ACTIONS(2743), @@ -113417,7 +113426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2743), [sym_this] = ACTIONS(2743), }, - [489] = { + [STATE(489)] = { [ts_builtin_sym_end] = ACTIONS(2957), [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_include_token1] = ACTIONS(2955), @@ -113554,7 +113563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2955), [sym_this] = ACTIONS(2955), }, - [490] = { + [STATE(490)] = { [ts_builtin_sym_end] = ACTIONS(2817), [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_include_token1] = ACTIONS(2815), @@ -113691,7 +113700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2815), [sym_this] = ACTIONS(2815), }, - [491] = { + [STATE(491)] = { [sym_identifier] = ACTIONS(2659), [aux_sym_preproc_include_token1] = ACTIONS(2659), [aux_sym_preproc_def_token1] = ACTIONS(2659), @@ -113828,7 +113837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2659), [sym_this] = ACTIONS(2659), }, - [492] = { + [STATE(492)] = { [ts_builtin_sym_end] = ACTIONS(2797), [sym_identifier] = ACTIONS(2795), [aux_sym_preproc_include_token1] = ACTIONS(2795), @@ -113965,7 +113974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2795), [sym_this] = ACTIONS(2795), }, - [493] = { + [STATE(493)] = { [ts_builtin_sym_end] = ACTIONS(2801), [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_include_token1] = ACTIONS(2799), @@ -114102,7 +114111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2799), [sym_this] = ACTIONS(2799), }, - [494] = { + [STATE(494)] = { [ts_builtin_sym_end] = ACTIONS(2841), [sym_identifier] = ACTIONS(2839), [aux_sym_preproc_include_token1] = ACTIONS(2839), @@ -114239,7 +114248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2839), [sym_this] = ACTIONS(2839), }, - [495] = { + [STATE(495)] = { [ts_builtin_sym_end] = ACTIONS(3021), [sym_identifier] = ACTIONS(3019), [aux_sym_preproc_include_token1] = ACTIONS(3019), @@ -114376,7 +114385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3019), [sym_this] = ACTIONS(3019), }, - [496] = { + [STATE(496)] = { [ts_builtin_sym_end] = ACTIONS(3025), [sym_identifier] = ACTIONS(3023), [aux_sym_preproc_include_token1] = ACTIONS(3023), @@ -114513,7 +114522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3023), [sym_this] = ACTIONS(3023), }, - [497] = { + [STATE(497)] = { [ts_builtin_sym_end] = ACTIONS(2833), [sym_identifier] = ACTIONS(2831), [aux_sym_preproc_include_token1] = ACTIONS(2831), @@ -114650,7 +114659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2831), [sym_this] = ACTIONS(2831), }, - [498] = { + [STATE(498)] = { [ts_builtin_sym_end] = ACTIONS(2849), [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_include_token1] = ACTIONS(2847), @@ -114787,7 +114796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2847), [sym_this] = ACTIONS(2847), }, - [499] = { + [STATE(499)] = { [ts_builtin_sym_end] = ACTIONS(3375), [sym_identifier] = ACTIONS(3377), [aux_sym_preproc_include_token1] = ACTIONS(3377), @@ -114924,7 +114933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3377), [sym_this] = ACTIONS(3377), }, - [500] = { + [STATE(500)] = { [ts_builtin_sym_end] = ACTIONS(2885), [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), @@ -115061,7 +115070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, - [501] = { + [STATE(501)] = { [ts_builtin_sym_end] = ACTIONS(2901), [sym_identifier] = ACTIONS(2899), [aux_sym_preproc_include_token1] = ACTIONS(2899), @@ -115198,7 +115207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2899), [sym_this] = ACTIONS(2899), }, - [502] = { + [STATE(502)] = { [sym_identifier] = ACTIONS(2719), [aux_sym_preproc_include_token1] = ACTIONS(2719), [aux_sym_preproc_def_token1] = ACTIONS(2719), @@ -115335,7 +115344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2719), [sym_this] = ACTIONS(2719), }, - [503] = { + [STATE(503)] = { [ts_builtin_sym_end] = ACTIONS(2853), [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_include_token1] = ACTIONS(2851), @@ -115472,7 +115481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2851), [sym_this] = ACTIONS(2851), }, - [504] = { + [STATE(504)] = { [ts_builtin_sym_end] = ACTIONS(3379), [sym_identifier] = ACTIONS(3381), [aux_sym_preproc_include_token1] = ACTIONS(3381), @@ -115609,7 +115618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3381), [sym_this] = ACTIONS(3381), }, - [505] = { + [STATE(505)] = { [ts_builtin_sym_end] = ACTIONS(3383), [sym_identifier] = ACTIONS(3385), [aux_sym_preproc_include_token1] = ACTIONS(3385), @@ -115746,7 +115755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3385), [sym_this] = ACTIONS(3385), }, - [506] = { + [STATE(506)] = { [ts_builtin_sym_end] = ACTIONS(3387), [sym_identifier] = ACTIONS(3389), [aux_sym_preproc_include_token1] = ACTIONS(3389), @@ -115883,7 +115892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3389), [sym_this] = ACTIONS(3389), }, - [507] = { + [STATE(507)] = { [ts_builtin_sym_end] = ACTIONS(3391), [sym_identifier] = ACTIONS(3393), [aux_sym_preproc_include_token1] = ACTIONS(3393), @@ -116020,7 +116029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3393), [sym_this] = ACTIONS(3393), }, - [508] = { + [STATE(508)] = { [ts_builtin_sym_end] = ACTIONS(3395), [sym_identifier] = ACTIONS(3397), [aux_sym_preproc_include_token1] = ACTIONS(3397), @@ -116157,7 +116166,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3397), [sym_this] = ACTIONS(3397), }, - [509] = { + [STATE(509)] = { [ts_builtin_sym_end] = ACTIONS(3399), [sym_identifier] = ACTIONS(3401), [aux_sym_preproc_include_token1] = ACTIONS(3401), @@ -116294,7 +116303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3401), [sym_this] = ACTIONS(3401), }, - [510] = { + [STATE(510)] = { [ts_builtin_sym_end] = ACTIONS(2777), [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_include_token1] = ACTIONS(2775), @@ -116431,7 +116440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2775), [sym_this] = ACTIONS(2775), }, - [511] = { + [STATE(511)] = { [ts_builtin_sym_end] = ACTIONS(3029), [sym_identifier] = ACTIONS(3027), [aux_sym_preproc_include_token1] = ACTIONS(3027), @@ -116568,7 +116577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3027), [sym_this] = ACTIONS(3027), }, - [512] = { + [STATE(512)] = { [ts_builtin_sym_end] = ACTIONS(2781), [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_include_token1] = ACTIONS(2779), @@ -116705,7 +116714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2779), [sym_this] = ACTIONS(2779), }, - [513] = { + [STATE(513)] = { [ts_builtin_sym_end] = ACTIONS(3033), [sym_identifier] = ACTIONS(3031), [aux_sym_preproc_include_token1] = ACTIONS(3031), @@ -116842,7 +116851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3031), [sym_this] = ACTIONS(3031), }, - [514] = { + [STATE(514)] = { [ts_builtin_sym_end] = ACTIONS(3037), [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_include_token1] = ACTIONS(3035), @@ -116979,7 +116988,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3035), [sym_this] = ACTIONS(3035), }, - [515] = { + [STATE(515)] = { [ts_builtin_sym_end] = ACTIONS(3041), [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_include_token1] = ACTIONS(3039), @@ -117116,7 +117125,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3039), [sym_this] = ACTIONS(3039), }, - [516] = { + [STATE(516)] = { [ts_builtin_sym_end] = ACTIONS(2837), [sym_identifier] = ACTIONS(2835), [aux_sym_preproc_include_token1] = ACTIONS(2835), @@ -117253,7 +117262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2835), [sym_this] = ACTIONS(2835), }, - [517] = { + [STATE(517)] = { [ts_builtin_sym_end] = ACTIONS(3065), [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), @@ -117390,7 +117399,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [518] = { + [STATE(518)] = { [ts_builtin_sym_end] = ACTIONS(3065), [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), @@ -117527,7 +117536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [519] = { + [STATE(519)] = { [ts_builtin_sym_end] = ACTIONS(2805), [sym_identifier] = ACTIONS(2803), [aux_sym_preproc_include_token1] = ACTIONS(2803), @@ -117664,7 +117673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2803), [sym_this] = ACTIONS(2803), }, - [520] = { + [STATE(520)] = { [ts_builtin_sym_end] = ACTIONS(3069), [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_include_token1] = ACTIONS(3067), @@ -117801,7 +117810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3067), [sym_this] = ACTIONS(3067), }, - [521] = { + [STATE(521)] = { [ts_builtin_sym_end] = ACTIONS(3073), [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_include_token1] = ACTIONS(3071), @@ -117938,7 +117947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3071), [sym_this] = ACTIONS(3071), }, - [522] = { + [STATE(522)] = { [ts_builtin_sym_end] = ACTIONS(3077), [sym_identifier] = ACTIONS(3075), [aux_sym_preproc_include_token1] = ACTIONS(3075), @@ -118075,7 +118084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3075), [sym_this] = ACTIONS(3075), }, - [523] = { + [STATE(523)] = { [ts_builtin_sym_end] = ACTIONS(2857), [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_include_token1] = ACTIONS(2855), @@ -118212,7 +118221,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2855), [sym_this] = ACTIONS(2855), }, - [524] = { + [STATE(524)] = { [sym_identifier] = ACTIONS(2673), [aux_sym_preproc_include_token1] = ACTIONS(2673), [aux_sym_preproc_def_token1] = ACTIONS(2673), @@ -118349,7 +118358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2673), [sym_this] = ACTIONS(2673), }, - [525] = { + [STATE(525)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -118486,7 +118495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [526] = { + [STATE(526)] = { [ts_builtin_sym_end] = ACTIONS(3081), [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_include_token1] = ACTIONS(3079), @@ -118623,7 +118632,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3079), [sym_this] = ACTIONS(3079), }, - [527] = { + [STATE(527)] = { [ts_builtin_sym_end] = ACTIONS(2889), [sym_identifier] = ACTIONS(2887), [aux_sym_preproc_include_token1] = ACTIONS(2887), @@ -118760,7 +118769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2887), [sym_this] = ACTIONS(2887), }, - [528] = { + [STATE(528)] = { [ts_builtin_sym_end] = ACTIONS(3403), [sym_identifier] = ACTIONS(3405), [aux_sym_preproc_include_token1] = ACTIONS(3405), @@ -118897,7 +118906,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3405), [sym_this] = ACTIONS(3405), }, - [529] = { + [STATE(529)] = { [sym_identifier] = ACTIONS(2763), [aux_sym_preproc_include_token1] = ACTIONS(2763), [aux_sym_preproc_def_token1] = ACTIONS(2763), @@ -119034,7 +119043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2763), [sym_this] = ACTIONS(2763), }, - [530] = { + [STATE(530)] = { [sym_identifier] = ACTIONS(2655), [aux_sym_preproc_include_token1] = ACTIONS(2655), [aux_sym_preproc_def_token1] = ACTIONS(2655), @@ -119171,7 +119180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2655), [sym_this] = ACTIONS(2655), }, - [531] = { + [STATE(531)] = { [ts_builtin_sym_end] = ACTIONS(3407), [sym_identifier] = ACTIONS(3409), [aux_sym_preproc_include_token1] = ACTIONS(3409), @@ -119308,7 +119317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3409), [sym_this] = ACTIONS(3409), }, - [532] = { + [STATE(532)] = { [ts_builtin_sym_end] = ACTIONS(3411), [sym_identifier] = ACTIONS(3413), [aux_sym_preproc_include_token1] = ACTIONS(3413), @@ -119445,7 +119454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3413), [sym_this] = ACTIONS(3413), }, - [533] = { + [STATE(533)] = { [ts_builtin_sym_end] = ACTIONS(3415), [sym_identifier] = ACTIONS(3417), [aux_sym_preproc_include_token1] = ACTIONS(3417), @@ -119582,7 +119591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3417), [sym_this] = ACTIONS(3417), }, - [534] = { + [STATE(534)] = { [sym_identifier] = ACTIONS(2677), [aux_sym_preproc_include_token1] = ACTIONS(2677), [aux_sym_preproc_def_token1] = ACTIONS(2677), @@ -119719,7 +119728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2677), [sym_this] = ACTIONS(2677), }, - [535] = { + [STATE(535)] = { [sym_identifier] = ACTIONS(2755), [aux_sym_preproc_include_token1] = ACTIONS(2755), [aux_sym_preproc_def_token1] = ACTIONS(2755), @@ -119856,7 +119865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2755), [sym_this] = ACTIONS(2755), }, - [536] = { + [STATE(536)] = { [ts_builtin_sym_end] = ACTIONS(3085), [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_include_token1] = ACTIONS(3083), @@ -119993,7 +120002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3083), [sym_this] = ACTIONS(3083), }, - [537] = { + [STATE(537)] = { [sym_identifier] = ACTIONS(2687), [aux_sym_preproc_include_token1] = ACTIONS(2687), [aux_sym_preproc_def_token1] = ACTIONS(2687), @@ -120130,7 +120139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2687), [sym_this] = ACTIONS(2687), }, - [538] = { + [STATE(538)] = { [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), @@ -120267,7 +120276,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, - [539] = { + [STATE(539)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -120404,7 +120413,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [540] = { + [STATE(540)] = { [sym_identifier] = ACTIONS(2735), [aux_sym_preproc_include_token1] = ACTIONS(2735), [aux_sym_preproc_def_token1] = ACTIONS(2735), @@ -120541,7 +120550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2735), [sym_this] = ACTIONS(2735), }, - [541] = { + [STATE(541)] = { [sym_identifier] = ACTIONS(2743), [aux_sym_preproc_include_token1] = ACTIONS(2743), [aux_sym_preproc_def_token1] = ACTIONS(2743), @@ -120678,7 +120687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2743), [sym_this] = ACTIONS(2743), }, - [542] = { + [STATE(542)] = { [sym_identifier] = ACTIONS(2647), [aux_sym_preproc_include_token1] = ACTIONS(2647), [aux_sym_preproc_def_token1] = ACTIONS(2647), @@ -120815,7 +120824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2647), [sym_this] = ACTIONS(2647), }, - [543] = { + [STATE(543)] = { [ts_builtin_sym_end] = ACTIONS(3316), [sym_identifier] = ACTIONS(3313), [aux_sym_preproc_include_token1] = ACTIONS(3313), @@ -120952,7 +120961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3313), [sym_this] = ACTIONS(3313), }, - [544] = { + [STATE(544)] = { [sym_identifier] = ACTIONS(2731), [aux_sym_preproc_include_token1] = ACTIONS(2731), [aux_sym_preproc_def_token1] = ACTIONS(2731), @@ -121089,7 +121098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2731), [sym_this] = ACTIONS(2731), }, - [545] = { + [STATE(545)] = { [sym_identifier] = ACTIONS(2763), [aux_sym_preproc_include_token1] = ACTIONS(2763), [aux_sym_preproc_def_token1] = ACTIONS(2763), @@ -121226,7 +121235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2763), [sym_this] = ACTIONS(2763), }, - [546] = { + [STATE(546)] = { [ts_builtin_sym_end] = ACTIONS(3419), [sym_identifier] = ACTIONS(3422), [aux_sym_preproc_include_token1] = ACTIONS(3422), @@ -121363,7 +121372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3422), [sym_this] = ACTIONS(3422), }, - [547] = { + [STATE(547)] = { [ts_builtin_sym_end] = ACTIONS(2821), [sym_identifier] = ACTIONS(2819), [aux_sym_preproc_include_token1] = ACTIONS(2819), @@ -121500,7 +121509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2819), [sym_this] = ACTIONS(2819), }, - [548] = { + [STATE(548)] = { [sym_identifier] = ACTIONS(2677), [aux_sym_preproc_include_token1] = ACTIONS(2677), [aux_sym_preproc_def_token1] = ACTIONS(2677), @@ -121637,7 +121646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2677), [sym_this] = ACTIONS(2677), }, - [549] = { + [STATE(549)] = { [sym_identifier] = ACTIONS(2755), [aux_sym_preproc_include_token1] = ACTIONS(2755), [aux_sym_preproc_def_token1] = ACTIONS(2755), @@ -121774,7 +121783,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2755), [sym_this] = ACTIONS(2755), }, - [550] = { + [STATE(550)] = { [sym_identifier] = ACTIONS(2687), [aux_sym_preproc_include_token1] = ACTIONS(2687), [aux_sym_preproc_def_token1] = ACTIONS(2687), @@ -121911,7 +121920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2687), [sym_this] = ACTIONS(2687), }, - [551] = { + [STATE(551)] = { [ts_builtin_sym_end] = ACTIONS(3425), [sym_identifier] = ACTIONS(3427), [aux_sym_preproc_include_token1] = ACTIONS(3427), @@ -122048,7 +122057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3427), [sym_this] = ACTIONS(3427), }, - [552] = { + [STATE(552)] = { [sym_identifier] = ACTIONS(2715), [aux_sym_preproc_include_token1] = ACTIONS(2715), [aux_sym_preproc_def_token1] = ACTIONS(2715), @@ -122185,7 +122194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, - [553] = { + [STATE(553)] = { [sym_identifier] = ACTIONS(2735), [aux_sym_preproc_include_token1] = ACTIONS(2735), [aux_sym_preproc_def_token1] = ACTIONS(2735), @@ -122322,7 +122331,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2735), [sym_this] = ACTIONS(2735), }, - [554] = { + [STATE(554)] = { [sym_identifier] = ACTIONS(2647), [aux_sym_preproc_include_token1] = ACTIONS(2647), [aux_sym_preproc_def_token1] = ACTIONS(2647), @@ -122459,7 +122468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2647), [sym_this] = ACTIONS(2647), }, - [555] = { + [STATE(555)] = { [ts_builtin_sym_end] = ACTIONS(3429), [sym_identifier] = ACTIONS(3431), [aux_sym_preproc_include_token1] = ACTIONS(3431), @@ -122596,7 +122605,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3431), [sym_this] = ACTIONS(3431), }, - [556] = { + [STATE(556)] = { [sym_identifier] = ACTIONS(2673), [aux_sym_preproc_include_token1] = ACTIONS(2673), [aux_sym_preproc_def_token1] = ACTIONS(2673), @@ -122733,7 +122742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2673), [sym_this] = ACTIONS(2673), }, - [557] = { + [STATE(557)] = { [ts_builtin_sym_end] = ACTIONS(3433), [sym_identifier] = ACTIONS(3435), [aux_sym_preproc_include_token1] = ACTIONS(3435), @@ -122870,7 +122879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3435), [sym_this] = ACTIONS(3435), }, - [558] = { + [STATE(558)] = { [sym_identifier] = ACTIONS(2731), [aux_sym_preproc_include_token1] = ACTIONS(2731), [aux_sym_preproc_def_token1] = ACTIONS(2731), @@ -123007,7 +123016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2731), [sym_this] = ACTIONS(2731), }, - [559] = { + [STATE(559)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -123144,7 +123153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [560] = { + [STATE(560)] = { [sym_identifier] = ACTIONS(2707), [aux_sym_preproc_include_token1] = ACTIONS(2707), [aux_sym_preproc_def_token1] = ACTIONS(2707), @@ -123281,7 +123290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2707), [sym_this] = ACTIONS(2707), }, - [561] = { + [STATE(561)] = { [ts_builtin_sym_end] = ACTIONS(3437), [sym_identifier] = ACTIONS(3439), [aux_sym_preproc_include_token1] = ACTIONS(3439), @@ -123418,7 +123427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3439), [sym_this] = ACTIONS(3439), }, - [562] = { + [STATE(562)] = { [ts_builtin_sym_end] = ACTIONS(2913), [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), @@ -123555,7 +123564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [563] = { + [STATE(563)] = { [ts_builtin_sym_end] = ACTIONS(3441), [sym_identifier] = ACTIONS(3443), [aux_sym_preproc_include_token1] = ACTIONS(3443), @@ -123692,7 +123701,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3443), [sym_this] = ACTIONS(3443), }, - [564] = { + [STATE(564)] = { [sym_identifier] = ACTIONS(2707), [aux_sym_preproc_include_token1] = ACTIONS(2707), [aux_sym_preproc_def_token1] = ACTIONS(2707), @@ -123829,7 +123838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2707), [sym_this] = ACTIONS(2707), }, - [565] = { + [STATE(565)] = { [ts_builtin_sym_end] = ACTIONS(3445), [sym_identifier] = ACTIONS(3447), [aux_sym_preproc_include_token1] = ACTIONS(3447), @@ -123966,7 +123975,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3447), [sym_this] = ACTIONS(3447), }, - [566] = { + [STATE(566)] = { [ts_builtin_sym_end] = ACTIONS(2925), [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_include_token1] = ACTIONS(2923), @@ -124103,7 +124112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2923), [sym_this] = ACTIONS(2923), }, - [567] = { + [STATE(567)] = { [sym_identifier] = ACTIONS(2655), [aux_sym_preproc_include_token1] = ACTIONS(2655), [aux_sym_preproc_def_token1] = ACTIONS(2655), @@ -124240,7 +124249,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2655), [sym_this] = ACTIONS(2655), }, - [568] = { + [STATE(568)] = { [sym_identifier] = ACTIONS(2747), [aux_sym_preproc_include_token1] = ACTIONS(2747), [aux_sym_preproc_def_token1] = ACTIONS(2747), @@ -124377,7 +124386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2747), [sym_this] = ACTIONS(2747), }, - [569] = { + [STATE(569)] = { [sym_identifier] = ACTIONS(2739), [aux_sym_preproc_include_token1] = ACTIONS(2739), [aux_sym_preproc_def_token1] = ACTIONS(2739), @@ -124514,7 +124523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2739), [sym_this] = ACTIONS(2739), }, - [570] = { + [STATE(570)] = { [sym_identifier] = ACTIONS(2751), [aux_sym_preproc_include_token1] = ACTIONS(2751), [aux_sym_preproc_def_token1] = ACTIONS(2751), @@ -124651,7 +124660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2751), [sym_this] = ACTIONS(2751), }, - [571] = { + [STATE(571)] = { [sym_identifier] = ACTIONS(2681), [aux_sym_preproc_include_token1] = ACTIONS(2681), [aux_sym_preproc_def_token1] = ACTIONS(2681), @@ -124788,7 +124797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2681), [sym_this] = ACTIONS(2681), }, - [572] = { + [STATE(572)] = { [sym_identifier] = ACTIONS(2747), [aux_sym_preproc_include_token1] = ACTIONS(2747), [aux_sym_preproc_def_token1] = ACTIONS(2747), @@ -124925,7 +124934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2747), [sym_this] = ACTIONS(2747), }, - [573] = { + [STATE(573)] = { [sym_identifier] = ACTIONS(2627), [aux_sym_preproc_include_token1] = ACTIONS(2627), [aux_sym_preproc_def_token1] = ACTIONS(2627), @@ -125062,7 +125071,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2627), [sym_this] = ACTIONS(2627), }, - [574] = { + [STATE(574)] = { [sym_identifier] = ACTIONS(2751), [aux_sym_preproc_include_token1] = ACTIONS(2751), [aux_sym_preproc_def_token1] = ACTIONS(2751), @@ -125199,7 +125208,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2751), [sym_this] = ACTIONS(2751), }, - [575] = { + [STATE(575)] = { [sym_identifier] = ACTIONS(2691), [aux_sym_preproc_include_token1] = ACTIONS(2691), [aux_sym_preproc_def_token1] = ACTIONS(2691), @@ -125336,7 +125345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2691), [sym_this] = ACTIONS(2691), }, - [576] = { + [STATE(576)] = { [sym_identifier] = ACTIONS(2695), [aux_sym_preproc_include_token1] = ACTIONS(2695), [aux_sym_preproc_def_token1] = ACTIONS(2695), @@ -125473,7 +125482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2695), [sym_this] = ACTIONS(2695), }, - [577] = { + [STATE(577)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -125610,7 +125619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [578] = { + [STATE(578)] = { [sym_identifier] = ACTIONS(2681), [aux_sym_preproc_include_token1] = ACTIONS(2681), [aux_sym_preproc_def_token1] = ACTIONS(2681), @@ -125747,7 +125756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2681), [sym_this] = ACTIONS(2681), }, - [579] = { + [STATE(579)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_include_token1] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), @@ -125884,7 +125893,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [580] = { + [STATE(580)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_include_token1] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), @@ -126021,7 +126030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2711), [sym_this] = ACTIONS(2711), }, - [581] = { + [STATE(581)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -126158,7 +126167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [582] = { + [STATE(582)] = { [ts_builtin_sym_end] = ACTIONS(2869), [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_include_token1] = ACTIONS(2867), @@ -126295,7 +126304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2867), [sym_this] = ACTIONS(2867), }, - [583] = { + [STATE(583)] = { [sym_identifier] = ACTIONS(2627), [aux_sym_preproc_include_token1] = ACTIONS(2627), [aux_sym_preproc_def_token1] = ACTIONS(2627), @@ -126432,7 +126441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2627), [sym_this] = ACTIONS(2627), }, - [584] = { + [STATE(584)] = { [ts_builtin_sym_end] = ACTIONS(3091), [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_include_token1] = ACTIONS(3089), @@ -126569,7 +126578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3089), [sym_this] = ACTIONS(3089), }, - [585] = { + [STATE(585)] = { [ts_builtin_sym_end] = ACTIONS(3095), [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_include_token1] = ACTIONS(3093), @@ -126706,7 +126715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3093), [sym_this] = ACTIONS(3093), }, - [586] = { + [STATE(586)] = { [sym_identifier] = ACTIONS(2691), [aux_sym_preproc_include_token1] = ACTIONS(2691), [aux_sym_preproc_def_token1] = ACTIONS(2691), @@ -126843,7 +126852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2691), [sym_this] = ACTIONS(2691), }, - [587] = { + [STATE(587)] = { [sym_preproc_def] = STATE(587), [sym_preproc_function_def] = STATE(587), [sym_preproc_call] = STATE(587), @@ -126980,7 +126989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3556), [anon_sym_static_assert] = ACTIONS(3568), }, - [588] = { + [STATE(588)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_include_token1] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), @@ -127117,7 +127126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2643), [sym_this] = ACTIONS(2643), }, - [589] = { + [STATE(589)] = { [sym_identifier] = ACTIONS(2695), [aux_sym_preproc_include_token1] = ACTIONS(2695), [aux_sym_preproc_def_token1] = ACTIONS(2695), @@ -127254,7 +127263,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2695), [sym_this] = ACTIONS(2695), }, - [590] = { + [STATE(590)] = { [ts_builtin_sym_end] = ACTIONS(3571), [sym_identifier] = ACTIONS(3573), [aux_sym_preproc_include_token1] = ACTIONS(3573), @@ -127391,7 +127400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3573), [sym_this] = ACTIONS(3573), }, - [591] = { + [STATE(591)] = { [sym_identifier] = ACTIONS(2727), [aux_sym_preproc_include_token1] = ACTIONS(2727), [aux_sym_preproc_def_token1] = ACTIONS(2727), @@ -127528,7 +127537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2727), [sym_this] = ACTIONS(2727), }, - [592] = { + [STATE(592)] = { [sym_identifier] = ACTIONS(2719), [aux_sym_preproc_include_token1] = ACTIONS(2719), [aux_sym_preproc_def_token1] = ACTIONS(2719), @@ -127665,7 +127674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2719), [sym_this] = ACTIONS(2719), }, - [593] = { + [STATE(593)] = { [ts_builtin_sym_end] = ACTIONS(2861), [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_include_token1] = ACTIONS(2859), @@ -127802,7 +127811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2859), [sym_this] = ACTIONS(2859), }, - [594] = { + [STATE(594)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_include_token1] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), @@ -127939,7 +127948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [595] = { + [STATE(595)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_include_token1] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), @@ -128076,7 +128085,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2711), [sym_this] = ACTIONS(2711), }, - [596] = { + [STATE(596)] = { [sym_identifier] = ACTIONS(2727), [aux_sym_preproc_include_token1] = ACTIONS(2727), [aux_sym_preproc_def_token1] = ACTIONS(2727), @@ -128213,7 +128222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2727), [sym_this] = ACTIONS(2727), }, - [597] = { + [STATE(597)] = { [ts_builtin_sym_end] = ACTIONS(3575), [sym_identifier] = ACTIONS(3577), [aux_sym_preproc_include_token1] = ACTIONS(3577), @@ -128350,7 +128359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3577), [sym_this] = ACTIONS(3577), }, - [598] = { + [STATE(598)] = { [ts_builtin_sym_end] = ACTIONS(3579), [sym_identifier] = ACTIONS(3581), [aux_sym_preproc_include_token1] = ACTIONS(3581), @@ -128487,7 +128496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3581), [sym_this] = ACTIONS(3581), }, - [599] = { + [STATE(599)] = { [ts_builtin_sym_end] = ACTIONS(2873), [sym_identifier] = ACTIONS(2871), [aux_sym_preproc_include_token1] = ACTIONS(2871), @@ -128624,7 +128633,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2871), [sym_this] = ACTIONS(2871), }, - [600] = { + [STATE(600)] = { [sym_identifier] = ACTIONS(2659), [aux_sym_preproc_include_token1] = ACTIONS(2659), [aux_sym_preproc_def_token1] = ACTIONS(2659), @@ -128761,7 +128770,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2659), [sym_this] = ACTIONS(2659), }, - [601] = { + [STATE(601)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_include_token1] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), @@ -128898,7 +128907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2759), [sym_this] = ACTIONS(2759), }, - [602] = { + [STATE(602)] = { [ts_builtin_sym_end] = ACTIONS(2773), [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_include_token1] = ACTIONS(2771), @@ -129035,7 +129044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2771), [sym_this] = ACTIONS(2771), }, - [603] = { + [STATE(603)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -129172,7 +129181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [604] = { + [STATE(604)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -129309,7 +129318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [605] = { + [STATE(605)] = { [ts_builtin_sym_end] = ACTIONS(2845), [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), @@ -129446,7 +129455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [606] = { + [STATE(606)] = { [ts_builtin_sym_end] = ACTIONS(2905), [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_include_token1] = ACTIONS(2903), @@ -129583,7 +129592,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2903), [sym_this] = ACTIONS(2903), }, - [607] = { + [STATE(607)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_include_token1] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), @@ -129720,7 +129729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2699), [sym_this] = ACTIONS(2699), }, - [608] = { + [STATE(608)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_include_token1] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), @@ -129857,7 +129866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2699), [sym_this] = ACTIONS(2699), }, - [609] = { + [STATE(609)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_include_token1] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), @@ -129994,7 +130003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2639), [sym_this] = ACTIONS(2639), }, - [610] = { + [STATE(610)] = { [sym_identifier] = ACTIONS(2665), [aux_sym_preproc_include_token1] = ACTIONS(2665), [aux_sym_preproc_def_token1] = ACTIONS(2665), @@ -130131,7 +130140,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2665), [sym_this] = ACTIONS(2665), }, - [611] = { + [STATE(611)] = { [ts_builtin_sym_end] = ACTIONS(3321), [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_include_token1] = ACTIONS(3319), @@ -130268,7 +130277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3319), [sym_this] = ACTIONS(3319), }, - [612] = { + [STATE(612)] = { [ts_builtin_sym_end] = ACTIONS(3106), [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_include_token1] = ACTIONS(3104), @@ -130405,7 +130414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3104), [sym_this] = ACTIONS(3104), }, - [613] = { + [STATE(613)] = { [sym_identifier] = ACTIONS(2665), [aux_sym_preproc_include_token1] = ACTIONS(2665), [aux_sym_preproc_def_token1] = ACTIONS(2665), @@ -130542,7 +130551,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2665), [sym_this] = ACTIONS(2665), }, - [614] = { + [STATE(614)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_include_token1] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), @@ -130679,7 +130688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2639), [sym_this] = ACTIONS(2639), }, - [615] = { + [STATE(615)] = { [sym_identifier] = ACTIONS(2669), [aux_sym_preproc_include_token1] = ACTIONS(2669), [aux_sym_preproc_def_token1] = ACTIONS(2669), @@ -130816,7 +130825,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2669), [sym_this] = ACTIONS(2669), }, - [616] = { + [STATE(616)] = { [sym_identifier] = ACTIONS(2723), [aux_sym_preproc_include_token1] = ACTIONS(2723), [aux_sym_preproc_def_token1] = ACTIONS(2723), @@ -130953,7 +130962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2723), [sym_this] = ACTIONS(2723), }, - [617] = { + [STATE(617)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_include_token1] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), @@ -131090,7 +131099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2651), [sym_this] = ACTIONS(2651), }, - [618] = { + [STATE(618)] = { [ts_builtin_sym_end] = ACTIONS(2913), [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), @@ -131227,7 +131236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [619] = { + [STATE(619)] = { [ts_builtin_sym_end] = ACTIONS(2845), [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), @@ -131364,7 +131373,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [620] = { + [STATE(620)] = { [ts_builtin_sym_end] = ACTIONS(2893), [sym_identifier] = ACTIONS(2891), [aux_sym_preproc_include_token1] = ACTIONS(2891), @@ -131501,7 +131510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2891), [sym_this] = ACTIONS(2891), }, - [621] = { + [STATE(621)] = { [ts_builtin_sym_end] = ACTIONS(2785), [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_include_token1] = ACTIONS(2783), @@ -131638,7 +131647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2783), [sym_this] = ACTIONS(2783), }, - [622] = { + [STATE(622)] = { [ts_builtin_sym_end] = ACTIONS(2789), [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_include_token1] = ACTIONS(2787), @@ -131775,7 +131784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2787), [sym_this] = ACTIONS(2787), }, - [623] = { + [STATE(623)] = { [ts_builtin_sym_end] = ACTIONS(2917), [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), @@ -131912,7 +131921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [624] = { + [STATE(624)] = { [ts_builtin_sym_end] = ACTIONS(2917), [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), @@ -132049,7 +132058,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [625] = { + [STATE(625)] = { [ts_builtin_sym_end] = ACTIONS(3583), [sym_identifier] = ACTIONS(3585), [aux_sym_preproc_include_token1] = ACTIONS(3585), @@ -132186,7 +132195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3585), [sym_this] = ACTIONS(3585), }, - [626] = { + [STATE(626)] = { [sym_identifier] = ACTIONS(2631), [aux_sym_preproc_include_token1] = ACTIONS(2631), [aux_sym_preproc_def_token1] = ACTIONS(2631), @@ -132323,7 +132332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2631), [sym_this] = ACTIONS(2631), }, - [627] = { + [STATE(627)] = { [sym_identifier] = ACTIONS(2635), [aux_sym_preproc_include_token1] = ACTIONS(2635), [aux_sym_preproc_def_token1] = ACTIONS(2635), @@ -132460,7 +132469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2635), [sym_this] = ACTIONS(2635), }, - [628] = { + [STATE(628)] = { [ts_builtin_sym_end] = ACTIONS(2921), [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_include_token1] = ACTIONS(2919), @@ -132597,7 +132606,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2919), [sym_this] = ACTIONS(2919), }, - [629] = { + [STATE(629)] = { [ts_builtin_sym_end] = ACTIONS(2897), [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), @@ -132734,7 +132743,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, - [630] = { + [STATE(630)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_include_token1] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), @@ -132871,7 +132880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2643), [sym_this] = ACTIONS(2643), }, - [631] = { + [STATE(631)] = { [ts_builtin_sym_end] = ACTIONS(2909), [sym_identifier] = ACTIONS(2907), [aux_sym_preproc_include_token1] = ACTIONS(2907), @@ -133008,7 +133017,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2907), [sym_this] = ACTIONS(2907), }, - [632] = { + [STATE(632)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_include_token1] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), @@ -133145,7 +133154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2651), [sym_this] = ACTIONS(2651), }, - [633] = { + [STATE(633)] = { [sym_identifier] = ACTIONS(2669), [aux_sym_preproc_include_token1] = ACTIONS(2669), [aux_sym_preproc_def_token1] = ACTIONS(2669), @@ -133282,7 +133291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2669), [sym_this] = ACTIONS(2669), }, - [634] = { + [STATE(634)] = { [ts_builtin_sym_end] = ACTIONS(3110), [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_include_token1] = ACTIONS(3108), @@ -133419,7 +133428,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3108), [sym_this] = ACTIONS(3108), }, - [635] = { + [STATE(635)] = { [ts_builtin_sym_end] = ACTIONS(3114), [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_include_token1] = ACTIONS(3112), @@ -133556,7 +133565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3112), [sym_this] = ACTIONS(3112), }, - [636] = { + [STATE(636)] = { [sym_identifier] = ACTIONS(2723), [aux_sym_preproc_include_token1] = ACTIONS(2723), [aux_sym_preproc_def_token1] = ACTIONS(2723), @@ -133693,7 +133702,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2723), [sym_this] = ACTIONS(2723), }, - [637] = { + [STATE(637)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_include_token1] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), @@ -133830,7 +133839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2759), [sym_this] = ACTIONS(2759), }, - [638] = { + [STATE(638)] = { [ts_builtin_sym_end] = ACTIONS(3587), [sym_identifier] = ACTIONS(3589), [aux_sym_preproc_include_token1] = ACTIONS(3589), @@ -133967,7 +133976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3589), [sym_this] = ACTIONS(3589), }, - [639] = { + [STATE(639)] = { [sym_identifier] = ACTIONS(2631), [aux_sym_preproc_include_token1] = ACTIONS(2631), [aux_sym_preproc_def_token1] = ACTIONS(2631), @@ -134104,7 +134113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2631), [sym_this] = ACTIONS(2631), }, - [640] = { + [STATE(640)] = { [sym_identifier] = ACTIONS(2635), [aux_sym_preproc_include_token1] = ACTIONS(2635), [aux_sym_preproc_def_token1] = ACTIONS(2635), @@ -134241,7 +134250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2635), [sym_this] = ACTIONS(2635), }, - [641] = { + [STATE(641)] = { [ts_builtin_sym_end] = ACTIONS(3591), [sym_identifier] = ACTIONS(3593), [aux_sym_preproc_include_token1] = ACTIONS(3593), @@ -134378,7 +134387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3593), [sym_this] = ACTIONS(3593), }, - [642] = { + [STATE(642)] = { [ts_builtin_sym_end] = ACTIONS(3595), [sym_identifier] = ACTIONS(3597), [aux_sym_preproc_include_token1] = ACTIONS(3597), @@ -134515,7 +134524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3597), [sym_this] = ACTIONS(3597), }, - [643] = { + [STATE(643)] = { [ts_builtin_sym_end] = ACTIONS(3599), [sym_identifier] = ACTIONS(3601), [aux_sym_preproc_include_token1] = ACTIONS(3601), @@ -134652,7 +134661,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3601), [sym_this] = ACTIONS(3601), }, - [644] = { + [STATE(644)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -134789,7 +134798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [645] = { + [STATE(645)] = { [ts_builtin_sym_end] = ACTIONS(3603), [sym_identifier] = ACTIONS(3605), [aux_sym_preproc_include_token1] = ACTIONS(3605), @@ -134926,7 +134935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3605), [sym_this] = ACTIONS(3605), }, - [646] = { + [STATE(646)] = { [ts_builtin_sym_end] = ACTIONS(2825), [sym_identifier] = ACTIONS(2823), [aux_sym_preproc_include_token1] = ACTIONS(2823), @@ -135063,7 +135072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2823), [sym_this] = ACTIONS(2823), }, - [647] = { + [STATE(647)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_include_token1] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), @@ -135200,7 +135209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [648] = { + [STATE(648)] = { [ts_builtin_sym_end] = ACTIONS(2829), [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_include_token1] = ACTIONS(2827), @@ -135337,7 +135346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2827), [sym_this] = ACTIONS(2827), }, - [649] = { + [STATE(649)] = { [ts_builtin_sym_end] = ACTIONS(3102), [sym_identifier] = ACTIONS(3100), [aux_sym_preproc_include_token1] = ACTIONS(3100), @@ -135474,7 +135483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3100), [sym_this] = ACTIONS(3100), }, - [650] = { + [STATE(650)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_include_token1] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), @@ -135610,7 +135619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2779), [sym_this] = ACTIONS(2779), }, - [651] = { + [STATE(651)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -135746,7 +135755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [652] = { + [STATE(652)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_include_token1] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), @@ -135882,7 +135891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2847), [sym_this] = ACTIONS(2847), }, - [653] = { + [STATE(653)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_include_token1] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), @@ -136018,7 +136027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2851), [sym_this] = ACTIONS(2851), }, - [654] = { + [STATE(654)] = { [sym_identifier] = ACTIONS(2823), [aux_sym_preproc_include_token1] = ACTIONS(2823), [aux_sym_preproc_def_token1] = ACTIONS(2823), @@ -136154,7 +136163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2823), [sym_this] = ACTIONS(2823), }, - [655] = { + [STATE(655)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_include_token1] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), @@ -136290,7 +136299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2855), [sym_this] = ACTIONS(2855), }, - [656] = { + [STATE(656)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_include_token1] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), @@ -136426,7 +136435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2859), [sym_this] = ACTIONS(2859), }, - [657] = { + [STATE(657)] = { [sym_identifier] = ACTIONS(2831), [aux_sym_preproc_include_token1] = ACTIONS(2831), [aux_sym_preproc_def_token1] = ACTIONS(2831), @@ -136562,7 +136571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2831), [sym_this] = ACTIONS(2831), }, - [658] = { + [STATE(658)] = { [sym_identifier] = ACTIONS(2835), [aux_sym_preproc_include_token1] = ACTIONS(2835), [aux_sym_preproc_def_token1] = ACTIONS(2835), @@ -136698,7 +136707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2835), [sym_this] = ACTIONS(2835), }, - [659] = { + [STATE(659)] = { [sym_identifier] = ACTIONS(2839), [aux_sym_preproc_include_token1] = ACTIONS(2839), [aux_sym_preproc_def_token1] = ACTIONS(2839), @@ -136834,7 +136843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2839), [sym_this] = ACTIONS(2839), }, - [660] = { + [STATE(660)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_include_token1] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), @@ -136970,7 +136979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2771), [sym_this] = ACTIONS(2771), }, - [661] = { + [STATE(661)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_include_token1] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), @@ -137106,7 +137115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2863), [sym_this] = ACTIONS(2863), }, - [662] = { + [STATE(662)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -137242,7 +137251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [663] = { + [STATE(663)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -137378,7 +137387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [664] = { + [STATE(664)] = { [sym_identifier] = ACTIONS(2871), [aux_sym_preproc_include_token1] = ACTIONS(2871), [aux_sym_preproc_def_token1] = ACTIONS(2871), @@ -137514,7 +137523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2871), [sym_this] = ACTIONS(2871), }, - [665] = { + [STATE(665)] = { [sym_identifier] = ACTIONS(2875), [aux_sym_preproc_include_token1] = ACTIONS(2875), [aux_sym_preproc_def_token1] = ACTIONS(2875), @@ -137650,7 +137659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2875), [sym_this] = ACTIONS(2875), }, - [666] = { + [STATE(666)] = { [sym_identifier] = ACTIONS(2879), [aux_sym_preproc_include_token1] = ACTIONS(2879), [aux_sym_preproc_def_token1] = ACTIONS(2879), @@ -137786,7 +137795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2879), [sym_this] = ACTIONS(2879), }, - [667] = { + [STATE(667)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_include_token1] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), @@ -137922,7 +137931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2867), [sym_this] = ACTIONS(2867), }, - [668] = { + [STATE(668)] = { [sym_identifier] = ACTIONS(2871), [aux_sym_preproc_include_token1] = ACTIONS(2871), [aux_sym_preproc_def_token1] = ACTIONS(2871), @@ -138058,7 +138067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2871), [sym_this] = ACTIONS(2871), }, - [669] = { + [STATE(669)] = { [sym_identifier] = ACTIONS(2887), [aux_sym_preproc_include_token1] = ACTIONS(2887), [aux_sym_preproc_def_token1] = ACTIONS(2887), @@ -138194,7 +138203,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2887), [sym_this] = ACTIONS(2887), }, - [670] = { + [STATE(670)] = { [sym_identifier] = ACTIONS(2891), [aux_sym_preproc_include_token1] = ACTIONS(2891), [aux_sym_preproc_def_token1] = ACTIONS(2891), @@ -138330,7 +138339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2891), [sym_this] = ACTIONS(2891), }, - [671] = { + [STATE(671)] = { [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), @@ -138466,7 +138475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, - [672] = { + [STATE(672)] = { [sym_identifier] = ACTIONS(2875), [aux_sym_preproc_include_token1] = ACTIONS(2875), [aux_sym_preproc_def_token1] = ACTIONS(2875), @@ -138602,7 +138611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2875), [sym_this] = ACTIONS(2875), }, - [673] = { + [STATE(673)] = { [sym_identifier] = ACTIONS(2879), [aux_sym_preproc_include_token1] = ACTIONS(2879), [aux_sym_preproc_def_token1] = ACTIONS(2879), @@ -138738,7 +138747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2879), [sym_this] = ACTIONS(2879), }, - [674] = { + [STATE(674)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), @@ -138874,7 +138883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, - [675] = { + [STATE(675)] = { [sym_identifier] = ACTIONS(2899), [aux_sym_preproc_include_token1] = ACTIONS(2899), [aux_sym_preproc_def_token1] = ACTIONS(2899), @@ -139010,7 +139019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2899), [sym_this] = ACTIONS(2899), }, - [676] = { + [STATE(676)] = { [sym_identifier] = ACTIONS(2907), [aux_sym_preproc_include_token1] = ACTIONS(2907), [aux_sym_preproc_def_token1] = ACTIONS(2907), @@ -139146,7 +139155,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2907), [sym_this] = ACTIONS(2907), }, - [677] = { + [STATE(677)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -139282,7 +139291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [678] = { + [STATE(678)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -139418,7 +139427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [679] = { + [STATE(679)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -139554,7 +139563,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [680] = { + [STATE(680)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -139690,7 +139699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [681] = { + [STATE(681)] = { [sym_identifier] = ACTIONS(2943), [aux_sym_preproc_include_token1] = ACTIONS(2943), [aux_sym_preproc_def_token1] = ACTIONS(2943), @@ -139826,7 +139835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2943), [sym_this] = ACTIONS(2943), }, - [682] = { + [STATE(682)] = { [sym_identifier] = ACTIONS(2947), [aux_sym_preproc_include_token1] = ACTIONS(2947), [aux_sym_preproc_def_token1] = ACTIONS(2947), @@ -139962,7 +139971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2947), [sym_this] = ACTIONS(2947), }, - [683] = { + [STATE(683)] = { [sym_identifier] = ACTIONS(2951), [aux_sym_preproc_include_token1] = ACTIONS(2951), [aux_sym_preproc_def_token1] = ACTIONS(2951), @@ -140098,7 +140107,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2951), [sym_this] = ACTIONS(2951), }, - [684] = { + [STATE(684)] = { [sym_identifier] = ACTIONS(2887), [aux_sym_preproc_include_token1] = ACTIONS(2887), [aux_sym_preproc_def_token1] = ACTIONS(2887), @@ -140234,7 +140243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2887), [sym_this] = ACTIONS(2887), }, - [685] = { + [STATE(685)] = { [sym_identifier] = ACTIONS(3019), [aux_sym_preproc_include_token1] = ACTIONS(3019), [aux_sym_preproc_def_token1] = ACTIONS(3019), @@ -140370,7 +140379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3019), [sym_this] = ACTIONS(3019), }, - [686] = { + [STATE(686)] = { [sym_identifier] = ACTIONS(3023), [aux_sym_preproc_include_token1] = ACTIONS(3023), [aux_sym_preproc_def_token1] = ACTIONS(3023), @@ -140506,7 +140515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3023), [sym_this] = ACTIONS(3023), }, - [687] = { + [STATE(687)] = { [sym_identifier] = ACTIONS(2891), [aux_sym_preproc_include_token1] = ACTIONS(2891), [aux_sym_preproc_def_token1] = ACTIONS(2891), @@ -140642,7 +140651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2891), [sym_this] = ACTIONS(2891), }, - [688] = { + [STATE(688)] = { [sym_identifier] = ACTIONS(2895), [aux_sym_preproc_include_token1] = ACTIONS(2895), [aux_sym_preproc_def_token1] = ACTIONS(2895), @@ -140778,7 +140787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2895), [sym_this] = ACTIONS(2895), }, - [689] = { + [STATE(689)] = { [sym_identifier] = ACTIONS(3027), [aux_sym_preproc_include_token1] = ACTIONS(3027), [aux_sym_preproc_def_token1] = ACTIONS(3027), @@ -140914,7 +140923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3027), [sym_this] = ACTIONS(3027), }, - [690] = { + [STATE(690)] = { [sym_identifier] = ACTIONS(3031), [aux_sym_preproc_include_token1] = ACTIONS(3031), [aux_sym_preproc_def_token1] = ACTIONS(3031), @@ -141050,7 +141059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3031), [sym_this] = ACTIONS(3031), }, - [691] = { + [STATE(691)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_include_token1] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), @@ -141186,7 +141195,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3039), [sym_this] = ACTIONS(3039), }, - [692] = { + [STATE(692)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -141322,7 +141331,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [693] = { + [STATE(693)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -141458,7 +141467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [694] = { + [STATE(694)] = { [sym_identifier] = ACTIONS(3075), [aux_sym_preproc_include_token1] = ACTIONS(3075), [aux_sym_preproc_def_token1] = ACTIONS(3075), @@ -141594,7 +141603,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3075), [sym_this] = ACTIONS(3075), }, - [695] = { + [STATE(695)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), @@ -141730,7 +141739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, - [696] = { + [STATE(696)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_include_token1] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), @@ -141866,7 +141875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2775), [sym_this] = ACTIONS(2775), }, - [697] = { + [STATE(697)] = { [sym_identifier] = ACTIONS(2899), [aux_sym_preproc_include_token1] = ACTIONS(2899), [aux_sym_preproc_def_token1] = ACTIONS(2899), @@ -142002,7 +142011,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2899), [sym_this] = ACTIONS(2899), }, - [698] = { + [STATE(698)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_include_token1] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), @@ -142138,7 +142147,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2787), [sym_this] = ACTIONS(2787), }, - [699] = { + [STATE(699)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_include_token1] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), @@ -142274,7 +142283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2791), [sym_this] = ACTIONS(2791), }, - [700] = { + [STATE(700)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_include_token1] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), @@ -142410,7 +142419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2799), [sym_this] = ACTIONS(2799), }, - [701] = { + [STATE(701)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_include_token1] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), @@ -142546,7 +142555,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2807), [sym_this] = ACTIONS(2807), }, - [702] = { + [STATE(702)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_include_token1] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), @@ -142682,7 +142691,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2815), [sym_this] = ACTIONS(2815), }, - [703] = { + [STATE(703)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_include_token1] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), @@ -142818,7 +142827,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2903), [sym_this] = ACTIONS(2903), }, - [704] = { + [STATE(704)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_include_token1] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), @@ -142954,7 +142963,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2827), [sym_this] = ACTIONS(2827), }, - [705] = { + [STATE(705)] = { [sym_identifier] = ACTIONS(2907), [aux_sym_preproc_include_token1] = ACTIONS(2907), [aux_sym_preproc_def_token1] = ACTIONS(2907), @@ -143090,7 +143099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2907), [sym_this] = ACTIONS(2907), }, - [706] = { + [STATE(706)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -143226,7 +143235,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [707] = { + [STATE(707)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_include_token1] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), @@ -143362,7 +143371,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2847), [sym_this] = ACTIONS(2847), }, - [708] = { + [STATE(708)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_include_token1] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), @@ -143498,7 +143507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2851), [sym_this] = ACTIONS(2851), }, - [709] = { + [STATE(709)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_include_token1] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), @@ -143634,7 +143643,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2855), [sym_this] = ACTIONS(2855), }, - [710] = { + [STATE(710)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_include_token1] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), @@ -143770,7 +143779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2859), [sym_this] = ACTIONS(2859), }, - [711] = { + [STATE(711)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_include_token1] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), @@ -143906,7 +143915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2771), [sym_this] = ACTIONS(2771), }, - [712] = { + [STATE(712)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_include_token1] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), @@ -144042,7 +144051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2863), [sym_this] = ACTIONS(2863), }, - [713] = { + [STATE(713)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_include_token1] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), @@ -144178,7 +144187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2867), [sym_this] = ACTIONS(2867), }, - [714] = { + [STATE(714)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_include_token1] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), @@ -144314,7 +144323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2883), [sym_this] = ACTIONS(2883), }, - [715] = { + [STATE(715)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_include_token1] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), @@ -144450,7 +144459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2911), [sym_this] = ACTIONS(2911), }, - [716] = { + [STATE(716)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_include_token1] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), @@ -144586,7 +144595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2903), [sym_this] = ACTIONS(2903), }, - [717] = { + [STATE(717)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -144722,7 +144731,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [718] = { + [STATE(718)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_include_token1] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), @@ -144858,7 +144867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2915), [sym_this] = ACTIONS(2915), }, - [719] = { + [STATE(719)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_include_token1] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), @@ -144994,7 +145003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2919), [sym_this] = ACTIONS(2919), }, - [720] = { + [STATE(720)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_include_token1] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), @@ -145130,7 +145139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2923), [sym_this] = ACTIONS(2923), }, - [721] = { + [STATE(721)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_include_token1] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), @@ -145266,7 +145275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2927), [sym_this] = ACTIONS(2927), }, - [722] = { + [STATE(722)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_include_token1] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), @@ -145402,7 +145411,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2919), [sym_this] = ACTIONS(2919), }, - [723] = { + [STATE(723)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_include_token1] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), @@ -145538,7 +145547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2931), [sym_this] = ACTIONS(2931), }, - [724] = { + [STATE(724)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_include_token1] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), @@ -145674,7 +145683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2935), [sym_this] = ACTIONS(2935), }, - [725] = { + [STATE(725)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_include_token1] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), @@ -145810,7 +145819,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2939), [sym_this] = ACTIONS(2939), }, - [726] = { + [STATE(726)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_include_token1] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), @@ -145946,7 +145955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3035), [sym_this] = ACTIONS(3035), }, - [727] = { + [STATE(727)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_include_token1] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), @@ -146082,7 +146091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2923), [sym_this] = ACTIONS(2923), }, - [728] = { + [STATE(728)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_include_token1] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), @@ -146218,7 +146227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2927), [sym_this] = ACTIONS(2927), }, - [729] = { + [STATE(729)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_include_token1] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), @@ -146354,7 +146363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3067), [sym_this] = ACTIONS(3067), }, - [730] = { + [STATE(730)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_include_token1] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), @@ -146490,7 +146499,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2843), [sym_this] = ACTIONS(2843), }, - [731] = { + [STATE(731)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_include_token1] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), @@ -146626,7 +146635,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3083), [sym_this] = ACTIONS(3083), }, - [732] = { + [STATE(732)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_include_token1] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), @@ -146762,7 +146771,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2931), [sym_this] = ACTIONS(2931), }, - [733] = { + [STATE(733)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_include_token1] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), @@ -146898,7 +146907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2935), [sym_this] = ACTIONS(2935), }, - [734] = { + [STATE(734)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_include_token1] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), @@ -147034,7 +147043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2939), [sym_this] = ACTIONS(2939), }, - [735] = { + [STATE(735)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_include_token1] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), @@ -147170,7 +147179,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3089), [sym_this] = ACTIONS(3089), }, - [736] = { + [STATE(736)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_include_token1] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), @@ -147306,7 +147315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3093), [sym_this] = ACTIONS(3093), }, - [737] = { + [STATE(737)] = { [sym_identifier] = ACTIONS(2943), [aux_sym_preproc_include_token1] = ACTIONS(2943), [aux_sym_preproc_def_token1] = ACTIONS(2943), @@ -147442,7 +147451,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2943), [sym_this] = ACTIONS(2943), }, - [738] = { + [STATE(738)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_include_token1] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), @@ -147578,7 +147587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3319), [sym_this] = ACTIONS(3319), }, - [739] = { + [STATE(739)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_include_token1] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), @@ -147714,7 +147723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3104), [sym_this] = ACTIONS(3104), }, - [740] = { + [STATE(740)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_include_token1] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), @@ -147850,7 +147859,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3108), [sym_this] = ACTIONS(3108), }, - [741] = { + [STATE(741)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_include_token1] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), @@ -147986,7 +147995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3112), [sym_this] = ACTIONS(3112), }, - [742] = { + [STATE(742)] = { [sym_identifier] = ACTIONS(2947), [aux_sym_preproc_include_token1] = ACTIONS(2947), [aux_sym_preproc_def_token1] = ACTIONS(2947), @@ -148122,7 +148131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2947), [sym_this] = ACTIONS(2947), }, - [743] = { + [STATE(743)] = { [sym_identifier] = ACTIONS(2951), [aux_sym_preproc_include_token1] = ACTIONS(2951), [aux_sym_preproc_def_token1] = ACTIONS(2951), @@ -148258,7 +148267,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2951), [sym_this] = ACTIONS(2951), }, - [744] = { + [STATE(744)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_include_token1] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), @@ -148394,7 +148403,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2955), [sym_this] = ACTIONS(2955), }, - [745] = { + [STATE(745)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_include_token1] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), @@ -148530,7 +148539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2955), [sym_this] = ACTIONS(2955), }, - [746] = { + [STATE(746)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_include_token1] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), @@ -148666,7 +148675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3079), [sym_this] = ACTIONS(3079), }, - [747] = { + [STATE(747)] = { [sym_identifier] = ACTIONS(3019), [aux_sym_preproc_include_token1] = ACTIONS(3019), [aux_sym_preproc_def_token1] = ACTIONS(3019), @@ -148802,7 +148811,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3019), [sym_this] = ACTIONS(3019), }, - [748] = { + [STATE(748)] = { [sym_identifier] = ACTIONS(3023), [aux_sym_preproc_include_token1] = ACTIONS(3023), [aux_sym_preproc_def_token1] = ACTIONS(3023), @@ -148938,7 +148947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3023), [sym_this] = ACTIONS(3023), }, - [749] = { + [STATE(749)] = { [sym_identifier] = ACTIONS(3027), [aux_sym_preproc_include_token1] = ACTIONS(3027), [aux_sym_preproc_def_token1] = ACTIONS(3027), @@ -149074,7 +149083,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3027), [sym_this] = ACTIONS(3027), }, - [750] = { + [STATE(750)] = { [sym_identifier] = ACTIONS(3031), [aux_sym_preproc_include_token1] = ACTIONS(3031), [aux_sym_preproc_def_token1] = ACTIONS(3031), @@ -149210,7 +149219,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3031), [sym_this] = ACTIONS(3031), }, - [751] = { + [STATE(751)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_include_token1] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), @@ -149346,7 +149355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3035), [sym_this] = ACTIONS(3035), }, - [752] = { + [STATE(752)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_include_token1] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), @@ -149482,7 +149491,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3039), [sym_this] = ACTIONS(3039), }, - [753] = { + [STATE(753)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -149618,7 +149627,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [754] = { + [STATE(754)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_include_token1] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), @@ -149754,7 +149763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3063), [sym_this] = ACTIONS(3063), }, - [755] = { + [STATE(755)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_include_token1] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), @@ -149890,7 +149899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3067), [sym_this] = ACTIONS(3067), }, - [756] = { + [STATE(756)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_include_token1] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), @@ -150026,7 +150035,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3071), [sym_this] = ACTIONS(3071), }, - [757] = { + [STATE(757)] = { [sym_identifier] = ACTIONS(3075), [aux_sym_preproc_include_token1] = ACTIONS(3075), [aux_sym_preproc_def_token1] = ACTIONS(3075), @@ -150162,7 +150171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3075), [sym_this] = ACTIONS(3075), }, - [758] = { + [STATE(758)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_include_token1] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), @@ -150298,7 +150307,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3079), [sym_this] = ACTIONS(3079), }, - [759] = { + [STATE(759)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_include_token1] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), @@ -150434,7 +150443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3083), [sym_this] = ACTIONS(3083), }, - [760] = { + [STATE(760)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_include_token1] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), @@ -150570,7 +150579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3309), [sym_this] = ACTIONS(3309), }, - [761] = { + [STATE(761)] = { [sym_identifier] = ACTIONS(3313), [aux_sym_preproc_include_token1] = ACTIONS(3313), [aux_sym_preproc_def_token1] = ACTIONS(3313), @@ -150706,7 +150715,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3313), [sym_this] = ACTIONS(3313), }, - [762] = { + [STATE(762)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_include_token1] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), @@ -150842,7 +150851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3089), [sym_this] = ACTIONS(3089), }, - [763] = { + [STATE(763)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_include_token1] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), @@ -150978,7 +150987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3093), [sym_this] = ACTIONS(3093), }, - [764] = { + [STATE(764)] = { [sym_identifier] = ACTIONS(3100), [aux_sym_preproc_include_token1] = ACTIONS(3100), [aux_sym_preproc_def_token1] = ACTIONS(3100), @@ -151114,7 +151123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3100), [sym_this] = ACTIONS(3100), }, - [765] = { + [STATE(765)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_include_token1] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), @@ -151250,7 +151259,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2775), [sym_this] = ACTIONS(2775), }, - [766] = { + [STATE(766)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_include_token1] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), @@ -151386,7 +151395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2779), [sym_this] = ACTIONS(2779), }, - [767] = { + [STATE(767)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_include_token1] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), @@ -151522,7 +151531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2783), [sym_this] = ACTIONS(2783), }, - [768] = { + [STATE(768)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_include_token1] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), @@ -151658,7 +151667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2787), [sym_this] = ACTIONS(2787), }, - [769] = { + [STATE(769)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_include_token1] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), @@ -151794,7 +151803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2791), [sym_this] = ACTIONS(2791), }, - [770] = { + [STATE(770)] = { [sym_identifier] = ACTIONS(2839), [aux_sym_preproc_include_token1] = ACTIONS(2839), [aux_sym_preproc_def_token1] = ACTIONS(2839), @@ -151930,7 +151939,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2839), [sym_this] = ACTIONS(2839), }, - [771] = { + [STATE(771)] = { [sym_identifier] = ACTIONS(2795), [aux_sym_preproc_include_token1] = ACTIONS(2795), [aux_sym_preproc_def_token1] = ACTIONS(2795), @@ -152066,7 +152075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2795), [sym_this] = ACTIONS(2795), }, - [772] = { + [STATE(772)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_include_token1] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), @@ -152202,7 +152211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2799), [sym_this] = ACTIONS(2799), }, - [773] = { + [STATE(773)] = { [sym_identifier] = ACTIONS(2803), [aux_sym_preproc_include_token1] = ACTIONS(2803), [aux_sym_preproc_def_token1] = ACTIONS(2803), @@ -152338,7 +152347,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2803), [sym_this] = ACTIONS(2803), }, - [774] = { + [STATE(774)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_include_token1] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), @@ -152474,7 +152483,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2807), [sym_this] = ACTIONS(2807), }, - [775] = { + [STATE(775)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_include_token1] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), @@ -152610,7 +152619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3319), [sym_this] = ACTIONS(3319), }, - [776] = { + [STATE(776)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_include_token1] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), @@ -152746,7 +152755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3104), [sym_this] = ACTIONS(3104), }, - [777] = { + [STATE(777)] = { [sym_identifier] = ACTIONS(2811), [aux_sym_preproc_include_token1] = ACTIONS(2811), [aux_sym_preproc_def_token1] = ACTIONS(2811), @@ -152882,7 +152891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2811), [sym_this] = ACTIONS(2811), }, - [778] = { + [STATE(778)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_include_token1] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), @@ -153018,7 +153027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2815), [sym_this] = ACTIONS(2815), }, - [779] = { + [STATE(779)] = { [sym_identifier] = ACTIONS(2819), [aux_sym_preproc_include_token1] = ACTIONS(2819), [aux_sym_preproc_def_token1] = ACTIONS(2819), @@ -153154,7 +153163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2819), [sym_this] = ACTIONS(2819), }, - [780] = { + [STATE(780)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_include_token1] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), @@ -153290,7 +153299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3108), [sym_this] = ACTIONS(3108), }, - [781] = { + [STATE(781)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_include_token1] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), @@ -153426,7 +153435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3112), [sym_this] = ACTIONS(3112), }, - [782] = { + [STATE(782)] = { [sym_identifier] = ACTIONS(3313), [aux_sym_preproc_include_token1] = ACTIONS(3313), [aux_sym_preproc_def_token1] = ACTIONS(3313), @@ -153562,7 +153571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3313), [sym_this] = ACTIONS(3313), }, - [783] = { + [STATE(783)] = { [sym_identifier] = ACTIONS(2823), [aux_sym_preproc_include_token1] = ACTIONS(2823), [aux_sym_preproc_def_token1] = ACTIONS(2823), @@ -153698,7 +153707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2823), [sym_this] = ACTIONS(2823), }, - [784] = { + [STATE(784)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_include_token1] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), @@ -153834,7 +153843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2827), [sym_this] = ACTIONS(2827), }, - [785] = { + [STATE(785)] = { [sym_identifier] = ACTIONS(2819), [aux_sym_preproc_include_token1] = ACTIONS(2819), [aux_sym_preproc_def_token1] = ACTIONS(2819), @@ -153970,7 +153979,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2819), [sym_this] = ACTIONS(2819), }, - [786] = { + [STATE(786)] = { [sym_identifier] = ACTIONS(3100), [aux_sym_preproc_include_token1] = ACTIONS(3100), [aux_sym_preproc_def_token1] = ACTIONS(3100), @@ -154106,7 +154115,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3100), [sym_this] = ACTIONS(3100), }, - [787] = { + [STATE(787)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_include_token1] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), @@ -154242,7 +154251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2783), [sym_this] = ACTIONS(2783), }, - [788] = { + [STATE(788)] = { [sym_identifier] = ACTIONS(2831), [aux_sym_preproc_include_token1] = ACTIONS(2831), [aux_sym_preproc_def_token1] = ACTIONS(2831), @@ -154378,7 +154387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2831), [sym_this] = ACTIONS(2831), }, - [789] = { + [STATE(789)] = { [sym_identifier] = ACTIONS(2795), [aux_sym_preproc_include_token1] = ACTIONS(2795), [aux_sym_preproc_def_token1] = ACTIONS(2795), @@ -154514,7 +154523,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2795), [sym_this] = ACTIONS(2795), }, - [790] = { + [STATE(790)] = { [sym_identifier] = ACTIONS(2803), [aux_sym_preproc_include_token1] = ACTIONS(2803), [aux_sym_preproc_def_token1] = ACTIONS(2803), @@ -154650,7 +154659,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2803), [sym_this] = ACTIONS(2803), }, - [791] = { + [STATE(791)] = { [sym_identifier] = ACTIONS(2811), [aux_sym_preproc_include_token1] = ACTIONS(2811), [aux_sym_preproc_def_token1] = ACTIONS(2811), @@ -154786,7 +154795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2811), [sym_this] = ACTIONS(2811), }, - [792] = { + [STATE(792)] = { [sym_identifier] = ACTIONS(2835), [aux_sym_preproc_include_token1] = ACTIONS(2835), [aux_sym_preproc_def_token1] = ACTIONS(2835), @@ -154922,7 +154931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2835), [sym_this] = ACTIONS(2835), }, - [793] = { + [STATE(793)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_include_token1] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), @@ -155058,7 +155067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3071), [sym_this] = ACTIONS(3071), }, - [794] = { + [STATE(794)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -155192,7 +155201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [795] = { + [STATE(795)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -155325,7 +155334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [796] = { + [STATE(796)] = { [sym_preproc_def] = STATE(810), [sym_preproc_function_def] = STATE(810), [sym_preproc_call] = STATE(810), @@ -155458,7 +155467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [797] = { + [STATE(797)] = { [sym_preproc_def] = STATE(798), [sym_preproc_function_def] = STATE(798), [sym_preproc_call] = STATE(798), @@ -155591,7 +155600,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [798] = { + [STATE(798)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -155724,7 +155733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [799] = { + [STATE(799)] = { [sym_preproc_def] = STATE(800), [sym_preproc_function_def] = STATE(800), [sym_preproc_call] = STATE(800), @@ -155857,7 +155866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3695), }, - [800] = { + [STATE(800)] = { [sym_preproc_def] = STATE(812), [sym_preproc_function_def] = STATE(812), [sym_preproc_call] = STATE(812), @@ -155990,7 +155999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3695), }, - [801] = { + [STATE(801)] = { [sym_preproc_def] = STATE(802), [sym_preproc_function_def] = STATE(802), [sym_preproc_call] = STATE(802), @@ -156123,7 +156132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [802] = { + [STATE(802)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -156256,7 +156265,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [803] = { + [STATE(803)] = { [sym_preproc_def] = STATE(805), [sym_preproc_function_def] = STATE(805), [sym_preproc_call] = STATE(805), @@ -156389,7 +156398,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [804] = { + [STATE(804)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -156522,7 +156531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3556), [anon_sym_static_assert] = ACTIONS(3746), }, - [805] = { + [STATE(805)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -156655,7 +156664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [806] = { + [STATE(806)] = { [sym_preproc_def] = STATE(807), [sym_preproc_function_def] = STATE(807), [sym_preproc_call] = STATE(807), @@ -156788,7 +156797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [807] = { + [STATE(807)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -156921,7 +156930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [808] = { + [STATE(808)] = { [sym_preproc_def] = STATE(811), [sym_preproc_function_def] = STATE(811), [sym_preproc_call] = STATE(811), @@ -157054,7 +157063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [809] = { + [STATE(809)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -157187,7 +157196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [810] = { + [STATE(810)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -157320,7 +157329,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [811] = { + [STATE(811)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -157453,7 +157462,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [812] = { + [STATE(812)] = { [sym_preproc_def] = STATE(812), [sym_preproc_function_def] = STATE(812), [sym_preproc_call] = STATE(812), @@ -157586,7 +157595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3556), [anon_sym_static_assert] = ACTIONS(3800), }, - [813] = { + [STATE(813)] = { [sym_preproc_def] = STATE(814), [sym_preproc_function_def] = STATE(814), [sym_preproc_call] = STATE(814), @@ -157719,7 +157728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [814] = { + [STATE(814)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -157852,7 +157861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [815] = { + [STATE(815)] = { [sym_preproc_def] = STATE(809), [sym_preproc_function_def] = STATE(809), [sym_preproc_call] = STATE(809), @@ -157985,7 +157994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [816] = { + [STATE(816)] = { [sym_preproc_def] = STATE(795), [sym_preproc_function_def] = STATE(795), [sym_preproc_call] = STATE(795), @@ -158118,7 +158127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [817] = { + [STATE(817)] = { [sym_preproc_def] = STATE(804), [sym_preproc_function_def] = STATE(804), [sym_preproc_call] = STATE(804), @@ -158251,7 +158260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [818] = { + [STATE(818)] = { [sym_preproc_def] = STATE(817), [sym_preproc_function_def] = STATE(817), [sym_preproc_call] = STATE(817), @@ -158384,7 +158393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3011), [anon_sym_static_assert] = ACTIONS(3659), }, - [819] = { + [STATE(819)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -158516,7 +158525,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [820] = { + [STATE(820)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -158648,7 +158657,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [821] = { + [STATE(821)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -158778,7 +158787,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [822] = { + [STATE(822)] = { [sym_expression] = STATE(4498), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -158908,7 +158917,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [823] = { + [STATE(823)] = { [sym_expression] = STATE(4507), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -159038,7 +159047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [824] = { + [STATE(824)] = { [sym_expression] = STATE(4728), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -159165,7 +159174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [825] = { + [STATE(825)] = { [sym__declaration_modifiers] = STATE(2092), [sym__declaration_specifiers] = STATE(6303), [sym_attribute_specifier] = STATE(2092), @@ -159290,7 +159299,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_RBRACK] = ACTIONS(3901), [anon_sym_DQUOTE_DQUOTE] = ACTIONS(3925), }, - [826] = { + [STATE(826)] = { [sym__declaration_modifiers] = STATE(2092), [sym__declaration_specifiers] = STATE(6303), [sym_attribute_specifier] = STATE(2092), @@ -159415,7 +159424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LBRACK_RBRACK] = ACTIONS(3927), [anon_sym_DQUOTE_DQUOTE] = ACTIONS(3933), }, - [827] = { + [STATE(827)] = { [sym_expression] = STATE(4551), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -159539,7 +159548,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [828] = { + [STATE(828)] = { [sym_identifier] = ACTIONS(3947), [anon_sym_COMMA] = ACTIONS(3949), [anon_sym_RPAREN] = ACTIONS(3949), @@ -159663,7 +159672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3947), [sym_this] = ACTIONS(3947), }, - [829] = { + [STATE(829)] = { [sym_identifier] = ACTIONS(3951), [anon_sym_COMMA] = ACTIONS(3953), [anon_sym_RPAREN] = ACTIONS(3953), @@ -159787,7 +159796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3951), [sym_this] = ACTIONS(3951), }, - [830] = { + [STATE(830)] = { [sym_expression] = STATE(3201), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -159911,7 +159920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [831] = { + [STATE(831)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -160035,7 +160044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [832] = { + [STATE(832)] = { [sym_function_definition] = STATE(2150), [sym_declaration] = STATE(2150), [sym__declaration_modifiers] = STATE(3120), @@ -160156,7 +160165,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(3973), [anon_sym_requires] = ACTIONS(3975), }, - [833] = { + [STATE(833)] = { [sym_function_definition] = STATE(2066), [sym_declaration] = STATE(2066), [sym__declaration_modifiers] = STATE(3120), @@ -160277,7 +160286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(3979), [anon_sym_requires] = ACTIONS(3975), }, - [834] = { + [STATE(834)] = { [sym_function_definition] = STATE(1710), [sym_declaration] = STATE(1710), [sym__declaration_modifiers] = STATE(3120), @@ -160398,7 +160407,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(3983), [anon_sym_requires] = ACTIONS(3975), }, - [835] = { + [STATE(835)] = { [sym_function_definition] = STATE(302), [sym_declaration] = STATE(302), [sym__declaration_modifiers] = STATE(3120), @@ -160519,7 +160528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(337), [anon_sym_requires] = ACTIONS(3975), }, - [836] = { + [STATE(836)] = { [sym_function_definition] = STATE(704), [sym_declaration] = STATE(704), [sym__declaration_modifiers] = STATE(3120), @@ -160640,7 +160649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(934), [anon_sym_requires] = ACTIONS(3975), }, - [837] = { + [STATE(837)] = { [sym_function_definition] = STATE(784), [sym_declaration] = STATE(784), [sym__declaration_modifiers] = STATE(3120), @@ -160761,7 +160770,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(241), [anon_sym_requires] = ACTIONS(3975), }, - [838] = { + [STATE(838)] = { [sym_function_definition] = STATE(648), [sym_declaration] = STATE(648), [sym__declaration_modifiers] = STATE(3120), @@ -160882,7 +160891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(153), [anon_sym_requires] = ACTIONS(3975), }, - [839] = { + [STATE(839)] = { [sym_type_qualifier] = STATE(841), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4715), @@ -161001,7 +161010,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [840] = { + [STATE(840)] = { [sym_type_qualifier] = STATE(859), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4619), @@ -161120,7 +161129,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [841] = { + [STATE(841)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4727), @@ -161239,7 +161248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [842] = { + [STATE(842)] = { [sym_type_qualifier] = STATE(858), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4698), @@ -161358,7 +161367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [843] = { + [STATE(843)] = { [sym_function_definition] = STATE(716), [sym_declaration] = STATE(716), [sym__declaration_modifiers] = STATE(3120), @@ -161477,7 +161486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(3999), [anon_sym_concept] = ACTIONS(934), }, - [844] = { + [STATE(844)] = { [sym_type_qualifier] = STATE(852), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4763), @@ -161596,7 +161605,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [845] = { + [STATE(845)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4657), @@ -161715,7 +161724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [846] = { + [STATE(846)] = { [sym_type_qualifier] = STATE(865), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4661), @@ -161834,7 +161843,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [847] = { + [STATE(847)] = { [sym_function_definition] = STATE(606), [sym_declaration] = STATE(606), [sym__declaration_modifiers] = STATE(3120), @@ -161953,7 +161962,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4015), [anon_sym_concept] = ACTIONS(153), }, - [848] = { + [STATE(848)] = { [sym_type_qualifier] = STATE(867), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4671), @@ -162072,7 +162081,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [849] = { + [STATE(849)] = { [sym_function_definition] = STATE(1817), [sym_declaration] = STATE(1817), [sym__declaration_modifiers] = STATE(3120), @@ -162191,7 +162200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(3015), [anon_sym_concept] = ACTIONS(3983), }, - [850] = { + [STATE(850)] = { [sym_function_definition] = STATE(703), [sym_declaration] = STATE(703), [sym__declaration_modifiers] = STATE(3120), @@ -162310,7 +162319,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4007), [anon_sym_concept] = ACTIONS(241), }, - [851] = { + [STATE(851)] = { [sym_function_definition] = STATE(322), [sym_declaration] = STATE(322), [sym__declaration_modifiers] = STATE(3120), @@ -162429,7 +162438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(3991), [anon_sym_concept] = ACTIONS(337), }, - [852] = { + [STATE(852)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4666), @@ -162548,7 +162557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [853] = { + [STATE(853)] = { [sym_type_qualifier] = STATE(855), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4625), @@ -162667,7 +162676,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [854] = { + [STATE(854)] = { [sym_function_definition] = STATE(1968), [sym_declaration] = STATE(1968), [sym__declaration_modifiers] = STATE(3120), @@ -162786,7 +162795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(3693), [anon_sym_concept] = ACTIONS(3973), }, - [855] = { + [STATE(855)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4694), @@ -162905,7 +162914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [856] = { + [STATE(856)] = { [sym_type_qualifier] = STATE(861), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4769), @@ -163024,7 +163033,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [857] = { + [STATE(857)] = { [sym_type_qualifier] = STATE(864), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4615), @@ -163143,7 +163152,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [858] = { + [STATE(858)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4677), @@ -163262,7 +163271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [859] = { + [STATE(859)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4689), @@ -163381,7 +163390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [860] = { + [STATE(860)] = { [sym_identifier] = ACTIONS(4103), [anon_sym_LPAREN2] = ACTIONS(4106), [anon_sym_BANG] = ACTIONS(4109), @@ -163500,7 +163509,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(4111), [sym_this] = ACTIONS(4111), }, - [861] = { + [STATE(861)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4674), @@ -163619,7 +163628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [862] = { + [STATE(862)] = { [sym_type_qualifier] = STATE(845), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4717), @@ -163738,7 +163747,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [863] = { + [STATE(863)] = { [sym_function_definition] = STATE(2145), [sym_declaration] = STATE(2145), [sym__declaration_modifiers] = STATE(3120), @@ -163857,7 +163866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(3657), [anon_sym_concept] = ACTIONS(3979), }, - [864] = { + [STATE(864)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4692), @@ -163976,7 +163985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [865] = { + [STATE(865)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4734), @@ -164095,7 +164104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [866] = { + [STATE(866)] = { [sym_type_qualifier] = STATE(845), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4717), @@ -164214,7 +164223,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [867] = { + [STATE(867)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [sym_expression] = STATE(4632), @@ -164333,7 +164342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [868] = { + [STATE(868)] = { [sym_catch_clause] = STATE(868), [aux_sym_constructor_try_statement_repeat1] = STATE(868), [sym_identifier] = ACTIONS(2476), @@ -164450,7 +164459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2476), [sym_this] = ACTIONS(2476), }, - [869] = { + [STATE(869)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -164567,7 +164576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [870] = { + [STATE(870)] = { [sym_expression] = STATE(2893), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -164684,7 +164693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [871] = { + [STATE(871)] = { [sym_expression] = STATE(3201), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -164801,7 +164810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [872] = { + [STATE(872)] = { [sym_catch_clause] = STATE(868), [aux_sym_constructor_try_statement_repeat1] = STATE(868), [sym_identifier] = ACTIONS(2483), @@ -164918,7 +164927,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2483), [sym_this] = ACTIONS(2483), }, - [873] = { + [STATE(873)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -165034,7 +165043,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [874] = { + [STATE(874)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -165150,7 +165159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [875] = { + [STATE(875)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -165266,7 +165275,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [876] = { + [STATE(876)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -165382,7 +165391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [877] = { + [STATE(877)] = { [sym_expression] = STATE(4533), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -165498,7 +165507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(4287), [sym_this] = ACTIONS(4269), }, - [878] = { + [STATE(878)] = { [sym_identifier] = ACTIONS(1936), [anon_sym_LPAREN2] = ACTIONS(1934), [anon_sym_BANG] = ACTIONS(1934), @@ -165613,7 +165622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1936), [sym_this] = ACTIONS(1936), }, - [879] = { + [STATE(879)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1604), [sym_raw_string_literal] = STATE(2624), @@ -165728,7 +165737,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [880] = { + [STATE(880)] = { [sym_identifier] = ACTIONS(3951), [anon_sym_LPAREN2] = ACTIONS(3953), [anon_sym_BANG] = ACTIONS(3953), @@ -165843,7 +165852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3951), [sym_this] = ACTIONS(3951), }, - [881] = { + [STATE(881)] = { [sym_identifier] = ACTIONS(3947), [anon_sym_LPAREN2] = ACTIONS(3949), [anon_sym_BANG] = ACTIONS(3949), @@ -165958,7 +165967,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3947), [sym_this] = ACTIONS(3947), }, - [882] = { + [STATE(882)] = { [sym_identifier] = ACTIONS(2619), [anon_sym_LPAREN2] = ACTIONS(2621), [anon_sym_BANG] = ACTIONS(2621), @@ -166073,7 +166082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2619), [sym_this] = ACTIONS(2619), }, - [883] = { + [STATE(883)] = { [sym_else_clause] = STATE(903), [sym_identifier] = ACTIONS(2613), [anon_sym_LPAREN2] = ACTIONS(2615), @@ -166188,7 +166197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2613), [sym_this] = ACTIONS(2613), }, - [884] = { + [STATE(884)] = { [sym_else_clause] = STATE(916), [sym_identifier] = ACTIONS(2623), [anon_sym_LPAREN2] = ACTIONS(2625), @@ -166303,7 +166312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2623), [sym_this] = ACTIONS(2623), }, - [885] = { + [STATE(885)] = { [sym_identifier] = ACTIONS(1940), [anon_sym_LPAREN2] = ACTIONS(1938), [anon_sym_BANG] = ACTIONS(1938), @@ -166418,7 +166427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1940), [sym_this] = ACTIONS(1940), }, - [886] = { + [STATE(886)] = { [sym_identifier] = ACTIONS(2711), [anon_sym_LPAREN2] = ACTIONS(2713), [anon_sym_BANG] = ACTIONS(2713), @@ -166532,7 +166541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2711), [sym_this] = ACTIONS(2711), }, - [887] = { + [STATE(887)] = { [sym_identifier] = ACTIONS(2723), [anon_sym_LPAREN2] = ACTIONS(2725), [anon_sym_BANG] = ACTIONS(2725), @@ -166646,7 +166655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2723), [sym_this] = ACTIONS(2723), }, - [888] = { + [STATE(888)] = { [sym_identifier] = ACTIONS(2687), [anon_sym_LPAREN2] = ACTIONS(2689), [anon_sym_BANG] = ACTIONS(2689), @@ -166760,7 +166769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2687), [sym_this] = ACTIONS(2687), }, - [889] = { + [STATE(889)] = { [sym_identifier] = ACTIONS(2715), [anon_sym_LPAREN2] = ACTIONS(2717), [anon_sym_BANG] = ACTIONS(2717), @@ -166874,7 +166883,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2715), [sym_this] = ACTIONS(2715), }, - [890] = { + [STATE(890)] = { [sym_identifier] = ACTIONS(2695), [anon_sym_LPAREN2] = ACTIONS(2697), [anon_sym_BANG] = ACTIONS(2697), @@ -166988,7 +166997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2695), [sym_this] = ACTIONS(2695), }, - [891] = { + [STATE(891)] = { [sym_identifier] = ACTIONS(2635), [anon_sym_LPAREN2] = ACTIONS(2637), [anon_sym_BANG] = ACTIONS(2637), @@ -167102,7 +167111,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2635), [sym_this] = ACTIONS(2635), }, - [892] = { + [STATE(892)] = { [sym_identifier] = ACTIONS(2735), [anon_sym_LPAREN2] = ACTIONS(2737), [anon_sym_BANG] = ACTIONS(2737), @@ -167216,7 +167225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2735), [sym_this] = ACTIONS(2735), }, - [893] = { + [STATE(893)] = { [sym_identifier] = ACTIONS(2747), [anon_sym_LPAREN2] = ACTIONS(2749), [anon_sym_BANG] = ACTIONS(2749), @@ -167330,7 +167339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2747), [sym_this] = ACTIONS(2747), }, - [894] = { + [STATE(894)] = { [sym_identifier] = ACTIONS(2739), [anon_sym_LPAREN2] = ACTIONS(2741), [anon_sym_BANG] = ACTIONS(2741), @@ -167444,7 +167453,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2739), [sym_this] = ACTIONS(2739), }, - [895] = { + [STATE(895)] = { [sym_identifier] = ACTIONS(2759), [anon_sym_LPAREN2] = ACTIONS(2761), [anon_sym_BANG] = ACTIONS(2761), @@ -167558,7 +167567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2759), [sym_this] = ACTIONS(2759), }, - [896] = { + [STATE(896)] = { [sym_identifier] = ACTIONS(2767), [anon_sym_LPAREN2] = ACTIONS(2769), [anon_sym_BANG] = ACTIONS(2769), @@ -167672,7 +167681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [897] = { + [STATE(897)] = { [sym_identifier] = ACTIONS(2659), [anon_sym_LPAREN2] = ACTIONS(2661), [anon_sym_BANG] = ACTIONS(2661), @@ -167786,7 +167795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2659), [sym_this] = ACTIONS(2659), }, - [898] = { + [STATE(898)] = { [sym_identifier] = ACTIONS(2751), [anon_sym_LPAREN2] = ACTIONS(2753), [anon_sym_BANG] = ACTIONS(2753), @@ -167900,7 +167909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2751), [sym_this] = ACTIONS(2751), }, - [899] = { + [STATE(899)] = { [sym_identifier] = ACTIONS(2643), [anon_sym_LPAREN2] = ACTIONS(2645), [anon_sym_BANG] = ACTIONS(2645), @@ -168014,7 +168023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2643), [sym_this] = ACTIONS(2643), }, - [900] = { + [STATE(900)] = { [sym_identifier] = ACTIONS(4103), [anon_sym_LPAREN2] = ACTIONS(4109), [anon_sym_BANG] = ACTIONS(4109), @@ -168128,7 +168137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(4111), [sym_this] = ACTIONS(4111), }, - [901] = { + [STATE(901)] = { [sym_ms_based_modifier] = STATE(8682), [sym__declarator] = STATE(6451), [sym_parenthesized_declarator] = STATE(5998), @@ -168242,7 +168251,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [902] = { + [STATE(902)] = { [sym_identifier] = ACTIONS(2707), [anon_sym_LPAREN2] = ACTIONS(2709), [anon_sym_BANG] = ACTIONS(2709), @@ -168356,7 +168365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2707), [sym_this] = ACTIONS(2707), }, - [903] = { + [STATE(903)] = { [sym_identifier] = ACTIONS(2665), [anon_sym_LPAREN2] = ACTIONS(2667), [anon_sym_BANG] = ACTIONS(2667), @@ -168470,7 +168479,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2665), [sym_this] = ACTIONS(2665), }, - [904] = { + [STATE(904)] = { [sym_identifier] = ACTIONS(2763), [anon_sym_LPAREN2] = ACTIONS(2765), [anon_sym_BANG] = ACTIONS(2765), @@ -168584,7 +168593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2763), [sym_this] = ACTIONS(2763), }, - [905] = { + [STATE(905)] = { [sym_identifier] = ACTIONS(2755), [anon_sym_LPAREN2] = ACTIONS(2757), [anon_sym_BANG] = ACTIONS(2757), @@ -168698,7 +168707,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2755), [sym_this] = ACTIONS(2755), }, - [906] = { + [STATE(906)] = { [sym_identifier] = ACTIONS(2677), [anon_sym_LPAREN2] = ACTIONS(2679), [anon_sym_BANG] = ACTIONS(2679), @@ -168812,7 +168821,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2677), [sym_this] = ACTIONS(2677), }, - [907] = { + [STATE(907)] = { [sym_identifier] = ACTIONS(2647), [anon_sym_LPAREN2] = ACTIONS(2649), [anon_sym_BANG] = ACTIONS(2649), @@ -168926,7 +168935,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2647), [sym_this] = ACTIONS(2647), }, - [908] = { + [STATE(908)] = { [sym_identifier] = ACTIONS(2631), [anon_sym_LPAREN2] = ACTIONS(2633), [anon_sym_BANG] = ACTIONS(2633), @@ -169040,7 +169049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2631), [sym_this] = ACTIONS(2631), }, - [909] = { + [STATE(909)] = { [sym_ms_based_modifier] = STATE(8682), [sym__declarator] = STATE(6451), [sym_parenthesized_declarator] = STATE(5998), @@ -169154,7 +169163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [910] = { + [STATE(910)] = { [sym_identifier] = ACTIONS(2743), [anon_sym_LPAREN2] = ACTIONS(2745), [anon_sym_BANG] = ACTIONS(2745), @@ -169268,7 +169277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2743), [sym_this] = ACTIONS(2743), }, - [911] = { + [STATE(911)] = { [sym_identifier] = ACTIONS(2719), [anon_sym_LPAREN2] = ACTIONS(2721), [anon_sym_BANG] = ACTIONS(2721), @@ -169382,7 +169391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2719), [sym_this] = ACTIONS(2719), }, - [912] = { + [STATE(912)] = { [sym_identifier] = ACTIONS(2669), [anon_sym_LPAREN2] = ACTIONS(2671), [anon_sym_BANG] = ACTIONS(2671), @@ -169496,7 +169505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2669), [sym_this] = ACTIONS(2669), }, - [913] = { + [STATE(913)] = { [sym_identifier] = ACTIONS(2681), [anon_sym_LPAREN2] = ACTIONS(2683), [anon_sym_BANG] = ACTIONS(2683), @@ -169610,7 +169619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2681), [sym_this] = ACTIONS(2681), }, - [914] = { + [STATE(914)] = { [sym_identifier] = ACTIONS(2699), [anon_sym_LPAREN2] = ACTIONS(2701), [anon_sym_BANG] = ACTIONS(2701), @@ -169724,7 +169733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2699), [sym_this] = ACTIONS(2699), }, - [915] = { + [STATE(915)] = { [sym_identifier] = ACTIONS(2651), [anon_sym_LPAREN2] = ACTIONS(2653), [anon_sym_BANG] = ACTIONS(2653), @@ -169838,7 +169847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2651), [sym_this] = ACTIONS(2651), }, - [916] = { + [STATE(916)] = { [sym_identifier] = ACTIONS(2727), [anon_sym_LPAREN2] = ACTIONS(2729), [anon_sym_BANG] = ACTIONS(2729), @@ -169952,7 +169961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2727), [sym_this] = ACTIONS(2727), }, - [917] = { + [STATE(917)] = { [sym_identifier] = ACTIONS(2691), [anon_sym_LPAREN2] = ACTIONS(2693), [anon_sym_BANG] = ACTIONS(2693), @@ -170066,7 +170075,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2691), [sym_this] = ACTIONS(2691), }, - [918] = { + [STATE(918)] = { [sym_identifier] = ACTIONS(2767), [anon_sym_LPAREN2] = ACTIONS(2769), [anon_sym_BANG] = ACTIONS(2769), @@ -170180,7 +170189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2767), [sym_this] = ACTIONS(2767), }, - [919] = { + [STATE(919)] = { [sym_identifier] = ACTIONS(2703), [anon_sym_LPAREN2] = ACTIONS(2705), [anon_sym_BANG] = ACTIONS(2705), @@ -170294,7 +170303,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [920] = { + [STATE(920)] = { [sym_identifier] = ACTIONS(2703), [anon_sym_LPAREN2] = ACTIONS(2705), [anon_sym_BANG] = ACTIONS(2705), @@ -170408,7 +170417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2703), [sym_this] = ACTIONS(2703), }, - [921] = { + [STATE(921)] = { [sym_identifier] = ACTIONS(2673), [anon_sym_LPAREN2] = ACTIONS(2675), [anon_sym_BANG] = ACTIONS(2675), @@ -170522,7 +170531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2673), [sym_this] = ACTIONS(2673), }, - [922] = { + [STATE(922)] = { [sym_identifier] = ACTIONS(2639), [anon_sym_LPAREN2] = ACTIONS(2641), [anon_sym_BANG] = ACTIONS(2641), @@ -170636,7 +170645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2639), [sym_this] = ACTIONS(2639), }, - [923] = { + [STATE(923)] = { [sym_identifier] = ACTIONS(2655), [anon_sym_LPAREN2] = ACTIONS(2657), [anon_sym_BANG] = ACTIONS(2657), @@ -170750,7 +170759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2655), [sym_this] = ACTIONS(2655), }, - [924] = { + [STATE(924)] = { [sym_identifier] = ACTIONS(2731), [anon_sym_LPAREN2] = ACTIONS(2733), [anon_sym_BANG] = ACTIONS(2733), @@ -170864,7 +170873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2731), [sym_this] = ACTIONS(2731), }, - [925] = { + [STATE(925)] = { [sym_identifier] = ACTIONS(2627), [anon_sym_LPAREN2] = ACTIONS(2629), [anon_sym_BANG] = ACTIONS(2629), @@ -170978,7 +170987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2627), [sym_this] = ACTIONS(2627), }, - [926] = { + [STATE(926)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -171090,7 +171099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [927] = { + [STATE(927)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -171201,7 +171210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [928] = { + [STATE(928)] = { [sym_expression] = STATE(3326), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -171311,7 +171320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [929] = { + [STATE(929)] = { [sym_expression] = STATE(3632), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -171421,7 +171430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [930] = { + [STATE(930)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -171531,7 +171540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [931] = { + [STATE(931)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -171641,7 +171650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [932] = { + [STATE(932)] = { [sym_expression] = STATE(4396), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -171751,7 +171760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [933] = { + [STATE(933)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -171861,7 +171870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [934] = { + [STATE(934)] = { [sym_expression] = STATE(4116), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -171971,7 +171980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [935] = { + [STATE(935)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -172081,7 +172090,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [936] = { + [STATE(936)] = { [sym_expression] = STATE(4119), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -172191,7 +172200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [937] = { + [STATE(937)] = { [sym_expression] = STATE(4366), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -172301,7 +172310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [938] = { + [STATE(938)] = { [sym_expression] = STATE(2908), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -172411,7 +172420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [939] = { + [STATE(939)] = { [sym_expression] = STATE(4372), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7389), @@ -172521,7 +172530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [940] = { + [STATE(940)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -172631,7 +172640,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [941] = { + [STATE(941)] = { [sym_expression] = STATE(4345), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -172741,7 +172750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [942] = { + [STATE(942)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -172851,7 +172860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [943] = { + [STATE(943)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -172961,7 +172970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [944] = { + [STATE(944)] = { [sym_expression] = STATE(3352), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -173071,7 +173080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [945] = { + [STATE(945)] = { [sym_expression] = STATE(3353), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -173181,7 +173190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [946] = { + [STATE(946)] = { [sym_expression] = STATE(4340), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -173291,7 +173300,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [947] = { + [STATE(947)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -173401,7 +173410,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [948] = { + [STATE(948)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -173511,7 +173520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [949] = { + [STATE(949)] = { [sym_expression] = STATE(4306), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -173621,7 +173630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [950] = { + [STATE(950)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -173731,7 +173740,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [951] = { + [STATE(951)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -173841,7 +173850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [952] = { + [STATE(952)] = { [sym_expression] = STATE(2949), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -173951,7 +173960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [953] = { + [STATE(953)] = { [sym_expression] = STATE(4365), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -174061,7 +174070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [954] = { + [STATE(954)] = { [sym_expression] = STATE(3606), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -174171,7 +174180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [955] = { + [STATE(955)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -174281,7 +174290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [956] = { + [STATE(956)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -174391,7 +174400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [957] = { + [STATE(957)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -174501,7 +174510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [958] = { + [STATE(958)] = { [sym_expression] = STATE(4309), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -174611,7 +174620,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [959] = { + [STATE(959)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -174721,7 +174730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [960] = { + [STATE(960)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -174831,7 +174840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [961] = { + [STATE(961)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -174941,7 +174950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [962] = { + [STATE(962)] = { [sym_expression] = STATE(4456), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -175051,7 +175060,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [963] = { + [STATE(963)] = { [sym_expression] = STATE(3183), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -175161,7 +175170,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [964] = { + [STATE(964)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -175271,7 +175280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [965] = { + [STATE(965)] = { [sym_expression] = STATE(4317), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -175381,7 +175390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [966] = { + [STATE(966)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -175491,7 +175500,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [967] = { + [STATE(967)] = { [sym_expression] = STATE(3040), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -175601,7 +175610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [968] = { + [STATE(968)] = { [sym_expression] = STATE(4361), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -175711,7 +175720,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [969] = { + [STATE(969)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -175821,7 +175830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [970] = { + [STATE(970)] = { [sym_expression] = STATE(4429), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -175931,7 +175940,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [971] = { + [STATE(971)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -176041,7 +176050,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [972] = { + [STATE(972)] = { [sym_expression] = STATE(3043), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -176151,7 +176160,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [973] = { + [STATE(973)] = { [sym_expression] = STATE(4565), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -176261,7 +176270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [974] = { + [STATE(974)] = { [sym_expression] = STATE(4567), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -176371,7 +176380,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [975] = { + [STATE(975)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -176481,7 +176490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [976] = { + [STATE(976)] = { [sym_string_literal] = STATE(2370), [sym_template_argument_list] = STATE(1586), [sym_raw_string_literal] = STATE(2370), @@ -176591,7 +176600,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(4413), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [977] = { + [STATE(977)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -176701,7 +176710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [978] = { + [STATE(978)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1659), [sym_raw_string_literal] = STATE(2624), @@ -176811,7 +176820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [979] = { + [STATE(979)] = { [sym_expression] = STATE(2808), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -176921,7 +176930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [980] = { + [STATE(980)] = { [sym_expression] = STATE(2813), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -177031,7 +177040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [981] = { + [STATE(981)] = { [sym_expression_statement] = STATE(2752), [sym_expression] = STATE(4466), [sym__string] = STATE(4250), @@ -177141,7 +177150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(4508), [sym_this] = ACTIONS(4481), }, - [982] = { + [STATE(982)] = { [sym_expression] = STATE(3204), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -177251,7 +177260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [983] = { + [STATE(983)] = { [sym_expression] = STATE(3324), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -177361,7 +177370,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [984] = { + [STATE(984)] = { [sym_expression] = STATE(4529), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -177471,7 +177480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [985] = { + [STATE(985)] = { [sym_expression] = STATE(4531), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -177581,7 +177590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [986] = { + [STATE(986)] = { [sym_expression] = STATE(4284), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -177691,7 +177700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [987] = { + [STATE(987)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -177800,7 +177809,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [988] = { + [STATE(988)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -177909,7 +177918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [989] = { + [STATE(989)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178018,7 +178027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [990] = { + [STATE(990)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178127,7 +178136,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [991] = { + [STATE(991)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178236,7 +178245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [992] = { + [STATE(992)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(1673), [sym_raw_string_literal] = STATE(2624), @@ -178345,7 +178354,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [993] = { + [STATE(993)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178454,7 +178463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [994] = { + [STATE(994)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178563,7 +178572,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [995] = { + [STATE(995)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178672,7 +178681,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [996] = { + [STATE(996)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178781,7 +178790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [997] = { + [STATE(997)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178890,7 +178899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [998] = { + [STATE(998)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -178999,7 +179008,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [999] = { + [STATE(999)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -179108,7 +179117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1000] = { + [STATE(1000)] = { [sym_expression] = STATE(4556), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -179216,7 +179225,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1001] = { + [STATE(1001)] = { [sym_expression] = STATE(4766), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -179324,7 +179333,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(4545), }, - [1002] = { + [STATE(1002)] = { [sym_expression] = STATE(4766), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -179432,7 +179441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(4545), }, - [1003] = { + [STATE(1003)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -179536,7 +179545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1004] = { + [STATE(1004)] = { [sym_expression] = STATE(3230), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -179640,7 +179649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1005] = { + [STATE(1005)] = { [sym_expression] = STATE(4173), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -179744,7 +179753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1006] = { + [STATE(1006)] = { [sym_expression] = STATE(4477), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8534), @@ -179848,7 +179857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1007] = { + [STATE(1007)] = { [sym_expression] = STATE(4461), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8831), @@ -179952,7 +179961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1008] = { + [STATE(1008)] = { [sym_compound_statement] = STATE(7140), [sym_expression] = STATE(4385), [sym__string] = STATE(4250), @@ -180056,7 +180065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1009] = { + [STATE(1009)] = { [sym_expression] = STATE(3345), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180160,7 +180169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1010] = { + [STATE(1010)] = { [sym_expression] = STATE(4172), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -180264,7 +180273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1011] = { + [STATE(1011)] = { [sym_expression] = STATE(3244), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180368,7 +180377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1012] = { + [STATE(1012)] = { [sym_expression] = STATE(4179), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -180472,7 +180481,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1013] = { + [STATE(1013)] = { [sym_expression] = STATE(3239), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180576,7 +180585,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1014] = { + [STATE(1014)] = { [sym_expression] = STATE(3290), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180680,7 +180689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1015] = { + [STATE(1015)] = { [sym_expression] = STATE(3220), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180784,7 +180793,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1016] = { + [STATE(1016)] = { [sym_expression] = STATE(3236), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -180888,7 +180897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1017] = { + [STATE(1017)] = { [sym_compound_statement] = STATE(8449), [sym_expression] = STATE(3257), [sym__string] = STATE(2950), @@ -180992,7 +181001,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1018] = { + [STATE(1018)] = { [sym_expression] = STATE(3215), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -181096,7 +181105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1019] = { + [STATE(1019)] = { [sym_compound_statement] = STATE(7549), [sym_expression] = STATE(4327), [sym__string] = STATE(4250), @@ -181200,7 +181209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1020] = { + [STATE(1020)] = { [sym_compound_statement] = STATE(7153), [sym_expression] = STATE(4348), [sym__string] = STATE(4250), @@ -181304,7 +181313,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1021] = { + [STATE(1021)] = { [sym_compound_statement] = STATE(7482), [sym_expression] = STATE(4338), [sym__string] = STATE(4250), @@ -181408,7 +181417,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1022] = { + [STATE(1022)] = { [sym_expression] = STATE(4582), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8533), @@ -181512,7 +181521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1023] = { + [STATE(1023)] = { [sym_compound_statement] = STATE(7386), [sym_expression] = STATE(4364), [sym__string] = STATE(4250), @@ -181616,7 +181625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1024] = { + [STATE(1024)] = { [sym_expression] = STATE(4561), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8490), @@ -181720,7 +181729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1025] = { + [STATE(1025)] = { [sym_expression] = STATE(4562), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7937), @@ -181824,7 +181833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1026] = { + [STATE(1026)] = { [sym_expression] = STATE(3272), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -181928,7 +181937,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1027] = { + [STATE(1027)] = { [sym_compound_statement] = STATE(7298), [sym_expression] = STATE(4335), [sym__string] = STATE(4250), @@ -182032,7 +182041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1028] = { + [STATE(1028)] = { [sym_compound_statement] = STATE(7197), [sym_expression] = STATE(4395), [sym__string] = STATE(4250), @@ -182136,7 +182145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1029] = { + [STATE(1029)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182239,7 +182248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1030] = { + [STATE(1030)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182342,7 +182351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1031] = { + [STATE(1031)] = { [sym_expression] = STATE(4407), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182445,7 +182454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1032] = { + [STATE(1032)] = { [sym_expression] = STATE(4363), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182548,7 +182557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1033] = { + [STATE(1033)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182651,7 +182660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1034] = { + [STATE(1034)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182754,7 +182763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1035] = { + [STATE(1035)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182857,7 +182866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1036] = { + [STATE(1036)] = { [sym_expression] = STATE(4368), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -182960,7 +182969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1037] = { + [STATE(1037)] = { [sym_compound_statement] = STATE(7569), [sym_expression] = STATE(4483), [sym__string] = STATE(4250), @@ -183063,7 +183072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1038] = { + [STATE(1038)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183166,7 +183175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1039] = { + [STATE(1039)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183269,7 +183278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1040] = { + [STATE(1040)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183372,7 +183381,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1041] = { + [STATE(1041)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183475,7 +183484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1042] = { + [STATE(1042)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183578,7 +183587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1043] = { + [STATE(1043)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183681,7 +183690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1044] = { + [STATE(1044)] = { [sym_expression] = STATE(4326), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -183783,7 +183792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1045] = { + [STATE(1045)] = { [sym_expression] = STATE(4568), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8431), @@ -183885,7 +183894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1046] = { + [STATE(1046)] = { [sym_expression] = STATE(4575), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8705), @@ -183987,7 +183996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1047] = { + [STATE(1047)] = { [sym_expression] = STATE(4508), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8268), @@ -184089,7 +184098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1048] = { + [STATE(1048)] = { [sym_expression] = STATE(4762), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -184191,7 +184200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1049] = { + [STATE(1049)] = { [sym_expression] = STATE(4458), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8245), @@ -184293,7 +184302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1050] = { + [STATE(1050)] = { [sym_expression] = STATE(4557), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -184395,7 +184404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1051] = { + [STATE(1051)] = { [sym_expression] = STATE(4437), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8033), @@ -184497,7 +184506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1052] = { + [STATE(1052)] = { [sym_expression] = STATE(4469), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -184599,7 +184608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1053] = { + [STATE(1053)] = { [sym_expression] = STATE(3339), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -184701,7 +184710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1054] = { + [STATE(1054)] = { [sym_expression] = STATE(4283), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -184803,7 +184812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1055] = { + [STATE(1055)] = { [sym_expression] = STATE(4312), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -184905,7 +184914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1056] = { + [STATE(1056)] = { [sym_expression] = STATE(3171), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -185007,7 +185016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1057] = { + [STATE(1057)] = { [sym_expression] = STATE(4505), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -185109,7 +185118,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1058] = { + [STATE(1058)] = { [sym_expression] = STATE(4544), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8011), @@ -185211,7 +185220,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1059] = { + [STATE(1059)] = { [sym_expression] = STATE(4498), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -185313,7 +185322,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1060] = { + [STATE(1060)] = { [sym_expression] = STATE(3572), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -185415,7 +185424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1061] = { + [STATE(1061)] = { [sym_expression] = STATE(3578), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -185517,7 +185526,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1062] = { + [STATE(1062)] = { [sym_expression] = STATE(4443), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7931), @@ -185619,7 +185628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1063] = { + [STATE(1063)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -185721,7 +185730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1064] = { + [STATE(1064)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -185823,7 +185832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1065] = { + [STATE(1065)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -185925,7 +185934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1066] = { + [STATE(1066)] = { [sym_expression] = STATE(4543), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -186027,7 +186036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1067] = { + [STATE(1067)] = { [sym_expression] = STATE(4489), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -186129,7 +186138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1068] = { + [STATE(1068)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -186231,7 +186240,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1069] = { + [STATE(1069)] = { [sym_expression] = STATE(4431), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8338), @@ -186333,7 +186342,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1070] = { + [STATE(1070)] = { [sym_expression] = STATE(4433), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8038), @@ -186435,7 +186444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1071] = { + [STATE(1071)] = { [sym_expression] = STATE(4645), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -186537,7 +186546,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1072] = { + [STATE(1072)] = { [sym_expression] = STATE(4417), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8411), @@ -186639,7 +186648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1073] = { + [STATE(1073)] = { [sym_expression] = STATE(4497), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8366), @@ -186741,7 +186750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1074] = { + [STATE(1074)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -186843,7 +186852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1075] = { + [STATE(1075)] = { [sym_expression] = STATE(3797), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -186945,7 +186954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1076] = { + [STATE(1076)] = { [sym_expression] = STATE(4282), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -187047,7 +187056,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1077] = { + [STATE(1077)] = { [sym_expression] = STATE(4452), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8459), @@ -187149,7 +187158,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1078] = { + [STATE(1078)] = { [sym_expression] = STATE(4447), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7983), @@ -187251,7 +187260,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1079] = { + [STATE(1079)] = { [sym_expression] = STATE(4411), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7943), @@ -187353,7 +187362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1080] = { + [STATE(1080)] = { [sym_expression] = STATE(4435), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -187455,7 +187464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1081] = { + [STATE(1081)] = { [sym_expression] = STATE(4450), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -187557,7 +187566,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1082] = { + [STATE(1082)] = { [sym_expression] = STATE(3323), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -187659,7 +187668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1083] = { + [STATE(1083)] = { [sym_expression] = STATE(4424), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7950), @@ -187761,7 +187770,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1084] = { + [STATE(1084)] = { [sym_expression] = STATE(4322), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7389), @@ -187863,7 +187872,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1085] = { + [STATE(1085)] = { [sym_expression] = STATE(4564), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8704), @@ -187965,7 +187974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1086] = { + [STATE(1086)] = { [sym_expression] = STATE(4518), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -188067,7 +188076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1087] = { + [STATE(1087)] = { [sym_expression] = STATE(4448), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8076), @@ -188169,7 +188178,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1088] = { + [STATE(1088)] = { [sym_expression] = STATE(4573), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8734), @@ -188271,7 +188280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1089] = { + [STATE(1089)] = { [sym_expression] = STATE(4482), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(8412), @@ -188373,7 +188382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1090] = { + [STATE(1090)] = { [sym_expression] = STATE(4168), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -188475,7 +188484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1091] = { + [STATE(1091)] = { [sym_expression] = STATE(4507), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -188577,7 +188586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1092] = { + [STATE(1092)] = { [sym_expression] = STATE(2388), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -188679,7 +188688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1093] = { + [STATE(1093)] = { [sym_expression] = STATE(4735), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -188781,7 +188790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1094] = { + [STATE(1094)] = { [sym_expression] = STATE(4608), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -188882,7 +188891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1095] = { + [STATE(1095)] = { [sym_expression] = STATE(3549), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -188983,7 +188992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1096] = { + [STATE(1096)] = { [sym_expression] = STATE(3550), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189084,7 +189093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1097] = { + [STATE(1097)] = { [sym_expression] = STATE(3550), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189185,7 +189194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1098] = { + [STATE(1098)] = { [sym_expression] = STATE(3550), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189286,7 +189295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1099] = { + [STATE(1099)] = { [sym_expression] = STATE(3553), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189387,7 +189396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1100] = { + [STATE(1100)] = { [sym_expression] = STATE(3554), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189488,7 +189497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1101] = { + [STATE(1101)] = { [sym_expression] = STATE(3556), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189589,7 +189598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1102] = { + [STATE(1102)] = { [sym_expression] = STATE(3562), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189690,7 +189699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1103] = { + [STATE(1103)] = { [sym_expression] = STATE(3563), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189791,7 +189800,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1104] = { + [STATE(1104)] = { [sym_expression] = STATE(3570), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189892,7 +189901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1105] = { + [STATE(1105)] = { [sym_expression] = STATE(3570), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -189993,7 +190002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1106] = { + [STATE(1106)] = { [sym_expression] = STATE(3584), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190094,7 +190103,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1107] = { + [STATE(1107)] = { [sym_expression] = STATE(3584), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190195,7 +190204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1108] = { + [STATE(1108)] = { [sym_expression] = STATE(3584), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190296,7 +190305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1109] = { + [STATE(1109)] = { [sym_expression] = STATE(3584), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190397,7 +190406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1110] = { + [STATE(1110)] = { [sym_expression] = STATE(3595), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190498,7 +190507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1111] = { + [STATE(1111)] = { [sym_expression] = STATE(3164), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -190599,7 +190608,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1112] = { + [STATE(1112)] = { [sym_expression] = STATE(3110), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -190700,7 +190709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1113] = { + [STATE(1113)] = { [sym_expression] = STATE(3595), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190801,7 +190810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1114] = { + [STATE(1114)] = { [sym_expression] = STATE(3553), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -190902,7 +190911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1115] = { + [STATE(1115)] = { [sym_expression] = STATE(3554), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -191003,7 +191012,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1116] = { + [STATE(1116)] = { [sym_expression] = STATE(3556), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -191104,7 +191113,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1117] = { + [STATE(1117)] = { [sym_expression] = STATE(3562), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -191205,7 +191214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1118] = { + [STATE(1118)] = { [sym_expression] = STATE(3563), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -191306,7 +191315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1119] = { + [STATE(1119)] = { [sym_expression] = STATE(3570), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -191407,7 +191416,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1120] = { + [STATE(1120)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -191508,7 +191517,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1121] = { + [STATE(1121)] = { [sym_expression] = STATE(3156), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -191609,7 +191618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1122] = { + [STATE(1122)] = { [sym_expression] = STATE(4758), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -191710,7 +191719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1123] = { + [STATE(1123)] = { [sym_expression] = STATE(4651), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -191811,7 +191820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1124] = { + [STATE(1124)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -191912,7 +191921,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1125] = { + [STATE(1125)] = { [sym_expression] = STATE(4555), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7389), @@ -192013,7 +192022,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1126] = { + [STATE(1126)] = { [sym_expression] = STATE(3164), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -192114,7 +192123,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1127] = { + [STATE(1127)] = { [sym_expression] = STATE(3163), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -192215,7 +192224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1128] = { + [STATE(1128)] = { [sym_expression] = STATE(3160), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -192316,7 +192325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1129] = { + [STATE(1129)] = { [sym_expression] = STATE(3164), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -192417,7 +192426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1130] = { + [STATE(1130)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -192518,7 +192527,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1131] = { + [STATE(1131)] = { [sym_expression] = STATE(3158), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -192619,7 +192628,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1132] = { + [STATE(1132)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -192720,7 +192729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1133] = { + [STATE(1133)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -192821,7 +192830,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1134] = { + [STATE(1134)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -192922,7 +192931,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1135] = { + [STATE(1135)] = { [sym_expression] = STATE(4686), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -193023,7 +193032,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1136] = { + [STATE(1136)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -193124,7 +193133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1137] = { + [STATE(1137)] = { [sym_expression] = STATE(4767), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -193225,7 +193234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1138] = { + [STATE(1138)] = { [sym_expression] = STATE(3755), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -193326,7 +193335,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1139] = { + [STATE(1139)] = { [sym_expression] = STATE(3158), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -193427,7 +193436,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1140] = { + [STATE(1140)] = { [sym_expression] = STATE(3164), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -193528,7 +193537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1141] = { + [STATE(1141)] = { [sym_expression] = STATE(3165), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -193629,7 +193638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1142] = { + [STATE(1142)] = { [sym_expression] = STATE(4266), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -193730,7 +193739,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1143] = { + [STATE(1143)] = { [sym_expression] = STATE(4673), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -193831,7 +193840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1144] = { + [STATE(1144)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -193932,7 +193941,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1145] = { + [STATE(1145)] = { [sym_expression] = STATE(4751), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -194033,7 +194042,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1146] = { + [STATE(1146)] = { [sym_expression] = STATE(4616), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -194134,7 +194143,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1147] = { + [STATE(1147)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -194235,7 +194244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1148] = { + [STATE(1148)] = { [sym_expression] = STATE(3163), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -194336,7 +194345,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1149] = { + [STATE(1149)] = { [sym_expression] = STATE(4654), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -194437,7 +194446,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1150] = { + [STATE(1150)] = { [sym_expression] = STATE(3549), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -194538,7 +194547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1151] = { + [STATE(1151)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -194639,7 +194648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1152] = { + [STATE(1152)] = { [sym_expression] = STATE(4686), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -194740,7 +194749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1153] = { + [STATE(1153)] = { [sym_expression] = STATE(4600), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -194841,7 +194850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1154] = { + [STATE(1154)] = { [sym_expression] = STATE(3755), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -194942,7 +194951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1155] = { + [STATE(1155)] = { [sym_expression] = STATE(4704), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -195043,7 +195052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1156] = { + [STATE(1156)] = { [sym_expression] = STATE(4602), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -195144,7 +195153,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1157] = { + [STATE(1157)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -195245,7 +195254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1158] = { + [STATE(1158)] = { [sym_expression] = STATE(4741), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -195346,7 +195355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1159] = { + [STATE(1159)] = { [sym_expression] = STATE(4322), [sym__string] = STATE(4250), [sym_comma_expression] = STATE(7389), @@ -195447,7 +195456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1160] = { + [STATE(1160)] = { [sym_expression] = STATE(4760), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -195548,7 +195557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1161] = { + [STATE(1161)] = { [sym_expression] = STATE(4266), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -195649,7 +195658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1162] = { + [STATE(1162)] = { [sym_expression] = STATE(3160), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -195750,7 +195759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1163] = { + [STATE(1163)] = { [sym_expression] = STATE(4549), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -195851,7 +195860,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1164] = { + [STATE(1164)] = { [sym_expression] = STATE(3156), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -195952,7 +195961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1165] = { + [STATE(1165)] = { [sym_expression] = STATE(3330), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -196053,7 +196062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1166] = { + [STATE(1166)] = { [sym_expression] = STATE(3208), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -196154,7 +196163,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1167] = { + [STATE(1167)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -196255,7 +196264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1168] = { + [STATE(1168)] = { [sym_expression] = STATE(4723), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -196356,7 +196365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1169] = { + [STATE(1169)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -196457,7 +196466,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1170] = { + [STATE(1170)] = { [sym_expression] = STATE(3307), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -196558,7 +196567,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1171] = { + [STATE(1171)] = { [sym_expression] = STATE(4634), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -196659,7 +196668,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1172] = { + [STATE(1172)] = { [sym_expression] = STATE(3110), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -196760,7 +196769,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1173] = { + [STATE(1173)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -196861,7 +196870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1174] = { + [STATE(1174)] = { [sym_expression] = STATE(4753), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -196962,7 +196971,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1175] = { + [STATE(1175)] = { [sym_expression] = STATE(4266), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -197063,7 +197072,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1176] = { + [STATE(1176)] = { [sym_expression] = STATE(2380), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -197164,7 +197173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1177] = { + [STATE(1177)] = { [sym_expression] = STATE(3165), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -197265,7 +197274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1178] = { + [STATE(1178)] = { [sym_expression] = STATE(4636), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -197366,7 +197375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1179] = { + [STATE(1179)] = { [sym_expression] = STATE(3159), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -197467,7 +197476,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1180] = { + [STATE(1180)] = { [sym_expression] = STATE(3755), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -197568,7 +197577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1181] = { + [STATE(1181)] = { [sym_expression] = STATE(3155), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -197669,7 +197678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1182] = { + [STATE(1182)] = { [sym_expression] = STATE(2380), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -197770,7 +197779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1183] = { + [STATE(1183)] = { [sym_expression] = STATE(4708), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -197871,7 +197880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1184] = { + [STATE(1184)] = { [sym_expression] = STATE(3139), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -197972,7 +197981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1185] = { + [STATE(1185)] = { [sym_expression] = STATE(4427), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -198073,7 +198082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1186] = { + [STATE(1186)] = { [sym_expression] = STATE(3159), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -198174,7 +198183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1187] = { + [STATE(1187)] = { [sym_expression] = STATE(4713), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -198275,7 +198284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1188] = { + [STATE(1188)] = { [sym_expression] = STATE(3163), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -198376,7 +198385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1189] = { + [STATE(1189)] = { [sym_expression] = STATE(2380), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -198477,7 +198486,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1190] = { + [STATE(1190)] = { [sym_expression] = STATE(3755), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -198578,7 +198587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1191] = { + [STATE(1191)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -198679,7 +198688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1192] = { + [STATE(1192)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -198780,7 +198789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1193] = { + [STATE(1193)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -198881,7 +198890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1194] = { + [STATE(1194)] = { [sym_expression] = STATE(3155), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -198982,7 +198991,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1195] = { + [STATE(1195)] = { [sym_expression] = STATE(3156), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -199083,7 +199092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1196] = { + [STATE(1196)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -199184,7 +199193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1197] = { + [STATE(1197)] = { [sym_expression] = STATE(3208), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -199285,7 +199294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1198] = { + [STATE(1198)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -199386,7 +199395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1199] = { + [STATE(1199)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -199487,7 +199496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1200] = { + [STATE(1200)] = { [sym_expression] = STATE(3663), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -199588,7 +199597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1201] = { + [STATE(1201)] = { [sym_expression] = STATE(4522), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -199688,7 +199697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1202] = { + [STATE(1202)] = { [sym_expression] = STATE(4418), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -199788,7 +199797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1203] = { + [STATE(1203)] = { [sym_expression] = STATE(4587), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -199888,7 +199897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1204] = { + [STATE(1204)] = { [sym_expression] = STATE(4596), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -199988,7 +199997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1205] = { + [STATE(1205)] = { [sym_expression] = STATE(4319), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -200088,7 +200097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1206] = { + [STATE(1206)] = { [sym_expression] = STATE(4752), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -200188,7 +200197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1207] = { + [STATE(1207)] = { [sym_expression] = STATE(3184), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -200288,7 +200297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1208] = { + [STATE(1208)] = { [sym_expression] = STATE(3668), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -200388,7 +200397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1209] = { + [STATE(1209)] = { [sym_expression] = STATE(3671), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -200488,7 +200497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1210] = { + [STATE(1210)] = { [sym_expression] = STATE(4472), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -200588,7 +200597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1211] = { + [STATE(1211)] = { [sym_expression] = STATE(3543), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -200688,7 +200697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1212] = { + [STATE(1212)] = { [sym_expression] = STATE(4397), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -200788,7 +200797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1213] = { + [STATE(1213)] = { [sym_expression] = STATE(4764), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -200888,7 +200897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1214] = { + [STATE(1214)] = { [sym_expression] = STATE(3639), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -200988,7 +200997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1215] = { + [STATE(1215)] = { [sym_expression] = STATE(3782), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201088,7 +201097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1216] = { + [STATE(1216)] = { [sym_expression] = STATE(4765), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201188,7 +201197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1217] = { + [STATE(1217)] = { [sym_expression] = STATE(3591), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -201288,7 +201297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1218] = { + [STATE(1218)] = { [sym_expression] = STATE(4578), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201388,7 +201397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1219] = { + [STATE(1219)] = { [sym_expression] = STATE(4581), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201488,7 +201497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1220] = { + [STATE(1220)] = { [sym_expression] = STATE(4744), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201588,7 +201597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1221] = { + [STATE(1221)] = { [sym_expression] = STATE(3582), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -201688,7 +201697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1222] = { + [STATE(1222)] = { [sym_expression] = STATE(4598), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201788,7 +201797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1223] = { + [STATE(1223)] = { [sym_expression] = STATE(4460), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201888,7 +201897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1224] = { + [STATE(1224)] = { [sym_expression] = STATE(4604), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -201988,7 +201997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1225] = { + [STATE(1225)] = { [sym_expression] = STATE(3347), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202088,7 +202097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1226] = { + [STATE(1226)] = { [sym_expression] = STATE(3289), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202188,7 +202197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1227] = { + [STATE(1227)] = { [sym_expression] = STATE(3280), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202288,7 +202297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1228] = { + [STATE(1228)] = { [sym_expression] = STATE(3351), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202388,7 +202397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1229] = { + [STATE(1229)] = { [sym_expression] = STATE(3224), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202488,7 +202497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1230] = { + [STATE(1230)] = { [sym_expression] = STATE(2911), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -202588,7 +202597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1231] = { + [STATE(1231)] = { [sym_expression] = STATE(2381), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -202688,7 +202697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1232] = { + [STATE(1232)] = { [sym_expression] = STATE(3279), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -202788,7 +202797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1233] = { + [STATE(1233)] = { [sym_expression] = STATE(3145), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -202888,7 +202897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1234] = { + [STATE(1234)] = { [sym_expression] = STATE(3201), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -202988,7 +202997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1235] = { + [STATE(1235)] = { [sym_expression] = STATE(2903), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -203088,7 +203097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1236] = { + [STATE(1236)] = { [sym_expression] = STATE(3147), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -203188,7 +203197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1237] = { + [STATE(1237)] = { [sym_expression] = STATE(3006), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -203288,7 +203297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1238] = { + [STATE(1238)] = { [sym_expression] = STATE(3039), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -203388,7 +203397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1239] = { + [STATE(1239)] = { [sym_expression] = STATE(4686), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -203488,7 +203497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1240] = { + [STATE(1240)] = { [sym_expression] = STATE(3041), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -203588,7 +203597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1241] = { + [STATE(1241)] = { [sym_expression] = STATE(3197), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -203688,7 +203697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1242] = { + [STATE(1242)] = { [sym_expression] = STATE(2893), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -203788,7 +203797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1243] = { + [STATE(1243)] = { [sym_expression] = STATE(3051), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -203888,7 +203897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1244] = { + [STATE(1244)] = { [sym_expression] = STATE(3126), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -203988,7 +203997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1245] = { + [STATE(1245)] = { [sym_expression] = STATE(4307), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -204088,7 +204097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1246] = { + [STATE(1246)] = { [sym_expression] = STATE(3155), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204188,7 +204197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1247] = { + [STATE(1247)] = { [sym_expression] = STATE(3186), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204288,7 +204297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1248] = { + [STATE(1248)] = { [sym_expression] = STATE(3186), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204388,7 +204397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1249] = { + [STATE(1249)] = { [sym_expression] = STATE(3156), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204488,7 +204497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1250] = { + [STATE(1250)] = { [sym_expression] = STATE(3158), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204588,7 +204597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1251] = { + [STATE(1251)] = { [sym_expression] = STATE(3159), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204688,7 +204697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1252] = { + [STATE(1252)] = { [sym_expression] = STATE(3160), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204788,7 +204797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1253] = { + [STATE(1253)] = { [sym_expression] = STATE(3136), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204888,7 +204897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1254] = { + [STATE(1254)] = { [sym_expression] = STATE(3110), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -204988,7 +204997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1255] = { + [STATE(1255)] = { [sym_expression] = STATE(3208), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -205088,7 +205097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1256] = { + [STATE(1256)] = { [sym_expression] = STATE(4266), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -205188,7 +205197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1257] = { + [STATE(1257)] = { [sym_expression] = STATE(3163), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -205288,7 +205297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1258] = { + [STATE(1258)] = { [sym_expression] = STATE(3164), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -205388,7 +205397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1259] = { + [STATE(1259)] = { [sym_expression] = STATE(3766), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -205488,7 +205497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1260] = { + [STATE(1260)] = { [sym_expression] = STATE(3165), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -205588,7 +205597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1261] = { + [STATE(1261)] = { [sym_expression] = STATE(2970), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -205688,7 +205697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1262] = { + [STATE(1262)] = { [sym_expression] = STATE(3221), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -205788,7 +205797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1263] = { + [STATE(1263)] = { [sym_expression] = STATE(4310), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -205888,7 +205897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1264] = { + [STATE(1264)] = { [sym_expression] = STATE(4320), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -205988,7 +205997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1265] = { + [STATE(1265)] = { [sym_expression] = STATE(4321), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206088,7 +206097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1266] = { + [STATE(1266)] = { [sym_expression] = STATE(3760), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206188,7 +206197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1267] = { + [STATE(1267)] = { [sym_expression] = STATE(4278), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206288,7 +206297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1268] = { + [STATE(1268)] = { [sym_expression] = STATE(4311), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206388,7 +206397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1269] = { + [STATE(1269)] = { [sym_expression] = STATE(4305), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206488,7 +206497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1270] = { + [STATE(1270)] = { [sym_expression] = STATE(4286), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206588,7 +206597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1271] = { + [STATE(1271)] = { [sym_expression] = STATE(4293), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206688,7 +206697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1272] = { + [STATE(1272)] = { [sym_expression] = STATE(4265), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206788,7 +206797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1273] = { + [STATE(1273)] = { [sym_expression] = STATE(4314), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206888,7 +206897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1274] = { + [STATE(1274)] = { [sym_expression] = STATE(4291), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -206988,7 +206997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1275] = { + [STATE(1275)] = { [sym_expression] = STATE(4277), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -207088,7 +207097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1276] = { + [STATE(1276)] = { [sym_expression] = STATE(4635), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -207188,7 +207197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1277] = { + [STATE(1277)] = { [sym_expression] = STATE(3750), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -207288,7 +207297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1278] = { + [STATE(1278)] = { [sym_expression] = STATE(4688), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -207388,7 +207397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1279] = { + [STATE(1279)] = { [sym_expression] = STATE(4318), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -207488,7 +207497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1280] = { + [STATE(1280)] = { [sym_expression] = STATE(4315), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -207588,7 +207597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1281] = { + [STATE(1281)] = { [sym_expression] = STATE(4313), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -207688,7 +207697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1282] = { + [STATE(1282)] = { [sym_expression] = STATE(2915), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -207788,7 +207797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1283] = { + [STATE(1283)] = { [sym_expression] = STATE(2384), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -207888,7 +207897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1284] = { + [STATE(1284)] = { [sym_expression] = STATE(2913), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -207988,7 +207997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1285] = { + [STATE(1285)] = { [sym_expression] = STATE(4127), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -208088,7 +208097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1286] = { + [STATE(1286)] = { [sym_expression] = STATE(2914), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208188,7 +208197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1287] = { + [STATE(1287)] = { [sym_expression] = STATE(2922), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208288,7 +208297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1288] = { + [STATE(1288)] = { [sym_expression] = STATE(2923), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208388,7 +208397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1289] = { + [STATE(1289)] = { [sym_expression] = STATE(2963), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208488,7 +208497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1290] = { + [STATE(1290)] = { [sym_expression] = STATE(4268), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -208588,7 +208597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1291] = { + [STATE(1291)] = { [sym_expression] = STATE(2964), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208688,7 +208697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1292] = { + [STATE(1292)] = { [sym_expression] = STATE(2966), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208788,7 +208797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1293] = { + [STATE(1293)] = { [sym_expression] = STATE(2934), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208888,7 +208897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1294] = { + [STATE(1294)] = { [sym_expression] = STATE(2968), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -208988,7 +208997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1295] = { + [STATE(1295)] = { [sym_expression] = STATE(3166), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -209088,7 +209097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1296] = { + [STATE(1296)] = { [sym_expression] = STATE(4643), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -209188,7 +209197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1297] = { + [STATE(1297)] = { [sym_expression] = STATE(4551), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209288,7 +209297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1298] = { + [STATE(1298)] = { [sym_expression] = STATE(4574), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209388,7 +209397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1299] = { + [STATE(1299)] = { [sym_expression] = STATE(4576), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209488,7 +209497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1300] = { + [STATE(1300)] = { [sym_expression] = STATE(4579), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209588,7 +209597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1301] = { + [STATE(1301)] = { [sym_expression] = STATE(4580), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209688,7 +209697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1302] = { + [STATE(1302)] = { [sym_expression] = STATE(4502), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209788,7 +209797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1303] = { + [STATE(1303)] = { [sym_expression] = STATE(4412), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209888,7 +209897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1304] = { + [STATE(1304)] = { [sym_expression] = STATE(4419), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -209988,7 +209997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1305] = { + [STATE(1305)] = { [sym_expression] = STATE(4422), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -210088,7 +210097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1306] = { + [STATE(1306)] = { [sym_expression] = STATE(4426), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -210188,7 +210197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1307] = { + [STATE(1307)] = { [sym_expression] = STATE(4430), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -210288,7 +210297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1308] = { + [STATE(1308)] = { [sym_expression] = STATE(4540), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -210388,7 +210397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1309] = { + [STATE(1309)] = { [sym_expression] = STATE(3036), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -210488,7 +210497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1310] = { + [STATE(1310)] = { [sym_expression] = STATE(2381), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -210588,7 +210597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1311] = { + [STATE(1311)] = { [sym_expression] = STATE(2790), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -210688,7 +210697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1312] = { + [STATE(1312)] = { [sym_expression] = STATE(2819), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -210788,7 +210797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1313] = { + [STATE(1313)] = { [sym_expression] = STATE(2812), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -210888,7 +210897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1314] = { + [STATE(1314)] = { [sym_expression] = STATE(2821), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -210988,7 +210997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1315] = { + [STATE(1315)] = { [sym_expression] = STATE(2377), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -211088,7 +211097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1316] = { + [STATE(1316)] = { [sym_expression] = STATE(2377), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -211188,7 +211197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1317] = { + [STATE(1317)] = { [sym_expression] = STATE(2379), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -211288,7 +211297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1318] = { + [STATE(1318)] = { [sym_expression] = STATE(4593), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -211388,7 +211397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1319] = { + [STATE(1319)] = { [sym_expression] = STATE(4159), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -211488,7 +211497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1320] = { + [STATE(1320)] = { [sym_expression] = STATE(3766), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -211588,7 +211597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1321] = { + [STATE(1321)] = { [sym_expression] = STATE(3782), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -211688,7 +211697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1322] = { + [STATE(1322)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -211788,7 +211797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1323] = { + [STATE(1323)] = { [sym_expression] = STATE(4158), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -211888,7 +211897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1324] = { + [STATE(1324)] = { [sym_expression] = STATE(4167), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -211988,7 +211997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1325] = { + [STATE(1325)] = { [sym_expression] = STATE(4685), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -212088,7 +212097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1326] = { + [STATE(1326)] = { [sym_expression] = STATE(4554), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -212188,7 +212197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1327] = { + [STATE(1327)] = { [sym_expression] = STATE(3766), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -212288,7 +212297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1328] = { + [STATE(1328)] = { [sym_expression] = STATE(4432), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -212388,7 +212397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1329] = { + [STATE(1329)] = { [sym_expression] = STATE(4485), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -212488,7 +212497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1330] = { + [STATE(1330)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -212588,7 +212597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1331] = { + [STATE(1331)] = { [sym_expression] = STATE(4166), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -212688,7 +212697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1332] = { + [STATE(1332)] = { [sym_expression] = STATE(3760), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -212788,7 +212797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1333] = { + [STATE(1333)] = { [sym_expression] = STATE(4170), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -212888,7 +212897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1334] = { + [STATE(1334)] = { [sym_expression] = STATE(4108), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -212988,7 +212997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1335] = { + [STATE(1335)] = { [sym_expression] = STATE(4109), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213088,7 +213097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1336] = { + [STATE(1336)] = { [sym_expression] = STATE(4110), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213188,7 +213197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1337] = { + [STATE(1337)] = { [sym_expression] = STATE(4111), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213288,7 +213297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1338] = { + [STATE(1338)] = { [sym_expression] = STATE(4112), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213388,7 +213397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1339] = { + [STATE(1339)] = { [sym_expression] = STATE(4113), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213488,7 +213497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1340] = { + [STATE(1340)] = { [sym_expression] = STATE(4114), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213588,7 +213597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1341] = { + [STATE(1341)] = { [sym_expression] = STATE(4115), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -213688,7 +213697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1342] = { + [STATE(1342)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -213788,7 +213797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(4931), }, - [1343] = { + [STATE(1343)] = { [sym_expression] = STATE(4294), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -213888,7 +213897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1344] = { + [STATE(1344)] = { [sym_expression] = STATE(2884), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -213988,7 +213997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1345] = { + [STATE(1345)] = { [sym_expression] = STATE(4270), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -214088,7 +214097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1346] = { + [STATE(1346)] = { [sym_expression] = STATE(4117), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -214188,7 +214197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1347] = { + [STATE(1347)] = { [sym_expression] = STATE(4120), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -214288,7 +214297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1348] = { + [STATE(1348)] = { [sym_expression] = STATE(3251), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214388,7 +214397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1349] = { + [STATE(1349)] = { [sym_expression] = STATE(3331), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214488,7 +214497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1350] = { + [STATE(1350)] = { [sym_expression] = STATE(3332), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214588,7 +214597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1351] = { + [STATE(1351)] = { [sym_expression] = STATE(3334), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214688,7 +214697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1352] = { + [STATE(1352)] = { [sym_expression] = STATE(3337), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214788,7 +214797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1353] = { + [STATE(1353)] = { [sym_expression] = STATE(3341), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214888,7 +214897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1354] = { + [STATE(1354)] = { [sym_expression] = STATE(3342), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -214988,7 +214997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1355] = { + [STATE(1355)] = { [sym_expression] = STATE(3346), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -215088,7 +215097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1356] = { + [STATE(1356)] = { [sym_expression] = STATE(3348), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -215188,7 +215197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1357] = { + [STATE(1357)] = { [sym_expression] = STATE(3349), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -215288,7 +215297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1358] = { + [STATE(1358)] = { [sym_expression] = STATE(3350), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -215388,7 +215397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1359] = { + [STATE(1359)] = { [sym_expression] = STATE(2773), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -215488,7 +215497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1360] = { + [STATE(1360)] = { [sym_expression] = STATE(2381), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -215588,7 +215597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1361] = { + [STATE(1361)] = { [sym_expression] = STATE(4410), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -215688,7 +215697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1362] = { + [STATE(1362)] = { [sym_expression] = STATE(4478), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -215788,7 +215797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1363] = { + [STATE(1363)] = { [sym_expression] = STATE(2398), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -215888,7 +215897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1364] = { + [STATE(1364)] = { [sym_expression] = STATE(4766), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -215988,7 +215997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1365] = { + [STATE(1365)] = { [sym_expression] = STATE(4558), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -216088,7 +216097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1366] = { + [STATE(1366)] = { [sym_expression] = STATE(4273), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -216188,7 +216197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1367] = { + [STATE(1367)] = { [sym_expression] = STATE(3034), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216288,7 +216297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1368] = { + [STATE(1368)] = { [sym_expression] = STATE(3037), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216388,7 +216397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1369] = { + [STATE(1369)] = { [sym_expression] = STATE(2384), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216488,7 +216497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1370] = { + [STATE(1370)] = { [sym_expression] = STATE(3018), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216588,7 +216597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1371] = { + [STATE(1371)] = { [sym_expression] = STATE(3021), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216688,7 +216697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1372] = { + [STATE(1372)] = { [sym_expression] = STATE(3023), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216788,7 +216797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1373] = { + [STATE(1373)] = { [sym_expression] = STATE(3024), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216888,7 +216897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1374] = { + [STATE(1374)] = { [sym_expression] = STATE(3026), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -216988,7 +216997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1375] = { + [STATE(1375)] = { [sym_expression] = STATE(3029), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -217088,7 +217097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1376] = { + [STATE(1376)] = { [sym_expression] = STATE(3030), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -217188,7 +217197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1377] = { + [STATE(1377)] = { [sym_expression] = STATE(3038), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -217288,7 +217297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1378] = { + [STATE(1378)] = { [sym_expression] = STATE(3646), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -217388,7 +217397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1379] = { + [STATE(1379)] = { [sym_expression] = STATE(3662), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -217488,7 +217497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1380] = { + [STATE(1380)] = { [sym_expression] = STATE(4486), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -217588,7 +217597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1381] = { + [STATE(1381)] = { [sym_expression] = STATE(4420), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -217688,7 +217697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1382] = { + [STATE(1382)] = { [sym_expression] = STATE(3647), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -217788,7 +217797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1383] = { + [STATE(1383)] = { [sym_expression] = STATE(2772), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -217888,7 +217897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1384] = { + [STATE(1384)] = { [sym_expression] = STATE(2817), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -217988,7 +217997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1385] = { + [STATE(1385)] = { [sym_expression] = STATE(2384), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218088,7 +218097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1386] = { + [STATE(1386)] = { [sym_expression] = STATE(2795), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218188,7 +218197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1387] = { + [STATE(1387)] = { [sym_expression] = STATE(2796), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218288,7 +218297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1388] = { + [STATE(1388)] = { [sym_expression] = STATE(2797), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218388,7 +218397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1389] = { + [STATE(1389)] = { [sym_expression] = STATE(4774), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -218488,7 +218497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1390] = { + [STATE(1390)] = { [sym_expression] = STATE(2799), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218588,7 +218597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1391] = { + [STATE(1391)] = { [sym_expression] = STATE(2802), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218688,7 +218697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1392] = { + [STATE(1392)] = { [sym_expression] = STATE(2807), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218788,7 +218797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1393] = { + [STATE(1393)] = { [sym_expression] = STATE(2818), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -218888,7 +218897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1394] = { + [STATE(1394)] = { [sym_expression] = STATE(3249), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -218988,7 +218997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1395] = { + [STATE(1395)] = { [sym_expression] = STATE(3296), [sym__string] = STATE(3360), [sym_conditional_expression] = STATE(3651), @@ -219088,7 +219097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2531), [sym_this] = ACTIONS(2519), }, - [1396] = { + [STATE(1396)] = { [sym_expression] = STATE(4421), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -219188,7 +219197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1397] = { + [STATE(1397)] = { [sym_expression] = STATE(3782), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -219288,7 +219297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1398] = { + [STATE(1398)] = { [sym_expression] = STATE(3750), [sym__string] = STATE(4380), [sym_conditional_expression] = STATE(3889), @@ -219388,7 +219397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1399] = { + [STATE(1399)] = { [sym_expression] = STATE(3760), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -219488,7 +219497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1400] = { + [STATE(1400)] = { [sym_expression] = STATE(4260), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -219588,7 +219597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1401] = { + [STATE(1401)] = { [sym_expression] = STATE(4285), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -219688,7 +219697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1402] = { + [STATE(1402)] = { [sym_expression] = STATE(4258), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -219788,7 +219797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1403] = { + [STATE(1403)] = { [sym_expression] = STATE(4274), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -219888,7 +219897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1404] = { + [STATE(1404)] = { [sym_expression] = STATE(3549), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -219988,7 +219997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1405] = { + [STATE(1405)] = { [sym_expression] = STATE(3550), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220088,7 +220097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1406] = { + [STATE(1406)] = { [sym_expression] = STATE(3553), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220188,7 +220197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1407] = { + [STATE(1407)] = { [sym_expression] = STATE(3554), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220288,7 +220297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1408] = { + [STATE(1408)] = { [sym_expression] = STATE(3782), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -220388,7 +220397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1409] = { + [STATE(1409)] = { [sym_expression] = STATE(3556), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220488,7 +220497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1410] = { + [STATE(1410)] = { [sym_expression] = STATE(3750), [sym__string] = STATE(4199), [sym_conditional_expression] = STATE(3889), @@ -220588,7 +220597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3633), [sym_this] = ACTIONS(229), }, - [1411] = { + [STATE(1411)] = { [sym_expression] = STATE(3562), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220688,7 +220697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1412] = { + [STATE(1412)] = { [sym_expression] = STATE(3563), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220788,7 +220797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1413] = { + [STATE(1413)] = { [sym_expression] = STATE(3570), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220888,7 +220897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1414] = { + [STATE(1414)] = { [sym_expression] = STATE(3584), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -220988,7 +220997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1415] = { + [STATE(1415)] = { [sym_expression] = STATE(3595), [sym__string] = STATE(3714), [sym_conditional_expression] = STATE(3908), @@ -221088,7 +221097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1924), [sym_this] = ACTIONS(1910), }, - [1416] = { + [STATE(1416)] = { [sym_expression] = STATE(4441), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -221188,7 +221197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1417] = { + [STATE(1417)] = { [sym_expression] = STATE(2377), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -221288,7 +221297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1418] = { + [STATE(1418)] = { [sym_expression] = STATE(2379), [sym__string] = STATE(3181), [sym_conditional_expression] = STATE(2461), @@ -221388,7 +221397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1419] = { + [STATE(1419)] = { [sym_expression] = STATE(3112), [sym__string] = STATE(3235), [sym_conditional_expression] = STATE(3373), @@ -221488,7 +221497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1862), [sym_this] = ACTIONS(1842), }, - [1420] = { + [STATE(1420)] = { [sym_expression] = STATE(2377), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -221588,7 +221597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1421] = { + [STATE(1421)] = { [sym_expression] = STATE(2379), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -221688,7 +221697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1422] = { + [STATE(1422)] = { [sym_expression] = STATE(4474), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -221788,7 +221797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1423] = { + [STATE(1423)] = { [sym_expression] = STATE(4476), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -221888,7 +221897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1424] = { + [STATE(1424)] = { [sym_expression] = STATE(4288), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -221988,7 +221997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1425] = { + [STATE(1425)] = { [sym_expression] = STATE(4290), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222088,7 +222097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1426] = { + [STATE(1426)] = { [sym_expression] = STATE(4269), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222188,7 +222197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1427] = { + [STATE(1427)] = { [sym_expression] = STATE(4302), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222288,7 +222297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1428] = { + [STATE(1428)] = { [sym_expression] = STATE(4745), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222388,7 +222397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1429] = { + [STATE(1429)] = { [sym_expression] = STATE(4754), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222488,7 +222497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1430] = { + [STATE(1430)] = { [sym_expression] = STATE(4490), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222588,7 +222597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1431] = { + [STATE(1431)] = { [sym_expression] = STATE(4495), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222688,7 +222697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1432] = { + [STATE(1432)] = { [sym_expression] = STATE(4272), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222788,7 +222797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1433] = { + [STATE(1433)] = { [sym_expression] = STATE(4510), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222888,7 +222897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1434] = { + [STATE(1434)] = { [sym_expression] = STATE(4496), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -222988,7 +222997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1435] = { + [STATE(1435)] = { [sym_expression] = STATE(4511), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223088,7 +223097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1436] = { + [STATE(1436)] = { [sym_expression] = STATE(4512), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223188,7 +223197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1437] = { + [STATE(1437)] = { [sym_expression] = STATE(4515), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223288,7 +223297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1438] = { + [STATE(1438)] = { [sym_expression] = STATE(4516), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223388,7 +223397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1439] = { + [STATE(1439)] = { [sym_expression] = STATE(4534), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223488,7 +223497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1440] = { + [STATE(1440)] = { [sym_expression] = STATE(4536), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223588,7 +223597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1441] = { + [STATE(1441)] = { [sym_expression] = STATE(4538), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223688,7 +223697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1442] = { + [STATE(1442)] = { [sym_expression] = STATE(4542), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223788,7 +223797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1443] = { + [STATE(1443)] = { [sym_expression] = STATE(4548), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223888,7 +223897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1444] = { + [STATE(1444)] = { [sym_expression] = STATE(4696), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -223988,7 +223997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1445] = { + [STATE(1445)] = { [sym_expression] = STATE(4750), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224088,7 +224097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1446] = { + [STATE(1446)] = { [sym_expression] = STATE(4756), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224188,7 +224197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1447] = { + [STATE(1447)] = { [sym_expression] = STATE(4566), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224288,7 +224297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1448] = { + [STATE(1448)] = { [sym_expression] = STATE(4775), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224388,7 +224397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1449] = { + [STATE(1449)] = { [sym_expression] = STATE(4569), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224488,7 +224497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1450] = { + [STATE(1450)] = { [sym_expression] = STATE(4390), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224588,7 +224597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1451] = { + [STATE(1451)] = { [sym_expression] = STATE(4700), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224688,7 +224697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1452] = { + [STATE(1452)] = { [sym_expression] = STATE(4714), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224788,7 +224797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1453] = { + [STATE(1453)] = { [sym_expression] = STATE(4479), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -224888,7 +224897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1454] = { + [STATE(1454)] = { [sym_expression] = STATE(4649), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -224988,7 +224997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1455] = { + [STATE(1455)] = { [sym_expression] = STATE(4681), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225088,7 +225097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1456] = { + [STATE(1456)] = { [sym_expression] = STATE(4687), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225188,7 +225197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1457] = { + [STATE(1457)] = { [sym_expression] = STATE(4613), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225288,7 +225297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1458] = { + [STATE(1458)] = { [sym_expression] = STATE(4331), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225388,7 +225397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1459] = { + [STATE(1459)] = { [sym_expression] = STATE(4627), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225488,7 +225497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1460] = { + [STATE(1460)] = { [sym_expression] = STATE(4637), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225588,7 +225597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1461] = { + [STATE(1461)] = { [sym_expression] = STATE(4682), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225688,7 +225697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1462] = { + [STATE(1462)] = { [sym_expression] = STATE(4702), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225788,7 +225797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1463] = { + [STATE(1463)] = { [sym_expression] = STATE(4703), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225888,7 +225897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1464] = { + [STATE(1464)] = { [sym_expression] = STATE(4705), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -225988,7 +225997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1465] = { + [STATE(1465)] = { [sym_expression] = STATE(4360), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226088,7 +226097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1466] = { + [STATE(1466)] = { [sym_expression] = STATE(4595), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226188,7 +226197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1467] = { + [STATE(1467)] = { [sym_expression] = STATE(4603), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226288,7 +226297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1468] = { + [STATE(1468)] = { [sym_expression] = STATE(4618), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226388,7 +226397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1469] = { + [STATE(1469)] = { [sym_expression] = STATE(4620), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226488,7 +226497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1470] = { + [STATE(1470)] = { [sym_expression] = STATE(4621), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226588,7 +226597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1471] = { + [STATE(1471)] = { [sym_expression] = STATE(4622), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226688,7 +226697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1472] = { + [STATE(1472)] = { [sym_expression] = STATE(4377), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226788,7 +226797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1473] = { + [STATE(1473)] = { [sym_expression] = STATE(4664), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226888,7 +226897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1474] = { + [STATE(1474)] = { [sym_expression] = STATE(4669), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -226988,7 +226997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1475] = { + [STATE(1475)] = { [sym_expression] = STATE(4670), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227088,7 +227097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1476] = { + [STATE(1476)] = { [sym_expression] = STATE(4672), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227188,7 +227197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1477] = { + [STATE(1477)] = { [sym_expression] = STATE(4607), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227288,7 +227297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1478] = { + [STATE(1478)] = { [sym_expression] = STATE(4401), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227388,7 +227397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1479] = { + [STATE(1479)] = { [sym_expression] = STATE(4712), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227488,7 +227497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1480] = { + [STATE(1480)] = { [sym_expression] = STATE(4721), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227588,7 +227597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1481] = { + [STATE(1481)] = { [sym_expression] = STATE(4724), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227688,7 +227697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1482] = { + [STATE(1482)] = { [sym_expression] = STATE(4545), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227788,7 +227797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1483] = { + [STATE(1483)] = { [sym_expression] = STATE(4547), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227888,7 +227897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1484] = { + [STATE(1484)] = { [sym_expression] = STATE(4665), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -227988,7 +227997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1485] = { + [STATE(1485)] = { [sym_expression] = STATE(4492), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228088,7 +228097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1486] = { + [STATE(1486)] = { [sym_expression] = STATE(4550), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228188,7 +228197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1487] = { + [STATE(1487)] = { [sym_expression] = STATE(4506), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228288,7 +228297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1488] = { + [STATE(1488)] = { [sym_expression] = STATE(3304), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -228388,7 +228397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1489] = { + [STATE(1489)] = { [sym_expression] = STATE(3306), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -228488,7 +228497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1490] = { + [STATE(1490)] = { [sym_expression] = STATE(3760), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228588,7 +228597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1491] = { + [STATE(1491)] = { [sym_expression] = STATE(4440), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228688,7 +228697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1492] = { + [STATE(1492)] = { [sym_expression] = STATE(4453), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228788,7 +228797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1493] = { + [STATE(1493)] = { [sym_expression] = STATE(4464), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228888,7 +228897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1494] = { + [STATE(1494)] = { [sym_expression] = STATE(4475), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -228988,7 +228997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1495] = { + [STATE(1495)] = { [sym_expression] = STATE(4481), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -229088,7 +229097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1496] = { + [STATE(1496)] = { [sym_expression] = STATE(3333), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229188,7 +229197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1497] = { + [STATE(1497)] = { [sym_expression] = STATE(3305), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229288,7 +229297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1498] = { + [STATE(1498)] = { [sym_expression] = STATE(3312), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229388,7 +229397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1499] = { + [STATE(1499)] = { [sym_expression] = STATE(3313), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229488,7 +229497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1500] = { + [STATE(1500)] = { [sym_expression] = STATE(3314), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229588,7 +229597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1501] = { + [STATE(1501)] = { [sym_expression] = STATE(3315), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229688,7 +229697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1502] = { + [STATE(1502)] = { [sym_expression] = STATE(3316), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229788,7 +229797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1503] = { + [STATE(1503)] = { [sym_expression] = STATE(3317), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229888,7 +229897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1504] = { + [STATE(1504)] = { [sym_expression] = STATE(3318), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -229988,7 +229997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1505] = { + [STATE(1505)] = { [sym_expression] = STATE(3319), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230088,7 +230097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1506] = { + [STATE(1506)] = { [sym_expression] = STATE(3320), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230188,7 +230197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1507] = { + [STATE(1507)] = { [sym_expression] = STATE(3209), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230288,7 +230297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1508] = { + [STATE(1508)] = { [sym_expression] = STATE(3308), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230388,7 +230397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1509] = { + [STATE(1509)] = { [sym_expression] = STATE(3309), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230488,7 +230497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1510] = { + [STATE(1510)] = { [sym_expression] = STATE(3310), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230588,7 +230597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1511] = { + [STATE(1511)] = { [sym_expression] = STATE(3322), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230688,7 +230697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1512] = { + [STATE(1512)] = { [sym_expression] = STATE(3325), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230788,7 +230797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1513] = { + [STATE(1513)] = { [sym_expression] = STATE(3327), [sym__string] = STATE(2950), [sym_conditional_expression] = STATE(2461), @@ -230888,7 +230897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1514] = { + [STATE(1514)] = { [sym_expression] = STATE(4533), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -230988,7 +230997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1515] = { + [STATE(1515)] = { [sym_expression] = STATE(4517), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231088,7 +231097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1516] = { + [STATE(1516)] = { [sym_expression] = STATE(4519), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231188,7 +231197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1517] = { + [STATE(1517)] = { [sym_expression] = STATE(4520), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231288,7 +231297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1518] = { + [STATE(1518)] = { [sym_expression] = STATE(4521), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231388,7 +231397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1519] = { + [STATE(1519)] = { [sym_expression] = STATE(4523), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231488,7 +231497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1520] = { + [STATE(1520)] = { [sym_expression] = STATE(4524), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231588,7 +231597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1521] = { + [STATE(1521)] = { [sym_expression] = STATE(4525), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231688,7 +231697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1522] = { + [STATE(1522)] = { [sym_expression] = STATE(4526), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231788,7 +231797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1523] = { + [STATE(1523)] = { [sym_expression] = STATE(4527), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231888,7 +231897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1524] = { + [STATE(1524)] = { [sym_expression] = STATE(4528), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -231988,7 +231997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1525] = { + [STATE(1525)] = { [sym_expression] = STATE(4691), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232088,7 +232097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1526] = { + [STATE(1526)] = { [sym_expression] = STATE(4530), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232188,7 +232197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1527] = { + [STATE(1527)] = { [sym_expression] = STATE(4532), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232288,7 +232297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1528] = { + [STATE(1528)] = { [sym_expression] = STATE(3782), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232388,7 +232397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1529] = { + [STATE(1529)] = { [sym_expression] = STATE(3750), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232488,7 +232497,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1530] = { + [STATE(1530)] = { [sym_expression] = STATE(4535), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232588,7 +232597,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1531] = { + [STATE(1531)] = { [sym_expression] = STATE(3766), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232688,7 +232697,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1532] = { + [STATE(1532)] = { [sym_expression] = STATE(4473), [sym__string] = STATE(4738), [sym_conditional_expression] = STATE(4829), @@ -232788,7 +232797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3180), [sym_this] = ACTIONS(3160), }, - [1533] = { + [STATE(1533)] = { [sym_expression] = STATE(4770), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232888,7 +232897,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1534] = { + [STATE(1534)] = { [sym_expression] = STATE(4771), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -232988,7 +232997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1535] = { + [STATE(1535)] = { [sym_expression] = STATE(4772), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -233088,7 +233097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1536] = { + [STATE(1536)] = { [sym_expression] = STATE(4773), [sym__string] = STATE(4250), [sym_conditional_expression] = STATE(3889), @@ -233188,7 +233197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(165), [sym_this] = ACTIONS(229), }, - [1537] = { + [STATE(1537)] = { [sym_expression] = STATE(2798), [sym__string] = STATE(2870), [sym_conditional_expression] = STATE(2461), @@ -233288,7 +233297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(1988), [sym_this] = ACTIONS(1974), }, - [1538] = { + [STATE(1538)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -233387,7 +233396,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4951), [anon_sym_operator] = ACTIONS(4951), }, - [1539] = { + [STATE(1539)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -233486,7 +233495,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4955), [anon_sym_operator] = ACTIONS(4955), }, - [1540] = { + [STATE(1540)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -233585,7 +233594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4959), [anon_sym_operator] = ACTIONS(4959), }, - [1541] = { + [STATE(1541)] = { [sym_template_argument_list] = STATE(1546), [sym_identifier] = ACTIONS(4963), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), @@ -233684,7 +233693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4963), [anon_sym_operator] = ACTIONS(4963), }, - [1542] = { + [STATE(1542)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -233783,7 +233792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4980), [anon_sym_operator] = ACTIONS(4980), }, - [1543] = { + [STATE(1543)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -233882,7 +233891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4984), [anon_sym_operator] = ACTIONS(4984), }, - [1544] = { + [STATE(1544)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -233981,7 +233990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4988), [anon_sym_operator] = ACTIONS(4988), }, - [1545] = { + [STATE(1545)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -234080,7 +234089,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4992), [anon_sym_operator] = ACTIONS(4992), }, - [1546] = { + [STATE(1546)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), @@ -234178,7 +234187,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1547] = { + [STATE(1547)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -234274,7 +234283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1548] = { + [STATE(1548)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -234370,7 +234379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1549] = { + [STATE(1549)] = { [sym_identifier] = ACTIONS(3282), [anon_sym_LPAREN2] = ACTIONS(3287), [anon_sym_BANG] = ACTIONS(3287), @@ -234465,7 +234474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3282), [sym_this] = ACTIONS(3282), }, - [1550] = { + [STATE(1550)] = { [sym_identifier] = ACTIONS(2955), [anon_sym_LPAREN2] = ACTIONS(2957), [anon_sym_BANG] = ACTIONS(2957), @@ -234560,7 +234569,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2955), [sym_this] = ACTIONS(2955), }, - [1551] = { + [STATE(1551)] = { [sym_identifier] = ACTIONS(3079), [anon_sym_LPAREN2] = ACTIONS(3081), [anon_sym_BANG] = ACTIONS(3081), @@ -234655,7 +234664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(3079), [sym_this] = ACTIONS(3079), }, - [1552] = { + [STATE(1552)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5240), [sym_attribute_specifier] = STATE(2136), @@ -234749,7 +234758,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [1553] = { + [STATE(1553)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -234843,7 +234852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4959), [anon_sym_requires] = ACTIONS(4959), }, - [1554] = { + [STATE(1554)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -234937,7 +234946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4951), [anon_sym_requires] = ACTIONS(4951), }, - [1555] = { + [STATE(1555)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -235031,7 +235040,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4955), [anon_sym_requires] = ACTIONS(4955), }, - [1556] = { + [STATE(1556)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -235125,7 +235134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4988), [anon_sym_requires] = ACTIONS(4988), }, - [1557] = { + [STATE(1557)] = { [sym_template_argument_list] = STATE(1565), [sym_identifier] = ACTIONS(4963), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), @@ -235219,7 +235228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4963), [anon_sym_operator] = ACTIONS(4963), }, - [1558] = { + [STATE(1558)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5250), [sym_attribute_specifier] = STATE(2136), @@ -235313,7 +235322,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [1559] = { + [STATE(1559)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5259), [sym_attribute_specifier] = STATE(2136), @@ -235407,7 +235416,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [1560] = { + [STATE(1560)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -235501,7 +235510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4992), [anon_sym_requires] = ACTIONS(4992), }, - [1561] = { + [STATE(1561)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -235595,7 +235604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4980), [anon_sym_requires] = ACTIONS(4980), }, - [1562] = { + [STATE(1562)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -235689,7 +235698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(4984), [anon_sym_requires] = ACTIONS(4984), }, - [1563] = { + [STATE(1563)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5264), [sym_attribute_specifier] = STATE(2136), @@ -235783,7 +235792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [1564] = { + [STATE(1564)] = { [sym_template_argument_list] = STATE(1574), [sym_identifier] = ACTIONS(4963), [anon_sym_DOT_DOT_DOT] = ACTIONS(4967), @@ -235876,7 +235885,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4963), [anon_sym_DASH_GT_STAR] = ACTIONS(4965), }, - [1565] = { + [STATE(1565)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), @@ -235969,7 +235978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1566] = { + [STATE(1566)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -236061,7 +236070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4980), [anon_sym_DASH_GT_STAR] = ACTIONS(4982), }, - [1567] = { + [STATE(1567)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -236153,7 +236162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4984), [anon_sym_DASH_GT_STAR] = ACTIONS(4986), }, - [1568] = { + [STATE(1568)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -236245,7 +236254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4951), [anon_sym_DASH_GT_STAR] = ACTIONS(4953), }, - [1569] = { + [STATE(1569)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -236337,7 +236346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4992), [anon_sym_DASH_GT_STAR] = ACTIONS(4994), }, - [1570] = { + [STATE(1570)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -236429,7 +236438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4988), [anon_sym_DASH_GT_STAR] = ACTIONS(4990), }, - [1571] = { + [STATE(1571)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -236521,7 +236530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4955), [anon_sym_DASH_GT_STAR] = ACTIONS(4957), }, - [1572] = { + [STATE(1572)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -236613,7 +236622,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4959), [anon_sym_DASH_GT_STAR] = ACTIONS(4961), }, - [1573] = { + [STATE(1573)] = { [sym_string_literal] = STATE(2189), [sym_template_argument_list] = STATE(1701), [sym_raw_string_literal] = STATE(2189), @@ -236705,7 +236714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5042), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [1574] = { + [STATE(1574)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5000), [anon_sym_COMMA] = ACTIONS(5000), @@ -236797,7 +236806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4996), [anon_sym_DASH_GT_STAR] = ACTIONS(4998), }, - [1575] = { + [STATE(1575)] = { [sym_template_argument_list] = STATE(1577), [sym_identifier] = ACTIONS(4963), [anon_sym_DOT_DOT_DOT] = ACTIONS(4967), @@ -236889,7 +236898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4963), [anon_sym_operator] = ACTIONS(4963), }, - [1576] = { + [STATE(1576)] = { [sym_string_literal] = STATE(2189), [sym_template_argument_list] = STATE(1856), [sym_raw_string_literal] = STATE(2189), @@ -236980,7 +236989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5042), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [1577] = { + [STATE(1577)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5000), [anon_sym_COMMA] = ACTIONS(5000), @@ -237071,7 +237080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1578] = { + [STATE(1578)] = { [sym_type_qualifier] = STATE(1578), [sym_alignas_qualifier] = STATE(1590), [aux_sym__type_definition_type_repeat1] = STATE(1578), @@ -237162,7 +237171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5047), [anon_sym_decltype] = ACTIONS(5047), }, - [1579] = { + [STATE(1579)] = { [sym_string_literal] = STATE(3517), [sym_template_argument_list] = STATE(2952), [sym_raw_string_literal] = STATE(3517), @@ -237252,7 +237261,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(5068), [anon_sym_u8R_DQUOTE] = ACTIONS(5068), }, - [1580] = { + [STATE(1580)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -237341,7 +237350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4992), [anon_sym_DASH_GT_STAR] = ACTIONS(4994), }, - [1581] = { + [STATE(1581)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -237430,7 +237439,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4951), [anon_sym_DASH_GT_STAR] = ACTIONS(4953), }, - [1582] = { + [STATE(1582)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -237519,7 +237528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4980), [anon_sym_DASH_GT_STAR] = ACTIONS(4982), }, - [1583] = { + [STATE(1583)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -237608,7 +237617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4988), [anon_sym_DASH_GT_STAR] = ACTIONS(4990), }, - [1584] = { + [STATE(1584)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -237697,7 +237706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4959), [anon_sym_DASH_GT_STAR] = ACTIONS(4961), }, - [1585] = { + [STATE(1585)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -237786,7 +237795,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5070), [anon_sym_decltype] = ACTIONS(5070), }, - [1586] = { + [STATE(1586)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5000), [anon_sym_COMMA] = ACTIONS(5000), @@ -237875,7 +237884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4996), [anon_sym_DASH_GT_STAR] = ACTIONS(4998), }, - [1587] = { + [STATE(1587)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -237964,7 +237973,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4955), [anon_sym_DASH_GT_STAR] = ACTIONS(4957), }, - [1588] = { + [STATE(1588)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -238053,7 +238062,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_operator] = ACTIONS(4984), [anon_sym_DASH_GT_STAR] = ACTIONS(4986), }, - [1589] = { + [STATE(1589)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(2985), [sym_raw_string_literal] = STATE(2624), @@ -238142,7 +238151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [1590] = { + [STATE(1590)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -238230,7 +238239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(2573), [anon_sym_decltype] = ACTIONS(2573), }, - [1591] = { + [STATE(1591)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -238318,7 +238327,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5080), [anon_sym_decltype] = ACTIONS(5080), }, - [1592] = { + [STATE(1592)] = { [sym_type_qualifier] = STATE(1593), [sym_alignas_qualifier] = STATE(1590), [aux_sym__type_definition_type_repeat1] = STATE(1593), @@ -238405,7 +238414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5088), [anon_sym_decltype] = ACTIONS(5088), }, - [1593] = { + [STATE(1593)] = { [sym_type_qualifier] = STATE(1578), [sym_alignas_qualifier] = STATE(1590), [aux_sym__type_definition_type_repeat1] = STATE(1578), @@ -238492,7 +238501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5102), [anon_sym_decltype] = ACTIONS(5102), }, - [1594] = { + [STATE(1594)] = { [sym_type_qualifier] = STATE(1595), [sym_alignas_qualifier] = STATE(1590), [aux_sym__type_definition_type_repeat1] = STATE(1595), @@ -238579,7 +238588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5088), [anon_sym_decltype] = ACTIONS(5088), }, - [1595] = { + [STATE(1595)] = { [sym_type_qualifier] = STATE(1578), [sym_alignas_qualifier] = STATE(1590), [aux_sym__type_definition_type_repeat1] = STATE(1578), @@ -238666,7 +238675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5102), [anon_sym_decltype] = ACTIONS(5102), }, - [1596] = { + [STATE(1596)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -238752,7 +238761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4992), [anon_sym_override] = ACTIONS(4992), }, - [1597] = { + [STATE(1597)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -238838,7 +238847,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4951), [anon_sym_override] = ACTIONS(4951), }, - [1598] = { + [STATE(1598)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -238924,7 +238933,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4980), [anon_sym_override] = ACTIONS(4980), }, - [1599] = { + [STATE(1599)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -239010,7 +239019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4959), [anon_sym_override] = ACTIONS(4959), }, - [1600] = { + [STATE(1600)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -239096,7 +239105,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4988), [anon_sym_override] = ACTIONS(4988), }, - [1601] = { + [STATE(1601)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -239182,7 +239191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4984), [anon_sym_override] = ACTIONS(4984), }, - [1602] = { + [STATE(1602)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -239268,7 +239277,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4955), [anon_sym_override] = ACTIONS(4955), }, - [1603] = { + [STATE(1603)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5003), [anon_sym_COMMA] = ACTIONS(5003), @@ -239354,7 +239363,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(4996), [anon_sym_requires] = ACTIONS(4996), }, - [1604] = { + [STATE(1604)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), @@ -239439,7 +239448,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1605] = { + [STATE(1605)] = { [sym_type_qualifier] = STATE(1626), [sym_alignas_qualifier] = STATE(1651), [aux_sym__type_definition_type_repeat1] = STATE(1626), @@ -239523,7 +239532,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5102), [anon_sym_DASH_GT_STAR] = ACTIONS(5100), }, - [1606] = { + [STATE(1606)] = { [sym_identifier] = ACTIONS(5132), [anon_sym_COMMA] = ACTIONS(5134), [anon_sym_RPAREN] = ACTIONS(5134), @@ -239607,7 +239616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5132), [anon_sym_requires] = ACTIONS(5132), }, - [1607] = { + [STATE(1607)] = { [sym_identifier] = ACTIONS(5136), [anon_sym_COMMA] = ACTIONS(5138), [anon_sym_RPAREN] = ACTIONS(5138), @@ -239691,7 +239700,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5136), [anon_sym_requires] = ACTIONS(5136), }, - [1608] = { + [STATE(1608)] = { [sym_identifier] = ACTIONS(5140), [anon_sym_COMMA] = ACTIONS(5142), [anon_sym_RPAREN] = ACTIONS(5142), @@ -239775,7 +239784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5140), [anon_sym_requires] = ACTIONS(5140), }, - [1609] = { + [STATE(1609)] = { [sym_identifier] = ACTIONS(5136), [anon_sym_COMMA] = ACTIONS(5138), [anon_sym_RPAREN] = ACTIONS(5138), @@ -239859,7 +239868,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5136), [anon_sym_requires] = ACTIONS(5136), }, - [1610] = { + [STATE(1610)] = { [sym_identifier] = ACTIONS(5136), [anon_sym_COMMA] = ACTIONS(5138), [anon_sym_RPAREN] = ACTIONS(5138), @@ -239943,7 +239952,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5136), [anon_sym_requires] = ACTIONS(5136), }, - [1611] = { + [STATE(1611)] = { [sym_identifier] = ACTIONS(5144), [anon_sym_COMMA] = ACTIONS(5146), [anon_sym_RPAREN] = ACTIONS(5146), @@ -240027,7 +240036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5144), [anon_sym_requires] = ACTIONS(5144), }, - [1612] = { + [STATE(1612)] = { [sym_identifier] = ACTIONS(5148), [anon_sym_COMMA] = ACTIONS(5150), [anon_sym_RPAREN] = ACTIONS(5150), @@ -240111,7 +240120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5148), [anon_sym_requires] = ACTIONS(5148), }, - [1613] = { + [STATE(1613)] = { [sym_identifier] = ACTIONS(5152), [anon_sym_COMMA] = ACTIONS(5154), [anon_sym_RPAREN] = ACTIONS(5154), @@ -240195,7 +240204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5152), [anon_sym_requires] = ACTIONS(5152), }, - [1614] = { + [STATE(1614)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -240279,7 +240288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5159), [anon_sym_decltype] = ACTIONS(5159), }, - [1615] = { + [STATE(1615)] = { [sym_identifier] = ACTIONS(5162), [anon_sym_COMMA] = ACTIONS(5164), [anon_sym_RPAREN] = ACTIONS(5164), @@ -240363,7 +240372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5162), [anon_sym_requires] = ACTIONS(5162), }, - [1616] = { + [STATE(1616)] = { [sym_identifier] = ACTIONS(5166), [anon_sym_COMMA] = ACTIONS(5168), [anon_sym_RPAREN] = ACTIONS(5168), @@ -240447,7 +240456,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5166), [anon_sym_requires] = ACTIONS(5166), }, - [1617] = { + [STATE(1617)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [sym_identifier] = ACTIONS(5159), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -240531,7 +240540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5159), [anon_sym_decltype] = ACTIONS(5159), }, - [1618] = { + [STATE(1618)] = { [sym_identifier] = ACTIONS(5170), [anon_sym_COMMA] = ACTIONS(5172), [anon_sym_RPAREN] = ACTIONS(5172), @@ -240615,7 +240624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5170), [anon_sym_requires] = ACTIONS(5170), }, - [1619] = { + [STATE(1619)] = { [sym_type_qualifier] = STATE(1605), [sym_alignas_qualifier] = STATE(1651), [aux_sym__type_definition_type_repeat1] = STATE(1605), @@ -240699,7 +240708,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5088), [anon_sym_DASH_GT_STAR] = ACTIONS(5086), }, - [1620] = { + [STATE(1620)] = { [sym_identifier] = ACTIONS(5180), [anon_sym_COMMA] = ACTIONS(5182), [anon_sym_RPAREN] = ACTIONS(5182), @@ -240783,7 +240792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5180), [anon_sym_requires] = ACTIONS(5180), }, - [1621] = { + [STATE(1621)] = { [sym_identifier] = ACTIONS(5184), [anon_sym_COMMA] = ACTIONS(5186), [anon_sym_RPAREN] = ACTIONS(5186), @@ -240867,7 +240876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5184), [anon_sym_requires] = ACTIONS(5184), }, - [1622] = { + [STATE(1622)] = { [sym_identifier] = ACTIONS(5188), [anon_sym_COMMA] = ACTIONS(5190), [anon_sym_RPAREN] = ACTIONS(5190), @@ -240951,7 +240960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5188), [anon_sym_requires] = ACTIONS(5188), }, - [1623] = { + [STATE(1623)] = { [sym_identifier] = ACTIONS(5192), [anon_sym_COMMA] = ACTIONS(5194), [anon_sym_RPAREN] = ACTIONS(5194), @@ -241035,7 +241044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5192), [anon_sym_requires] = ACTIONS(5192), }, - [1624] = { + [STATE(1624)] = { [sym_type_qualifier] = STATE(1628), [sym_alignas_qualifier] = STATE(1660), [aux_sym__type_definition_type_repeat1] = STATE(1628), @@ -241118,7 +241127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5102), [anon_sym_GT2] = ACTIONS(5100), }, - [1625] = { + [STATE(1625)] = { [sym_type_qualifier] = STATE(1624), [sym_alignas_qualifier] = STATE(1660), [aux_sym__type_definition_type_repeat1] = STATE(1624), @@ -241201,7 +241210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5088), [anon_sym_GT2] = ACTIONS(5086), }, - [1626] = { + [STATE(1626)] = { [sym_type_qualifier] = STATE(1626), [sym_alignas_qualifier] = STATE(1651), [aux_sym__type_definition_type_repeat1] = STATE(1626), @@ -241284,7 +241293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5047), [anon_sym_DASH_GT_STAR] = ACTIONS(5049), }, - [1627] = { + [STATE(1627)] = { [sym_function_definition] = STATE(791), [sym_declaration] = STATE(791), [sym__declaration_modifiers] = STATE(2136), @@ -241366,7 +241375,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1628] = { + [STATE(1628)] = { [sym_type_qualifier] = STATE(1628), [sym_alignas_qualifier] = STATE(1660), [aux_sym__type_definition_type_repeat1] = STATE(1628), @@ -241448,7 +241457,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5047), [anon_sym_GT2] = ACTIONS(5049), }, - [1629] = { + [STATE(1629)] = { [sym_function_definition] = STATE(777), [sym_declaration] = STATE(777), [sym__declaration_modifiers] = STATE(2136), @@ -241530,7 +241539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1630] = { + [STATE(1630)] = { [sym_function_definition] = STATE(484), [sym_declaration] = STATE(484), [sym__declaration_modifiers] = STATE(2136), @@ -241612,7 +241621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1631] = { + [STATE(1631)] = { [sym_function_definition] = STATE(294), [sym_declaration] = STATE(294), [sym__declaration_modifiers] = STATE(2136), @@ -241694,7 +241703,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1632] = { + [STATE(1632)] = { [sym_function_definition] = STATE(611), [sym_declaration] = STATE(611), [sym__declaration_modifiers] = STATE(2136), @@ -241775,7 +241784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1633] = { + [STATE(1633)] = { [sym_type_qualifier] = STATE(1633), [sym_alignas_qualifier] = STATE(1658), [aux_sym__type_definition_type_repeat1] = STATE(1633), @@ -241856,7 +241865,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5047), [anon_sym_requires] = ACTIONS(5047), }, - [1634] = { + [STATE(1634)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1634), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -241937,7 +241946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5070), [anon_sym_DASH_GT_STAR] = ACTIONS(5072), }, - [1635] = { + [STATE(1635)] = { [sym_type_qualifier] = STATE(1654), [sym_alignas_qualifier] = STATE(1688), [aux_sym__type_definition_type_repeat1] = STATE(1654), @@ -242018,7 +242027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5102), [anon_sym_DASH_GT_STAR] = ACTIONS(5100), }, - [1636] = { + [STATE(1636)] = { [sym_function_definition] = STATE(1804), [sym_declaration] = STATE(1804), [sym__declaration_modifiers] = STATE(2136), @@ -242099,7 +242108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1637] = { + [STATE(1637)] = { [sym_type_qualifier] = STATE(1635), [sym_alignas_qualifier] = STATE(1688), [aux_sym__type_definition_type_repeat1] = STATE(1635), @@ -242180,7 +242189,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5088), [anon_sym_DASH_GT_STAR] = ACTIONS(5086), }, - [1638] = { + [STATE(1638)] = { [sym_function_definition] = STATE(2098), [sym_declaration] = STATE(2098), [sym__declaration_modifiers] = STATE(2136), @@ -242261,7 +242270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1639] = { + [STATE(1639)] = { [sym_function_definition] = STATE(1749), [sym_declaration] = STATE(1749), [sym__declaration_modifiers] = STATE(2136), @@ -242342,7 +242351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1640] = { + [STATE(1640)] = { [sym_function_definition] = STATE(735), [sym_declaration] = STATE(735), [sym__declaration_modifiers] = STATE(2136), @@ -242423,7 +242432,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1641] = { + [STATE(1641)] = { [sym_function_definition] = STATE(762), [sym_declaration] = STATE(762), [sym__declaration_modifiers] = STATE(2136), @@ -242504,7 +242513,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1642] = { + [STATE(1642)] = { [sym_function_definition] = STATE(738), [sym_declaration] = STATE(738), [sym__declaration_modifiers] = STATE(2136), @@ -242585,7 +242594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1643] = { + [STATE(1643)] = { [sym_function_definition] = STATE(360), [sym_declaration] = STATE(360), [sym__declaration_modifiers] = STATE(2136), @@ -242666,7 +242675,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1644] = { + [STATE(1644)] = { [sym_function_definition] = STATE(2168), [sym_declaration] = STATE(2168), [sym__declaration_modifiers] = STATE(2136), @@ -242747,7 +242756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1645] = { + [STATE(1645)] = { [sym_function_definition] = STATE(433), [sym_declaration] = STATE(433), [sym__declaration_modifiers] = STATE(2136), @@ -242828,7 +242837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1646] = { + [STATE(1646)] = { [sym_function_definition] = STATE(2157), [sym_declaration] = STATE(2157), [sym__declaration_modifiers] = STATE(2136), @@ -242909,7 +242918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1647] = { + [STATE(1647)] = { [sym_function_definition] = STATE(584), [sym_declaration] = STATE(584), [sym__declaration_modifiers] = STATE(2136), @@ -242990,7 +242999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1648] = { + [STATE(1648)] = { [sym_function_definition] = STATE(775), [sym_declaration] = STATE(775), [sym__declaration_modifiers] = STATE(2136), @@ -243071,7 +243080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1649] = { + [STATE(1649)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1634), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -243152,7 +243161,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5159), [anon_sym_DASH_GT_STAR] = ACTIONS(5156), }, - [1650] = { + [STATE(1650)] = { [sym_function_definition] = STATE(2022), [sym_declaration] = STATE(2022), [sym__declaration_modifiers] = STATE(2136), @@ -243233,7 +243242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1651] = { + [STATE(1651)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -243313,7 +243322,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(2573), [anon_sym_DASH_GT_STAR] = ACTIONS(2563), }, - [1652] = { + [STATE(1652)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -243393,7 +243402,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5080), [anon_sym_DASH_GT_STAR] = ACTIONS(5082), }, - [1653] = { + [STATE(1653)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1656), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -243473,7 +243482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5159), [anon_sym_GT2] = ACTIONS(5156), }, - [1654] = { + [STATE(1654)] = { [sym_type_qualifier] = STATE(1654), [sym_alignas_qualifier] = STATE(1688), [aux_sym__type_definition_type_repeat1] = STATE(1654), @@ -243553,7 +243562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5047), [anon_sym_DASH_GT_STAR] = ACTIONS(5049), }, - [1655] = { + [STATE(1655)] = { [sym_type_qualifier] = STATE(1655), [sym_alignas_qualifier] = STATE(1695), [aux_sym__type_definition_type_repeat1] = STATE(1655), @@ -243633,7 +243642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5047), [anon_sym_requires] = ACTIONS(5047), }, - [1656] = { + [STATE(1656)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1656), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -243713,7 +243722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5070), [anon_sym_GT2] = ACTIONS(5072), }, - [1657] = { + [STATE(1657)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -243792,7 +243801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5080), [anon_sym_requires] = ACTIONS(5080), }, - [1658] = { + [STATE(1658)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -243871,7 +243880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(2573), [anon_sym_requires] = ACTIONS(2573), }, - [1659] = { + [STATE(1659)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), @@ -243950,7 +243959,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1660] = { + [STATE(1660)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -244029,7 +244038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(2573), [anon_sym_GT2] = ACTIONS(2563), }, - [1661] = { + [STATE(1661)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3972), [sym_attribute_specifier] = STATE(2061), @@ -244108,7 +244117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(5366), [anon_sym_GT2] = ACTIONS(5368), }, - [1662] = { + [STATE(1662)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -244187,7 +244196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5080), [anon_sym_GT2] = ACTIONS(5082), }, - [1663] = { + [STATE(1663)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3972), [sym_attribute_specifier] = STATE(2061), @@ -244265,7 +244274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(5364), [anon_sym_template] = ACTIONS(5366), }, - [1664] = { + [STATE(1664)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), [anon_sym_RPAREN] = ACTIONS(4953), @@ -244343,7 +244352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4953), [anon_sym_DASH_GT_STAR] = ACTIONS(4953), }, - [1665] = { + [STATE(1665)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), [anon_sym_RPAREN] = ACTIONS(4982), @@ -244421,7 +244430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4982), [anon_sym_DASH_GT_STAR] = ACTIONS(4982), }, - [1666] = { + [STATE(1666)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), [anon_sym_RPAREN] = ACTIONS(4986), @@ -244499,7 +244508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4986), [anon_sym_DASH_GT_STAR] = ACTIONS(4986), }, - [1667] = { + [STATE(1667)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), [anon_sym_RPAREN] = ACTIONS(4961), @@ -244577,7 +244586,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4961), [anon_sym_DASH_GT_STAR] = ACTIONS(4961), }, - [1668] = { + [STATE(1668)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), [anon_sym_RPAREN] = ACTIONS(4990), @@ -244655,7 +244664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4990), [anon_sym_DASH_GT_STAR] = ACTIONS(4990), }, - [1669] = { + [STATE(1669)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -244733,7 +244742,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5070), [anon_sym_requires] = ACTIONS(5070), }, - [1670] = { + [STATE(1670)] = { [sym_string_literal] = STATE(1684), [sym_template_argument_list] = STATE(2338), [sym_raw_string_literal] = STATE(1684), @@ -244811,7 +244820,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1982), [anon_sym_u8R_DQUOTE] = ACTIONS(1982), }, - [1671] = { + [STATE(1671)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), [anon_sym_RPAREN] = ACTIONS(4957), @@ -244889,7 +244898,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4957), [anon_sym_DASH_GT_STAR] = ACTIONS(4957), }, - [1672] = { + [STATE(1672)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1674), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -244967,7 +244976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5159), [anon_sym_DASH_GT_STAR] = ACTIONS(5156), }, - [1673] = { + [STATE(1673)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5000), [anon_sym_COMMA] = ACTIONS(5000), @@ -245045,7 +245054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(4996), [anon_sym_operator] = ACTIONS(4996), }, - [1674] = { + [STATE(1674)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1674), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -245123,7 +245132,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5070), [anon_sym_DASH_GT_STAR] = ACTIONS(5072), }, - [1675] = { + [STATE(1675)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), [anon_sym_RPAREN] = ACTIONS(4994), @@ -245201,7 +245210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4994), [anon_sym_DASH_GT_STAR] = ACTIONS(4994), }, - [1676] = { + [STATE(1676)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -245278,7 +245287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5080), [anon_sym_DASH_GT_STAR] = ACTIONS(5082), }, - [1677] = { + [STATE(1677)] = { [sym_catch_clause] = STATE(1679), [aux_sym_constructor_try_statement_repeat1] = STATE(1679), [sym_identifier] = ACTIONS(2547), @@ -245355,7 +245364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2547), [anon_sym_catch] = ACTIONS(5379), }, - [1678] = { + [STATE(1678)] = { [sym_identifier] = ACTIONS(5381), [anon_sym_LPAREN2] = ACTIONS(5383), [anon_sym_BANG] = ACTIONS(5383), @@ -245432,7 +245441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(5381), [sym_this] = ACTIONS(5381), }, - [1679] = { + [STATE(1679)] = { [sym_catch_clause] = STATE(1679), [aux_sym_constructor_try_statement_repeat1] = STATE(1679), [sym_identifier] = ACTIONS(2476), @@ -245509,7 +245518,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2476), [anon_sym_catch] = ACTIONS(5385), }, - [1680] = { + [STATE(1680)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), [anon_sym_LPAREN2] = ACTIONS(4957), @@ -245586,7 +245595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4957), [anon_sym_GT2] = ACTIONS(4957), }, - [1681] = { + [STATE(1681)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), [anon_sym_LPAREN2] = ACTIONS(4986), @@ -245663,7 +245672,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4986), [anon_sym_GT2] = ACTIONS(4986), }, - [1682] = { + [STATE(1682)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -245740,7 +245749,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5080), [anon_sym_requires] = ACTIONS(5080), }, - [1683] = { + [STATE(1683)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), [anon_sym_LPAREN2] = ACTIONS(4982), @@ -245817,7 +245826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4982), [anon_sym_GT2] = ACTIONS(4982), }, - [1684] = { + [STATE(1684)] = { [sym_string_literal] = STATE(1689), [sym_raw_string_literal] = STATE(1689), [aux_sym_concatenated_string_repeat1] = STATE(1689), @@ -245894,7 +245903,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(1982), [sym_literal_suffix] = ACTIONS(5392), }, - [1685] = { + [STATE(1685)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), [anon_sym_LPAREN2] = ACTIONS(4994), @@ -245971,7 +245980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4994), [anon_sym_GT2] = ACTIONS(4994), }, - [1686] = { + [STATE(1686)] = { [sym_catch_clause] = STATE(1679), [aux_sym_constructor_try_statement_repeat1] = STATE(1679), [sym_identifier] = ACTIONS(2590), @@ -246048,7 +246057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2590), [anon_sym_catch] = ACTIONS(5379), }, - [1687] = { + [STATE(1687)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), [anon_sym_LPAREN2] = ACTIONS(4953), @@ -246125,7 +246134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4953), [anon_sym_GT2] = ACTIONS(4953), }, - [1688] = { + [STATE(1688)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -246202,7 +246211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(2573), [anon_sym_DASH_GT_STAR] = ACTIONS(2563), }, - [1689] = { + [STATE(1689)] = { [sym_string_literal] = STATE(1692), [sym_raw_string_literal] = STATE(1692), [aux_sym_concatenated_string_repeat1] = STATE(1692), @@ -246279,7 +246288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(1982), [sym_literal_suffix] = ACTIONS(5398), }, - [1690] = { + [STATE(1690)] = { [sym_catch_clause] = STATE(1679), [aux_sym_constructor_try_statement_repeat1] = STATE(1679), [sym_identifier] = ACTIONS(2483), @@ -246356,7 +246365,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2483), [anon_sym_catch] = ACTIONS(5379), }, - [1691] = { + [STATE(1691)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), [anon_sym_LPAREN2] = ACTIONS(4961), @@ -246433,7 +246442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4961), [anon_sym_GT2] = ACTIONS(4961), }, - [1692] = { + [STATE(1692)] = { [sym_string_literal] = STATE(1692), [sym_raw_string_literal] = STATE(1692), [aux_sym_concatenated_string_repeat1] = STATE(1692), @@ -246510,7 +246519,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5410), [sym_literal_suffix] = ACTIONS(5405), }, - [1693] = { + [STATE(1693)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), [anon_sym_LPAREN2] = ACTIONS(4990), @@ -246587,7 +246596,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4990), [anon_sym_GT2] = ACTIONS(4990), }, - [1694] = { + [STATE(1694)] = { [sym_identifier] = ACTIONS(5413), [anon_sym_LPAREN2] = ACTIONS(5415), [anon_sym_BANG] = ACTIONS(5415), @@ -246664,7 +246673,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(5413), [sym_this] = ACTIONS(5413), }, - [1695] = { + [STATE(1695)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -246741,7 +246750,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(2573), [anon_sym_requires] = ACTIONS(2573), }, - [1696] = { + [STATE(1696)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -246817,7 +246826,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1697] = { + [STATE(1697)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -246893,7 +246902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1698] = { + [STATE(1698)] = { [sym_type_qualifier] = STATE(1698), [sym_alignas_qualifier] = STATE(1868), [aux_sym_array_declarator_repeat1] = STATE(1698), @@ -246969,7 +246978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(5421), [sym_this] = ACTIONS(5421), }, - [1699] = { + [STATE(1699)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -247045,7 +247054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1700] = { + [STATE(1700)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -247121,7 +247130,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1701] = { + [STATE(1701)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), [anon_sym_RPAREN] = ACTIONS(5000), @@ -247196,7 +247205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5003), [anon_sym_DASH_GT_STAR] = ACTIONS(4998), }, - [1702] = { + [STATE(1702)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [aux_sym_preproc_if_token1] = ACTIONS(1940), @@ -247271,7 +247280,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1940), [anon_sym_catch] = ACTIONS(1940), }, - [1703] = { + [STATE(1703)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -247346,7 +247355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1704] = { + [STATE(1704)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), [aux_sym_preproc_if_token1] = ACTIONS(1936), @@ -247421,7 +247430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1936), [anon_sym_catch] = ACTIONS(1936), }, - [1705] = { + [STATE(1705)] = { [sym_template_argument_list] = STATE(1701), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), [anon_sym_COMMA] = ACTIONS(4965), @@ -247496,7 +247505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(4970), [anon_sym_DASH_GT_STAR] = ACTIONS(4965), }, - [1706] = { + [STATE(1706)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), [aux_sym_preproc_if_token1] = ACTIONS(2619), @@ -247571,7 +247580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2619), [anon_sym_catch] = ACTIONS(2619), }, - [1707] = { + [STATE(1707)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -247646,7 +247655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1708] = { + [STATE(1708)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -247721,7 +247730,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1709] = { + [STATE(1709)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -247796,7 +247805,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1710] = { + [STATE(1710)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), [aux_sym_preproc_if_token1] = ACTIONS(2827), @@ -247870,7 +247879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2827), [anon_sym_static_assert] = ACTIONS(2827), }, - [1711] = { + [STATE(1711)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -247944,7 +247953,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [1712] = { + [STATE(1712)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -248018,7 +248027,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [1713] = { + [STATE(1713)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -248092,7 +248101,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5450), [anon_sym_requires] = ACTIONS(5450), }, - [1714] = { + [STATE(1714)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -248166,7 +248175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [1715] = { + [STATE(1715)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -248240,7 +248249,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [1716] = { + [STATE(1716)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), [aux_sym_preproc_if_token1] = ACTIONS(3035), @@ -248314,7 +248323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3035), [anon_sym_static_assert] = ACTIONS(3035), }, - [1717] = { + [STATE(1717)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), [aux_sym_preproc_if_token1] = ACTIONS(3039), @@ -248388,7 +248397,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3039), [anon_sym_static_assert] = ACTIONS(3039), }, - [1718] = { + [STATE(1718)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), [aux_sym_preproc_if_token1] = ACTIONS(2643), @@ -248462,7 +248471,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2643), [anon_sym_static_assert] = ACTIONS(2643), }, - [1719] = { + [STATE(1719)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -248536,7 +248545,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1720] = { + [STATE(1720)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -248610,7 +248619,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1721] = { + [STATE(1721)] = { [sym_identifier] = ACTIONS(5478), [anon_sym_DOT_DOT_DOT] = ACTIONS(5480), [anon_sym_COMMA] = ACTIONS(5480), @@ -248684,7 +248693,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5480), [sym_literal_suffix] = ACTIONS(5478), }, - [1722] = { + [STATE(1722)] = { [sym_identifier] = ACTIONS(5482), [anon_sym_DOT_DOT_DOT] = ACTIONS(5484), [anon_sym_COMMA] = ACTIONS(5484), @@ -248758,7 +248767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5484), [sym_literal_suffix] = ACTIONS(5482), }, - [1723] = { + [STATE(1723)] = { [sym_template_argument_list] = STATE(1856), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), [anon_sym_COMMA] = ACTIONS(4965), @@ -248832,7 +248841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(4970), [anon_sym_DASH_GT_STAR] = ACTIONS(4965), }, - [1724] = { + [STATE(1724)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -248906,7 +248915,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [1725] = { + [STATE(1725)] = { [sym_identifier] = ACTIONS(5489), [anon_sym_DOT_DOT_DOT] = ACTIONS(5491), [anon_sym_COMMA] = ACTIONS(5491), @@ -248980,7 +248989,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5491), [sym_literal_suffix] = ACTIONS(5489), }, - [1726] = { + [STATE(1726)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), [aux_sym_preproc_if_token1] = ACTIONS(2711), @@ -249054,7 +249063,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2711), [anon_sym_static_assert] = ACTIONS(2711), }, - [1727] = { + [STATE(1727)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -249128,7 +249137,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [1728] = { + [STATE(1728)] = { [sym_attribute_specifier] = STATE(2264), [sym_field_declaration_list] = STATE(2192), [sym_virtual_specifier] = STATE(7024), @@ -249202,7 +249211,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5503), [anon_sym_override] = ACTIONS(5503), }, - [1729] = { + [STATE(1729)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -249276,7 +249285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [1730] = { + [STATE(1730)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), [aux_sym_preproc_if_token1] = ACTIONS(2699), @@ -249350,7 +249359,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2699), [anon_sym_static_assert] = ACTIONS(2699), }, - [1731] = { + [STATE(1731)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -249424,7 +249433,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1732] = { + [STATE(1732)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_DOT_DOT_DOT] = ACTIONS(4986), [anon_sym_COMMA] = ACTIONS(4986), @@ -249498,7 +249507,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4984), [anon_sym_requires] = ACTIONS(4984), }, - [1733] = { + [STATE(1733)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), [aux_sym_preproc_if_token1] = ACTIONS(2639), @@ -249572,7 +249581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2639), [anon_sym_static_assert] = ACTIONS(2639), }, - [1734] = { + [STATE(1734)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -249646,7 +249655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1735] = { + [STATE(1735)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), [aux_sym_preproc_if_token1] = ACTIONS(2955), @@ -249720,7 +249729,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2955), [anon_sym_static_assert] = ACTIONS(2955), }, - [1736] = { + [STATE(1736)] = { [sym_identifier] = ACTIONS(5505), [aux_sym_preproc_def_token1] = ACTIONS(5505), [aux_sym_preproc_if_token1] = ACTIONS(5505), @@ -249794,7 +249803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5505), [anon_sym_static_assert] = ACTIONS(5505), }, - [1737] = { + [STATE(1737)] = { [sym_identifier] = ACTIONS(5509), [aux_sym_preproc_def_token1] = ACTIONS(5509), [aux_sym_preproc_if_token1] = ACTIONS(5509), @@ -249868,7 +249877,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5509), [anon_sym_static_assert] = ACTIONS(5509), }, - [1738] = { + [STATE(1738)] = { [sym_identifier] = ACTIONS(5513), [aux_sym_preproc_def_token1] = ACTIONS(5513), [aux_sym_preproc_if_token1] = ACTIONS(5513), @@ -249942,7 +249951,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5513), [anon_sym_static_assert] = ACTIONS(5513), }, - [1739] = { + [STATE(1739)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), [aux_sym_preproc_if_token1] = ACTIONS(2651), @@ -250016,7 +250025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2651), [anon_sym_static_assert] = ACTIONS(2651), }, - [1740] = { + [STATE(1740)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), [aux_sym_preproc_if_token1] = ACTIONS(3079), @@ -250090,7 +250099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3079), [anon_sym_static_assert] = ACTIONS(3079), }, - [1741] = { + [STATE(1741)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -250164,7 +250173,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [1742] = { + [STATE(1742)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -250238,7 +250247,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1743] = { + [STATE(1743)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -250312,7 +250321,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [1744] = { + [STATE(1744)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -250386,7 +250395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1745] = { + [STATE(1745)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -250460,7 +250469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [1746] = { + [STATE(1746)] = { [sym_identifier] = ACTIONS(5521), [aux_sym_preproc_def_token1] = ACTIONS(5521), [aux_sym_preproc_if_token1] = ACTIONS(5521), @@ -250534,7 +250543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5521), [anon_sym_static_assert] = ACTIONS(5521), }, - [1747] = { + [STATE(1747)] = { [sym_identifier] = ACTIONS(5525), [aux_sym_preproc_def_token1] = ACTIONS(5525), [aux_sym_preproc_if_token1] = ACTIONS(5525), @@ -250608,7 +250617,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5525), [anon_sym_static_assert] = ACTIONS(5525), }, - [1748] = { + [STATE(1748)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), [aux_sym_preproc_if_token1] = ACTIONS(3093), @@ -250682,7 +250691,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3093), [anon_sym_static_assert] = ACTIONS(3093), }, - [1749] = { + [STATE(1749)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), [aux_sym_preproc_if_token1] = ACTIONS(3319), @@ -250756,7 +250765,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3319), [anon_sym_static_assert] = ACTIONS(3319), }, - [1750] = { + [STATE(1750)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), [aux_sym_preproc_if_token1] = ACTIONS(3104), @@ -250830,7 +250839,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3104), [anon_sym_static_assert] = ACTIONS(3104), }, - [1751] = { + [STATE(1751)] = { [sym_identifier] = ACTIONS(5529), [aux_sym_preproc_def_token1] = ACTIONS(5529), [aux_sym_preproc_if_token1] = ACTIONS(5529), @@ -250904,7 +250913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5529), [anon_sym_static_assert] = ACTIONS(5529), }, - [1752] = { + [STATE(1752)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -250978,7 +250987,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1753] = { + [STATE(1753)] = { [sym_identifier] = ACTIONS(5533), [aux_sym_preproc_def_token1] = ACTIONS(5533), [aux_sym_preproc_if_token1] = ACTIONS(5533), @@ -251052,7 +251061,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5533), [anon_sym_static_assert] = ACTIONS(5533), }, - [1754] = { + [STATE(1754)] = { [sym_identifier] = ACTIONS(5537), [aux_sym_preproc_def_token1] = ACTIONS(5537), [aux_sym_preproc_if_token1] = ACTIONS(5537), @@ -251126,7 +251135,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5537), [anon_sym_static_assert] = ACTIONS(5537), }, - [1755] = { + [STATE(1755)] = { [sym_identifier] = ACTIONS(5541), [aux_sym_preproc_def_token1] = ACTIONS(5541), [aux_sym_preproc_if_token1] = ACTIONS(5541), @@ -251200,7 +251209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5541), [anon_sym_static_assert] = ACTIONS(5541), }, - [1756] = { + [STATE(1756)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -251274,7 +251283,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [1757] = { + [STATE(1757)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_DOT_DOT_DOT] = ACTIONS(4982), [anon_sym_COMMA] = ACTIONS(4982), @@ -251348,7 +251357,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4980), [anon_sym_requires] = ACTIONS(4980), }, - [1758] = { + [STATE(1758)] = { [sym_identifier] = ACTIONS(5545), [aux_sym_preproc_def_token1] = ACTIONS(5545), [aux_sym_preproc_if_token1] = ACTIONS(5545), @@ -251422,7 +251431,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5545), [anon_sym_static_assert] = ACTIONS(5545), }, - [1759] = { + [STATE(1759)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -251496,7 +251505,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1760] = { + [STATE(1760)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -251570,7 +251579,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1761] = { + [STATE(1761)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), [aux_sym_preproc_if_token1] = ACTIONS(3067), @@ -251644,7 +251653,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3067), [anon_sym_static_assert] = ACTIONS(3067), }, - [1762] = { + [STATE(1762)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), [aux_sym_preproc_if_token1] = ACTIONS(3071), @@ -251718,7 +251727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3071), [anon_sym_static_assert] = ACTIONS(3071), }, - [1763] = { + [STATE(1763)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_DOT_DOT_DOT] = ACTIONS(4994), [anon_sym_COMMA] = ACTIONS(4994), @@ -251792,7 +251801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4992), [anon_sym_requires] = ACTIONS(4992), }, - [1764] = { + [STATE(1764)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -251866,7 +251875,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1765] = { + [STATE(1765)] = { [sym_identifier] = ACTIONS(5553), [aux_sym_preproc_def_token1] = ACTIONS(5553), [aux_sym_preproc_if_token1] = ACTIONS(5553), @@ -251940,7 +251949,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5553), [anon_sym_static_assert] = ACTIONS(5553), }, - [1766] = { + [STATE(1766)] = { [sym_identifier] = ACTIONS(5557), [aux_sym_preproc_def_token1] = ACTIONS(5557), [aux_sym_preproc_if_token1] = ACTIONS(5557), @@ -252014,7 +252023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5557), [anon_sym_static_assert] = ACTIONS(5557), }, - [1767] = { + [STATE(1767)] = { [sym_identifier] = ACTIONS(5561), [aux_sym_preproc_def_token1] = ACTIONS(5561), [aux_sym_preproc_if_token1] = ACTIONS(5561), @@ -252088,7 +252097,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5561), [anon_sym_static_assert] = ACTIONS(5561), }, - [1768] = { + [STATE(1768)] = { [sym_identifier] = ACTIONS(5565), [aux_sym_preproc_def_token1] = ACTIONS(5565), [aux_sym_preproc_if_token1] = ACTIONS(5565), @@ -252162,7 +252171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5565), [anon_sym_static_assert] = ACTIONS(5565), }, - [1769] = { + [STATE(1769)] = { [sym_identifier] = ACTIONS(5569), [aux_sym_preproc_def_token1] = ACTIONS(5569), [aux_sym_preproc_if_token1] = ACTIONS(5569), @@ -252236,7 +252245,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5569), [anon_sym_static_assert] = ACTIONS(5569), }, - [1770] = { + [STATE(1770)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -252310,7 +252319,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1771] = { + [STATE(1771)] = { [sym_identifier] = ACTIONS(5573), [aux_sym_preproc_def_token1] = ACTIONS(5573), [aux_sym_preproc_if_token1] = ACTIONS(5573), @@ -252384,7 +252393,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5573), [anon_sym_static_assert] = ACTIONS(5573), }, - [1772] = { + [STATE(1772)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), [aux_sym_preproc_if_token1] = ACTIONS(3083), @@ -252458,7 +252467,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3083), [anon_sym_static_assert] = ACTIONS(3083), }, - [1773] = { + [STATE(1773)] = { [sym_identifier] = ACTIONS(5577), [anon_sym_DOT_DOT_DOT] = ACTIONS(5579), [anon_sym_COMMA] = ACTIONS(5579), @@ -252532,7 +252541,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5579), [sym_literal_suffix] = ACTIONS(5577), }, - [1774] = { + [STATE(1774)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), [aux_sym_preproc_if_token1] = ACTIONS(2863), @@ -252606,7 +252615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2863), [anon_sym_static_assert] = ACTIONS(2863), }, - [1775] = { + [STATE(1775)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), [aux_sym_preproc_if_token1] = ACTIONS(3112), @@ -252680,7 +252689,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3112), [anon_sym_static_assert] = ACTIONS(3112), }, - [1776] = { + [STATE(1776)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), [aux_sym_preproc_if_token1] = ACTIONS(2919), @@ -252754,7 +252763,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2919), [anon_sym_static_assert] = ACTIONS(2919), }, - [1777] = { + [STATE(1777)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), [aux_sym_preproc_if_token1] = ACTIONS(2923), @@ -252828,7 +252837,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2923), [anon_sym_static_assert] = ACTIONS(2923), }, - [1778] = { + [STATE(1778)] = { [sym_identifier] = ACTIONS(5581), [aux_sym_preproc_def_token1] = ACTIONS(5581), [aux_sym_preproc_if_token1] = ACTIONS(5581), @@ -252902,7 +252911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5581), [anon_sym_static_assert] = ACTIONS(5581), }, - [1779] = { + [STATE(1779)] = { [sym_identifier] = ACTIONS(5585), [aux_sym_preproc_def_token1] = ACTIONS(5585), [aux_sym_preproc_if_token1] = ACTIONS(5585), @@ -252976,7 +252985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5585), [anon_sym_static_assert] = ACTIONS(5585), }, - [1780] = { + [STATE(1780)] = { [sym__declaration_modifiers] = STATE(2061), [sym__declaration_specifiers] = STATE(3966), [sym_attribute_specifier] = STATE(2061), @@ -253050,7 +253059,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [1781] = { + [STATE(1781)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), [aux_sym_preproc_if_token1] = ACTIONS(2927), @@ -253124,7 +253133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2927), [anon_sym_static_assert] = ACTIONS(2927), }, - [1782] = { + [STATE(1782)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), [aux_sym_preproc_if_token1] = ACTIONS(2867), @@ -253198,7 +253207,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2867), [anon_sym_static_assert] = ACTIONS(2867), }, - [1783] = { + [STATE(1783)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -253272,7 +253281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1784] = { + [STATE(1784)] = { [sym_decltype_auto] = STATE(1884), [sym_identifier] = ACTIONS(5589), [anon_sym_DOT_DOT_DOT] = ACTIONS(5591), @@ -253346,7 +253355,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5589), [anon_sym_requires] = ACTIONS(5589), }, - [1785] = { + [STATE(1785)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -253420,7 +253429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [1786] = { + [STATE(1786)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_DOT_DOT_DOT] = ACTIONS(4957), [anon_sym_COMMA] = ACTIONS(4957), @@ -253494,7 +253503,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4955), [anon_sym_requires] = ACTIONS(4955), }, - [1787] = { + [STATE(1787)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), [aux_sym_preproc_if_token1] = ACTIONS(2931), @@ -253568,7 +253577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2931), [anon_sym_static_assert] = ACTIONS(2931), }, - [1788] = { + [STATE(1788)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), @@ -253642,7 +253651,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), }, - [1789] = { + [STATE(1789)] = { [sym_identifier] = ACTIONS(5601), [aux_sym_preproc_def_token1] = ACTIONS(5601), [aux_sym_preproc_if_token1] = ACTIONS(5601), @@ -253716,7 +253725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5601), [anon_sym_static_assert] = ACTIONS(5601), }, - [1790] = { + [STATE(1790)] = { [sym_identifier] = ACTIONS(5605), [anon_sym_DOT_DOT_DOT] = ACTIONS(5607), [anon_sym_COMMA] = ACTIONS(5607), @@ -253790,7 +253799,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5605), [anon_sym_requires] = ACTIONS(5605), }, - [1791] = { + [STATE(1791)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), [aux_sym_preproc_if_token1] = ACTIONS(2759), @@ -253864,7 +253873,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2759), [anon_sym_static_assert] = ACTIONS(2759), }, - [1792] = { + [STATE(1792)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), @@ -253938,7 +253947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), }, - [1793] = { + [STATE(1793)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -254012,7 +254021,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [1794] = { + [STATE(1794)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -254086,7 +254095,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [1795] = { + [STATE(1795)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -254160,7 +254169,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [1796] = { + [STATE(1796)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), [aux_sym_preproc_if_token1] = ACTIONS(2775), @@ -254234,7 +254243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2775), [anon_sym_static_assert] = ACTIONS(2775), }, - [1797] = { + [STATE(1797)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), [aux_sym_preproc_if_token1] = ACTIONS(2779), @@ -254308,7 +254317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2779), [anon_sym_static_assert] = ACTIONS(2779), }, - [1798] = { + [STATE(1798)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), [aux_sym_preproc_if_token1] = ACTIONS(2783), @@ -254382,7 +254391,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2783), [anon_sym_static_assert] = ACTIONS(2783), }, - [1799] = { + [STATE(1799)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -254456,7 +254465,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [1800] = { + [STATE(1800)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -254530,7 +254539,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1801] = { + [STATE(1801)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), [aux_sym_preproc_if_token1] = ACTIONS(2787), @@ -254604,7 +254613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2787), [anon_sym_static_assert] = ACTIONS(2787), }, - [1802] = { + [STATE(1802)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), [aux_sym_preproc_if_token1] = ACTIONS(2791), @@ -254678,7 +254687,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2791), [anon_sym_static_assert] = ACTIONS(2791), }, - [1803] = { + [STATE(1803)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -254752,7 +254761,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [1804] = { + [STATE(1804)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), [aux_sym_preproc_if_token1] = ACTIONS(3089), @@ -254826,7 +254835,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3089), [anon_sym_static_assert] = ACTIONS(3089), }, - [1805] = { + [STATE(1805)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), [aux_sym_preproc_if_token1] = ACTIONS(2935), @@ -254900,7 +254909,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2935), [anon_sym_static_assert] = ACTIONS(2935), }, - [1806] = { + [STATE(1806)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), [aux_sym_preproc_if_token1] = ACTIONS(2799), @@ -254974,7 +254983,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2799), [anon_sym_static_assert] = ACTIONS(2799), }, - [1807] = { + [STATE(1807)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), [aux_sym_preproc_if_token1] = ACTIONS(2807), @@ -255048,7 +255057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2807), [anon_sym_static_assert] = ACTIONS(2807), }, - [1808] = { + [STATE(1808)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -255122,7 +255131,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [1809] = { + [STATE(1809)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), [aux_sym_preproc_if_token1] = ACTIONS(2939), @@ -255196,7 +255205,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2939), [anon_sym_static_assert] = ACTIONS(2939), }, - [1810] = { + [STATE(1810)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -255270,7 +255279,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [1811] = { + [STATE(1811)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), [aux_sym_preproc_if_token1] = ACTIONS(2815), @@ -255344,7 +255353,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2815), [anon_sym_static_assert] = ACTIONS(2815), }, - [1812] = { + [STATE(1812)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -255418,7 +255427,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1813] = { + [STATE(1813)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -255492,7 +255501,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1814] = { + [STATE(1814)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -255566,7 +255575,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1815] = { + [STATE(1815)] = { [sym_identifier] = ACTIONS(5621), [aux_sym_preproc_def_token1] = ACTIONS(5621), [aux_sym_preproc_if_token1] = ACTIONS(5621), @@ -255640,7 +255649,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5621), [anon_sym_static_assert] = ACTIONS(5621), }, - [1816] = { + [STATE(1816)] = { [sym_identifier] = ACTIONS(5625), [anon_sym_DOT_DOT_DOT] = ACTIONS(5627), [anon_sym_COMMA] = ACTIONS(5627), @@ -255714,7 +255723,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5625), [anon_sym_requires] = ACTIONS(5625), }, - [1817] = { + [STATE(1817)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), [aux_sym_preproc_if_token1] = ACTIONS(2903), @@ -255788,7 +255797,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2903), [anon_sym_static_assert] = ACTIONS(2903), }, - [1818] = { + [STATE(1818)] = { [sym_identifier] = ACTIONS(5629), [anon_sym_DOT_DOT_DOT] = ACTIONS(5631), [anon_sym_COMMA] = ACTIONS(5631), @@ -255862,7 +255871,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5629), [anon_sym_requires] = ACTIONS(5629), }, - [1819] = { + [STATE(1819)] = { [sym_identifier] = ACTIONS(5633), [aux_sym_preproc_def_token1] = ACTIONS(5633), [aux_sym_preproc_if_token1] = ACTIONS(5633), @@ -255936,7 +255945,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5633), [anon_sym_static_assert] = ACTIONS(5633), }, - [1820] = { + [STATE(1820)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -256010,7 +256019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [1821] = { + [STATE(1821)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -256084,7 +256093,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [1822] = { + [STATE(1822)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -256158,7 +256167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [1823] = { + [STATE(1823)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), [aux_sym_preproc_if_token1] = ACTIONS(2847), @@ -256232,7 +256241,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2847), [anon_sym_static_assert] = ACTIONS(2847), }, - [1824] = { + [STATE(1824)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -256306,7 +256315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1825] = { + [STATE(1825)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_DOT_DOT_DOT] = ACTIONS(4953), [anon_sym_COMMA] = ACTIONS(4953), @@ -256380,7 +256389,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4951), [anon_sym_requires] = ACTIONS(4951), }, - [1826] = { + [STATE(1826)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_DOT_DOT_DOT] = ACTIONS(4961), [anon_sym_COMMA] = ACTIONS(4961), @@ -256454,7 +256463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4959), [anon_sym_requires] = ACTIONS(4959), }, - [1827] = { + [STATE(1827)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), [aux_sym_preproc_if_token1] = ACTIONS(2851), @@ -256528,7 +256537,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2851), [anon_sym_static_assert] = ACTIONS(2851), }, - [1828] = { + [STATE(1828)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), [aux_sym_preproc_if_token1] = ACTIONS(2855), @@ -256602,7 +256611,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2855), [anon_sym_static_assert] = ACTIONS(2855), }, - [1829] = { + [STATE(1829)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), [aux_sym_preproc_if_token1] = ACTIONS(2859), @@ -256676,7 +256685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2859), [anon_sym_static_assert] = ACTIONS(2859), }, - [1830] = { + [STATE(1830)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_DOT_DOT_DOT] = ACTIONS(4990), [anon_sym_COMMA] = ACTIONS(4990), @@ -256750,7 +256759,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4988), [anon_sym_requires] = ACTIONS(4988), }, - [1831] = { + [STATE(1831)] = { [sym__declaration_modifiers] = STATE(3282), [sym_attribute_specifier] = STATE(3282), [sym_attribute_declaration] = STATE(3282), @@ -256824,7 +256833,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(141), }, - [1832] = { + [STATE(1832)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), [aux_sym_preproc_if_token1] = ACTIONS(2771), @@ -256898,7 +256907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2771), [anon_sym_static_assert] = ACTIONS(2771), }, - [1833] = { + [STATE(1833)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), [aux_sym_preproc_if_token1] = ACTIONS(3108), @@ -256972,7 +256981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3108), [anon_sym_static_assert] = ACTIONS(3108), }, - [1834] = { + [STATE(1834)] = { [sym_identifier] = ACTIONS(5637), [anon_sym_DOT_DOT_DOT] = ACTIONS(5639), [anon_sym_COMMA] = ACTIONS(5639), @@ -257045,7 +257054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5637), [anon_sym_requires] = ACTIONS(5637), }, - [1835] = { + [STATE(1835)] = { [sym_identifier] = ACTIONS(5641), [anon_sym_DOT_DOT_DOT] = ACTIONS(5643), [anon_sym_COMMA] = ACTIONS(5643), @@ -257118,7 +257127,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5641), [anon_sym_requires] = ACTIONS(5641), }, - [1836] = { + [STATE(1836)] = { [sym_catch_clause] = STATE(1851), [aux_sym_constructor_try_statement_repeat1] = STATE(1851), [sym_identifier] = ACTIONS(2547), @@ -257191,7 +257200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2547), [anon_sym_catch] = ACTIONS(5645), }, - [1837] = { + [STATE(1837)] = { [sym_identifier] = ACTIONS(5647), [anon_sym_DOT_DOT_DOT] = ACTIONS(5649), [anon_sym_COMMA] = ACTIONS(5649), @@ -257264,7 +257273,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5647), [anon_sym_requires] = ACTIONS(5647), }, - [1838] = { + [STATE(1838)] = { [sym_catch_clause] = STATE(1851), [aux_sym_constructor_try_statement_repeat1] = STATE(1851), [sym_identifier] = ACTIONS(2590), @@ -257337,7 +257346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2590), [anon_sym_catch] = ACTIONS(5645), }, - [1839] = { + [STATE(1839)] = { [sym_identifier] = ACTIONS(5651), [anon_sym_DOT_DOT_DOT] = ACTIONS(5653), [anon_sym_COMMA] = ACTIONS(5653), @@ -257410,7 +257419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5651), [anon_sym_requires] = ACTIONS(5651), }, - [1840] = { + [STATE(1840)] = { [sym_identifier] = ACTIONS(5655), [anon_sym_DOT_DOT_DOT] = ACTIONS(5657), [anon_sym_COMMA] = ACTIONS(5657), @@ -257483,7 +257492,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5655), [anon_sym_requires] = ACTIONS(5655), }, - [1841] = { + [STATE(1841)] = { [sym_identifier] = ACTIONS(5659), [anon_sym_DOT_DOT_DOT] = ACTIONS(5661), [anon_sym_COMMA] = ACTIONS(5661), @@ -257556,7 +257565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5659), [anon_sym_requires] = ACTIONS(5659), }, - [1842] = { + [STATE(1842)] = { [sym_identifier] = ACTIONS(5663), [anon_sym_DOT_DOT_DOT] = ACTIONS(5665), [anon_sym_COMMA] = ACTIONS(5665), @@ -257629,7 +257638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5663), [anon_sym_requires] = ACTIONS(5663), }, - [1843] = { + [STATE(1843)] = { [sym_identifier] = ACTIONS(5667), [anon_sym_DOT_DOT_DOT] = ACTIONS(5669), [anon_sym_COMMA] = ACTIONS(5669), @@ -257702,7 +257711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5667), [anon_sym_requires] = ACTIONS(5667), }, - [1844] = { + [STATE(1844)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5003), [anon_sym_COMMA] = ACTIONS(5003), @@ -257775,7 +257784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(4996), [anon_sym_requires] = ACTIONS(4996), }, - [1845] = { + [STATE(1845)] = { [sym_catch_clause] = STATE(1890), [aux_sym_constructor_try_statement_repeat1] = STATE(1890), [sym_identifier] = ACTIONS(2483), @@ -257848,7 +257857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2483), [anon_sym_catch] = ACTIONS(5671), }, - [1846] = { + [STATE(1846)] = { [sym_catch_clause] = STATE(1851), [aux_sym_constructor_try_statement_repeat1] = STATE(1851), [sym_identifier] = ACTIONS(2483), @@ -257921,7 +257930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2483), [anon_sym_catch] = ACTIONS(5645), }, - [1847] = { + [STATE(1847)] = { [sym_identifier] = ACTIONS(5673), [anon_sym_DOT_DOT_DOT] = ACTIONS(5675), [anon_sym_COMMA] = ACTIONS(5675), @@ -257994,7 +258003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5673), [anon_sym_requires] = ACTIONS(5673), }, - [1848] = { + [STATE(1848)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -258067,7 +258076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5677), [anon_sym_requires] = ACTIONS(5677), }, - [1849] = { + [STATE(1849)] = { [sym_identifier] = ACTIONS(5681), [anon_sym_DOT_DOT_DOT] = ACTIONS(5683), [anon_sym_COMMA] = ACTIONS(5683), @@ -258140,7 +258149,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5681), [anon_sym_requires] = ACTIONS(5681), }, - [1850] = { + [STATE(1850)] = { [sym_identifier] = ACTIONS(5685), [anon_sym_DOT_DOT_DOT] = ACTIONS(5687), [anon_sym_COMMA] = ACTIONS(5687), @@ -258213,7 +258222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5685), [anon_sym_requires] = ACTIONS(5685), }, - [1851] = { + [STATE(1851)] = { [sym_catch_clause] = STATE(1851), [aux_sym_constructor_try_statement_repeat1] = STATE(1851), [sym_identifier] = ACTIONS(2476), @@ -258286,7 +258295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2476), [anon_sym_catch] = ACTIONS(5689), }, - [1852] = { + [STATE(1852)] = { [sym_identifier] = ACTIONS(5692), [anon_sym_DOT_DOT_DOT] = ACTIONS(5694), [anon_sym_COMMA] = ACTIONS(5694), @@ -258359,7 +258368,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5692), [anon_sym_requires] = ACTIONS(5692), }, - [1853] = { + [STATE(1853)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -258432,7 +258441,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5677), [anon_sym_requires] = ACTIONS(5677), }, - [1854] = { + [STATE(1854)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -258505,7 +258514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5677), [anon_sym_requires] = ACTIONS(5677), }, - [1855] = { + [STATE(1855)] = { [sym_catch_clause] = STATE(1890), [aux_sym_constructor_try_statement_repeat1] = STATE(1890), [sym_identifier] = ACTIONS(2590), @@ -258578,7 +258587,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2590), [anon_sym_catch] = ACTIONS(5671), }, - [1856] = { + [STATE(1856)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), [anon_sym_RPAREN] = ACTIONS(5000), @@ -258651,7 +258660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5003), [anon_sym_DASH_GT_STAR] = ACTIONS(4998), }, - [1857] = { + [STATE(1857)] = { [sym_template_argument_list] = STATE(1895), [anon_sym_DOT_DOT_DOT] = ACTIONS(4967), [anon_sym_COMMA] = ACTIONS(4967), @@ -258724,7 +258733,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(4970), [anon_sym_GT2] = ACTIONS(4967), }, - [1858] = { + [STATE(1858)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_LPAREN2] = ACTIONS(5082), [anon_sym_BANG] = ACTIONS(5082), @@ -258797,7 +258806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(5080), [sym_this] = ACTIONS(5080), }, - [1859] = { + [STATE(1859)] = { [sym_identifier] = ACTIONS(5699), [anon_sym_DOT_DOT_DOT] = ACTIONS(5701), [anon_sym_COMMA] = ACTIONS(5701), @@ -258870,7 +258879,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5699), [anon_sym_requires] = ACTIONS(5699), }, - [1860] = { + [STATE(1860)] = { [sym_type_qualifier] = STATE(1861), [sym_alignas_qualifier] = STATE(1695), [aux_sym__type_definition_type_repeat1] = STATE(1861), @@ -258943,7 +258952,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5088), [anon_sym_decltype] = ACTIONS(5088), }, - [1861] = { + [STATE(1861)] = { [sym_type_qualifier] = STATE(1655), [sym_alignas_qualifier] = STATE(1695), [aux_sym__type_definition_type_repeat1] = STATE(1655), @@ -259016,7 +259025,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5102), [anon_sym_decltype] = ACTIONS(5102), }, - [1862] = { + [STATE(1862)] = { [sym_catch_clause] = STATE(1890), [aux_sym_constructor_try_statement_repeat1] = STATE(1890), [sym_identifier] = ACTIONS(2547), @@ -259089,7 +259098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2547), [anon_sym_catch] = ACTIONS(5671), }, - [1863] = { + [STATE(1863)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -259162,7 +259171,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [1864] = { + [STATE(1864)] = { [sym_identifier] = ACTIONS(5728), [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), [anon_sym_COMMA] = ACTIONS(5730), @@ -259235,7 +259244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5728), [anon_sym_requires] = ACTIONS(5728), }, - [1865] = { + [STATE(1865)] = { [sym_identifier] = ACTIONS(5732), [anon_sym_DOT_DOT_DOT] = ACTIONS(5734), [anon_sym_COMMA] = ACTIONS(5734), @@ -259308,7 +259317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5732), [anon_sym_requires] = ACTIONS(5732), }, - [1866] = { + [STATE(1866)] = { [sym_identifier] = ACTIONS(5736), [anon_sym_DOT_DOT_DOT] = ACTIONS(5738), [anon_sym_COMMA] = ACTIONS(5738), @@ -259381,7 +259390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5736), [anon_sym_requires] = ACTIONS(5736), }, - [1867] = { + [STATE(1867)] = { [sym_identifier] = ACTIONS(5740), [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), [anon_sym_COMMA] = ACTIONS(5742), @@ -259454,7 +259463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5740), [anon_sym_requires] = ACTIONS(5740), }, - [1868] = { + [STATE(1868)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_LPAREN2] = ACTIONS(2563), [anon_sym_BANG] = ACTIONS(2563), @@ -259527,7 +259536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_requires] = ACTIONS(2573), [sym_this] = ACTIONS(2573), }, - [1869] = { + [STATE(1869)] = { [sym_type_qualifier] = STATE(1889), [sym_alignas_qualifier] = STATE(1695), [aux_sym__type_definition_type_repeat1] = STATE(1889), @@ -259600,7 +259609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5088), [anon_sym_decltype] = ACTIONS(5088), }, - [1870] = { + [STATE(1870)] = { [sym_identifier] = ACTIONS(5750), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), [anon_sym_COMMA] = ACTIONS(5752), @@ -259673,7 +259682,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5750), [anon_sym_requires] = ACTIONS(5750), }, - [1871] = { + [STATE(1871)] = { [sym_identifier] = ACTIONS(5754), [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), [anon_sym_COMMA] = ACTIONS(5756), @@ -259746,7 +259755,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5754), [anon_sym_requires] = ACTIONS(5754), }, - [1872] = { + [STATE(1872)] = { [sym_identifier] = ACTIONS(5758), [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), [anon_sym_COMMA] = ACTIONS(5760), @@ -259819,7 +259828,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5758), [anon_sym_requires] = ACTIONS(5758), }, - [1873] = { + [STATE(1873)] = { [sym_identifier] = ACTIONS(5762), [anon_sym_DOT_DOT_DOT] = ACTIONS(5764), [anon_sym_COMMA] = ACTIONS(5764), @@ -259892,7 +259901,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5762), [anon_sym_requires] = ACTIONS(5762), }, - [1874] = { + [STATE(1874)] = { [sym_identifier] = ACTIONS(5766), [anon_sym_DOT_DOT_DOT] = ACTIONS(5768), [anon_sym_COMMA] = ACTIONS(5768), @@ -259965,7 +259974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5766), [anon_sym_requires] = ACTIONS(5766), }, - [1875] = { + [STATE(1875)] = { [sym_identifier] = ACTIONS(5770), [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), [anon_sym_COMMA] = ACTIONS(5772), @@ -260038,7 +260047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5770), [anon_sym_requires] = ACTIONS(5770), }, - [1876] = { + [STATE(1876)] = { [sym_identifier] = ACTIONS(5774), [anon_sym_DOT_DOT_DOT] = ACTIONS(5776), [anon_sym_COMMA] = ACTIONS(5776), @@ -260111,7 +260120,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5774), [anon_sym_requires] = ACTIONS(5774), }, - [1877] = { + [STATE(1877)] = { [sym_identifier] = ACTIONS(5778), [anon_sym_DOT_DOT_DOT] = ACTIONS(5780), [anon_sym_COMMA] = ACTIONS(5780), @@ -260184,7 +260193,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5778), [anon_sym_requires] = ACTIONS(5778), }, - [1878] = { + [STATE(1878)] = { [sym_identifier] = ACTIONS(5782), [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), [anon_sym_COMMA] = ACTIONS(5784), @@ -260257,7 +260266,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5782), [anon_sym_requires] = ACTIONS(5782), }, - [1879] = { + [STATE(1879)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -260330,7 +260339,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5450), [anon_sym_requires] = ACTIONS(5450), }, - [1880] = { + [STATE(1880)] = { [sym_identifier] = ACTIONS(5786), [anon_sym_DOT_DOT_DOT] = ACTIONS(5788), [anon_sym_COMMA] = ACTIONS(5788), @@ -260403,7 +260412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5786), [anon_sym_requires] = ACTIONS(5786), }, - [1881] = { + [STATE(1881)] = { [sym_identifier] = ACTIONS(5790), [anon_sym_DOT_DOT_DOT] = ACTIONS(5792), [anon_sym_COMMA] = ACTIONS(5792), @@ -260476,7 +260485,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5790), [anon_sym_requires] = ACTIONS(5790), }, - [1882] = { + [STATE(1882)] = { [sym_identifier] = ACTIONS(5794), [anon_sym_DOT_DOT_DOT] = ACTIONS(5796), [anon_sym_COMMA] = ACTIONS(5796), @@ -260549,7 +260558,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5794), [anon_sym_requires] = ACTIONS(5794), }, - [1883] = { + [STATE(1883)] = { [sym_identifier] = ACTIONS(5786), [anon_sym_DOT_DOT_DOT] = ACTIONS(5788), [anon_sym_COMMA] = ACTIONS(5788), @@ -260622,7 +260631,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5786), [anon_sym_requires] = ACTIONS(5786), }, - [1884] = { + [STATE(1884)] = { [sym_identifier] = ACTIONS(5798), [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), [anon_sym_COMMA] = ACTIONS(5800), @@ -260695,7 +260704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5798), [anon_sym_requires] = ACTIONS(5798), }, - [1885] = { + [STATE(1885)] = { [sym_identifier] = ACTIONS(5802), [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), [anon_sym_COMMA] = ACTIONS(5804), @@ -260768,7 +260777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5802), [anon_sym_requires] = ACTIONS(5802), }, - [1886] = { + [STATE(1886)] = { [sym_identifier] = ACTIONS(5806), [anon_sym_DOT_DOT_DOT] = ACTIONS(5808), [anon_sym_COMMA] = ACTIONS(5808), @@ -260841,7 +260850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5806), [anon_sym_requires] = ACTIONS(5806), }, - [1887] = { + [STATE(1887)] = { [sym_identifier] = ACTIONS(5810), [anon_sym_DOT_DOT_DOT] = ACTIONS(5812), [anon_sym_COMMA] = ACTIONS(5812), @@ -260914,7 +260923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5810), [anon_sym_requires] = ACTIONS(5810), }, - [1888] = { + [STATE(1888)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -260987,7 +260996,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1889] = { + [STATE(1889)] = { [sym_type_qualifier] = STATE(1655), [sym_alignas_qualifier] = STATE(1695), [aux_sym__type_definition_type_repeat1] = STATE(1655), @@ -261060,7 +261069,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5102), [anon_sym_decltype] = ACTIONS(5102), }, - [1890] = { + [STATE(1890)] = { [sym_catch_clause] = STATE(1890), [aux_sym_constructor_try_statement_repeat1] = STATE(1890), [sym_identifier] = ACTIONS(2476), @@ -261133,7 +261142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2476), [anon_sym_catch] = ACTIONS(5820), }, - [1891] = { + [STATE(1891)] = { [sym_identifier] = ACTIONS(1936), [anon_sym_LPAREN2] = ACTIONS(1934), [anon_sym_TILDE] = ACTIONS(1934), @@ -261205,7 +261214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1936), [anon_sym_concept] = ACTIONS(1936), }, - [1892] = { + [STATE(1892)] = { [sym_argument_list] = STATE(2426), [sym_initializer_list] = STATE(2426), [sym_decltype_auto] = STATE(2253), @@ -261277,7 +261286,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5831), [anon_sym_decltype] = ACTIONS(5833), }, - [1893] = { + [STATE(1893)] = { [sym_identifier] = ACTIONS(5625), [anon_sym_DOT_DOT_DOT] = ACTIONS(5627), [anon_sym_COMMA] = ACTIONS(5627), @@ -261349,7 +261358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5625), [anon_sym_requires] = ACTIONS(5625), }, - [1894] = { + [STATE(1894)] = { [sym_identifier] = ACTIONS(3951), [anon_sym_DOT_DOT_DOT] = ACTIONS(3953), [anon_sym_COMMA] = ACTIONS(3953), @@ -261421,7 +261430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(3951), [anon_sym_requires] = ACTIONS(3951), }, - [1895] = { + [STATE(1895)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(5000), [anon_sym_COMMA] = ACTIONS(5000), [anon_sym_LPAREN2] = ACTIONS(5000), @@ -261493,7 +261502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5003), [anon_sym_GT2] = ACTIONS(5000), }, - [1896] = { + [STATE(1896)] = { [sym_template_argument_list] = STATE(1916), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), [anon_sym_RPAREN] = ACTIONS(4967), @@ -261565,7 +261574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(4970), [anon_sym_decltype] = ACTIONS(4970), }, - [1897] = { + [STATE(1897)] = { [sym_identifier] = ACTIONS(3947), [anon_sym_DOT_DOT_DOT] = ACTIONS(3949), [anon_sym_COMMA] = ACTIONS(3949), @@ -261637,7 +261646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(3947), [anon_sym_requires] = ACTIONS(3947), }, - [1898] = { + [STATE(1898)] = { [sym_identifier] = ACTIONS(5641), [anon_sym_DOT_DOT_DOT] = ACTIONS(5643), [anon_sym_COMMA] = ACTIONS(5643), @@ -261709,7 +261718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5641), [anon_sym_requires] = ACTIONS(5641), }, - [1899] = { + [STATE(1899)] = { [sym_template_argument_list] = STATE(1941), [sym_identifier] = ACTIONS(5838), [anon_sym_DOT_DOT_DOT] = ACTIONS(4172), @@ -261781,7 +261790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5838), [anon_sym_override] = ACTIONS(5838), }, - [1900] = { + [STATE(1900)] = { [sym_argument_list] = STATE(2465), [sym_initializer_list] = STATE(2465), [sym_decltype_auto] = STATE(2253), @@ -261853,7 +261862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5831), [anon_sym_decltype] = ACTIONS(5833), }, - [1901] = { + [STATE(1901)] = { [sym_template_argument_list] = STATE(1941), [sym_identifier] = ACTIONS(4963), [anon_sym_DOT_DOT_DOT] = ACTIONS(4970), @@ -261925,7 +261934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4963), [anon_sym_override] = ACTIONS(4963), }, - [1902] = { + [STATE(1902)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -261997,7 +262006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5450), [anon_sym_requires] = ACTIONS(5450), }, - [1903] = { + [STATE(1903)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(1904), @@ -262069,7 +262078,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5851), [anon_sym_operator] = ACTIONS(1852), }, - [1904] = { + [STATE(1904)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(3820), @@ -262141,7 +262150,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5865), [anon_sym_operator] = ACTIONS(1852), }, - [1905] = { + [STATE(1905)] = { [sym_argument_list] = STATE(2456), [sym_initializer_list] = STATE(2456), [sym_decltype_auto] = STATE(2253), @@ -262213,7 +262222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5831), [anon_sym_decltype] = ACTIONS(5833), }, - [1906] = { + [STATE(1906)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -262285,7 +262294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1907] = { + [STATE(1907)] = { [sym_identifier] = ACTIONS(1940), [anon_sym_LPAREN2] = ACTIONS(1938), [anon_sym_TILDE] = ACTIONS(1938), @@ -262357,7 +262366,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(1940), [anon_sym_concept] = ACTIONS(1940), }, - [1908] = { + [STATE(1908)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -262429,7 +262438,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1909] = { + [STATE(1909)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -262501,7 +262510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5617), [anon_sym_requires] = ACTIONS(5617), }, - [1910] = { + [STATE(1910)] = { [sym_identifier] = ACTIONS(5605), [anon_sym_DOT_DOT_DOT] = ACTIONS(5607), [anon_sym_COMMA] = ACTIONS(5607), @@ -262573,7 +262582,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_throw] = ACTIONS(5605), [anon_sym_requires] = ACTIONS(5605), }, - [1911] = { + [STATE(1911)] = { [sym_argument_list] = STATE(2442), [sym_initializer_list] = STATE(2442), [sym_decltype_auto] = STATE(2253), @@ -262645,7 +262654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5831), [anon_sym_decltype] = ACTIONS(5833), }, - [1912] = { + [STATE(1912)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4791), [sym_attribute_specifier] = STATE(2136), @@ -262716,7 +262725,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1913] = { + [STATE(1913)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), [aux_sym_preproc_if_token1] = ACTIONS(1936), @@ -262787,7 +262796,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1936), [anon_sym_catch] = ACTIONS(1936), }, - [1914] = { + [STATE(1914)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -262858,7 +262867,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1915] = { + [STATE(1915)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(5234), [sym_attribute_specifier] = STATE(2136), @@ -262929,7 +262938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1916] = { + [STATE(1916)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_RPAREN] = ACTIONS(5000), [anon_sym_LPAREN2] = ACTIONS(5000), @@ -263000,7 +263009,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5003), [anon_sym_decltype] = ACTIONS(5003), }, - [1917] = { + [STATE(1917)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -263071,7 +263080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1918] = { + [STATE(1918)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1918), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -263142,7 +263151,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_try] = ACTIONS(5070), [anon_sym_requires] = ACTIONS(5070), }, - [1919] = { + [STATE(1919)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [aux_sym_preproc_if_token1] = ACTIONS(1940), @@ -263213,7 +263222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1940), [anon_sym_catch] = ACTIONS(1940), }, - [1920] = { + [STATE(1920)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), [aux_sym_preproc_if_token1] = ACTIONS(2619), @@ -263284,7 +263293,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2619), [anon_sym_catch] = ACTIONS(2619), }, - [1921] = { + [STATE(1921)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -263355,7 +263364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5617), [anon_sym_override] = ACTIONS(5617), }, - [1922] = { + [STATE(1922)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -263426,7 +263435,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1923] = { + [STATE(1923)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -263497,7 +263506,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5617), [anon_sym_override] = ACTIONS(5617), }, - [1924] = { + [STATE(1924)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4798), [sym_attribute_specifier] = STATE(2136), @@ -263568,7 +263577,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1925] = { + [STATE(1925)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4780), [sym_attribute_specifier] = STATE(2136), @@ -263639,7 +263648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1926] = { + [STATE(1926)] = { [sym_type_qualifier] = STATE(1926), [sym_alignas_qualifier] = STATE(2229), [aux_sym__type_definition_type_repeat1] = STATE(1926), @@ -263710,7 +263719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5049), [anon_sym_requires] = ACTIONS(5047), }, - [1927] = { + [STATE(1927)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1928), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), [anon_sym_COMMA] = ACTIONS(5752), @@ -263781,7 +263790,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5752), [anon_sym_requires] = ACTIONS(5752), }, - [1928] = { + [STATE(1928)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5888), [anon_sym_COMMA] = ACTIONS(5888), @@ -263852,7 +263861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5888), [anon_sym_requires] = ACTIONS(5888), }, - [1929] = { + [STATE(1929)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4785), [sym_attribute_specifier] = STATE(2136), @@ -263923,7 +263932,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1930] = { + [STATE(1930)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5894), [anon_sym_COMMA] = ACTIONS(5894), @@ -263994,7 +264003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5894), [anon_sym_requires] = ACTIONS(5894), }, - [1931] = { + [STATE(1931)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [aux_sym_preproc_if_token1] = ACTIONS(1940), @@ -264065,7 +264074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1940), [anon_sym_catch] = ACTIONS(1940), }, - [1932] = { + [STATE(1932)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4796), [sym_attribute_specifier] = STATE(2136), @@ -264136,7 +264145,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1933] = { + [STATE(1933)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4800), [sym_attribute_specifier] = STATE(2136), @@ -264207,7 +264216,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1934] = { + [STATE(1934)] = { [sym__declaration_modifiers] = STATE(2136), [sym__declaration_specifiers] = STATE(4801), [sym_attribute_specifier] = STATE(2136), @@ -264278,7 +264287,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [1935] = { + [STATE(1935)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5898), [anon_sym_COMMA] = ACTIONS(5898), @@ -264349,7 +264358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5898), [anon_sym_requires] = ACTIONS(5898), }, - [1936] = { + [STATE(1936)] = { [sym_identifier] = ACTIONS(5605), [anon_sym_DOT_DOT_DOT] = ACTIONS(5607), [anon_sym_COMMA] = ACTIONS(5607), @@ -264420,7 +264429,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5605), [anon_sym_override] = ACTIONS(5605), }, - [1937] = { + [STATE(1937)] = { [sym_identifier] = ACTIONS(2619), [aux_sym_preproc_def_token1] = ACTIONS(2619), [aux_sym_preproc_if_token1] = ACTIONS(2619), @@ -264491,7 +264500,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(2619), [anon_sym_catch] = ACTIONS(2619), }, - [1938] = { + [STATE(1938)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1940), [anon_sym_DOT_DOT_DOT] = ACTIONS(5902), [anon_sym_COMMA] = ACTIONS(5902), @@ -264562,7 +264571,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5902), [anon_sym_requires] = ACTIONS(5902), }, - [1939] = { + [STATE(1939)] = { [sym_identifier] = ACTIONS(1940), [aux_sym_preproc_def_token1] = ACTIONS(1940), [anon_sym_COMMA] = ACTIONS(2685), @@ -264633,7 +264642,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(1940), [anon_sym_static_assert] = ACTIONS(1940), }, - [1940] = { + [STATE(1940)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5908), [anon_sym_COMMA] = ACTIONS(5908), @@ -264704,7 +264713,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5908), [anon_sym_requires] = ACTIONS(5908), }, - [1941] = { + [STATE(1941)] = { [sym_identifier] = ACTIONS(4996), [anon_sym_DOT_DOT_DOT] = ACTIONS(5003), [anon_sym_COMMA] = ACTIONS(5003), @@ -264775,7 +264784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(4996), [anon_sym_override] = ACTIONS(4996), }, - [1942] = { + [STATE(1942)] = { [sym_string_literal] = STATE(1684), [sym_raw_string_literal] = STATE(1684), [sym_identifier] = ACTIONS(5912), @@ -264846,7 +264855,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(1982), [sym_literal_suffix] = ACTIONS(5912), }, - [1943] = { + [STATE(1943)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5916), [anon_sym_COMMA] = ACTIONS(5916), @@ -264917,7 +264926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5916), [anon_sym_requires] = ACTIONS(5916), }, - [1944] = { + [STATE(1944)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1943), [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), [anon_sym_COMMA] = ACTIONS(5920), @@ -264988,7 +264997,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5920), [anon_sym_requires] = ACTIONS(5920), }, - [1945] = { + [STATE(1945)] = { [sym_identifier] = ACTIONS(5625), [anon_sym_DOT_DOT_DOT] = ACTIONS(5627), [anon_sym_COMMA] = ACTIONS(5627), @@ -265059,7 +265068,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5625), [anon_sym_override] = ACTIONS(5625), }, - [1946] = { + [STATE(1946)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5926), [anon_sym_COMMA] = ACTIONS(5926), @@ -265130,7 +265139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5926), [anon_sym_requires] = ACTIONS(5926), }, - [1947] = { + [STATE(1947)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1928), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -265201,7 +265210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5452), [anon_sym_requires] = ACTIONS(5452), }, - [1948] = { + [STATE(1948)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1930), [anon_sym_DOT_DOT_DOT] = ACTIONS(5930), [anon_sym_COMMA] = ACTIONS(5930), @@ -265272,7 +265281,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5930), [anon_sym_requires] = ACTIONS(5930), }, - [1949] = { + [STATE(1949)] = { [sym_identifier] = ACTIONS(1936), [aux_sym_preproc_def_token1] = ACTIONS(1936), [aux_sym_preproc_if_token1] = ACTIONS(1936), @@ -265343,7 +265352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_static_assert] = ACTIONS(1936), [anon_sym_catch] = ACTIONS(1936), }, - [1950] = { + [STATE(1950)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1951), [anon_sym_DOT_DOT_DOT] = ACTIONS(5936), [anon_sym_COMMA] = ACTIONS(5936), @@ -265414,7 +265423,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5936), [anon_sym_requires] = ACTIONS(5936), }, - [1951] = { + [STATE(1951)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [anon_sym_DOT_DOT_DOT] = ACTIONS(5942), [anon_sym_COMMA] = ACTIONS(5942), @@ -265485,7 +265494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5942), [anon_sym_requires] = ACTIONS(5942), }, - [1952] = { + [STATE(1952)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), [aux_sym_preproc_if_token1] = ACTIONS(2791), @@ -265555,7 +265564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2791), [anon_sym_static_assert] = ACTIONS(2791), }, - [1953] = { + [STATE(1953)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -265625,7 +265634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [1954] = { + [STATE(1954)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), [aux_sym_preproc_if_token1] = ACTIONS(2859), @@ -265695,7 +265704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2859), [anon_sym_static_assert] = ACTIONS(2859), }, - [1955] = { + [STATE(1955)] = { [sym_identifier] = ACTIONS(5521), [aux_sym_preproc_def_token1] = ACTIONS(5521), [aux_sym_preproc_if_token1] = ACTIONS(5521), @@ -265765,7 +265774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5521), [anon_sym_static_assert] = ACTIONS(5521), }, - [1956] = { + [STATE(1956)] = { [sym_string_literal] = STATE(2189), [sym_template_argument_list] = STATE(3094), [sym_raw_string_literal] = STATE(2189), @@ -265835,7 +265844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5042), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [1957] = { + [STATE(1957)] = { [sym_identifier] = ACTIONS(5557), [aux_sym_preproc_def_token1] = ACTIONS(5557), [aux_sym_preproc_if_token1] = ACTIONS(5557), @@ -265905,7 +265914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5557), [anon_sym_static_assert] = ACTIONS(5557), }, - [1958] = { + [STATE(1958)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), [aux_sym_preproc_if_token1] = ACTIONS(2759), @@ -265975,7 +265984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2759), [anon_sym_static_assert] = ACTIONS(2759), }, - [1959] = { + [STATE(1959)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), [aux_sym_preproc_if_token1] = ACTIONS(3108), @@ -266045,7 +266054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3108), [anon_sym_static_assert] = ACTIONS(3108), }, - [1960] = { + [STATE(1960)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -266115,7 +266124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1961] = { + [STATE(1961)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -266185,7 +266194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1962] = { + [STATE(1962)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -266255,7 +266264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [1963] = { + [STATE(1963)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -266325,7 +266334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [1964] = { + [STATE(1964)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), [aux_sym_preproc_if_token1] = ACTIONS(3104), @@ -266395,7 +266404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3104), [anon_sym_static_assert] = ACTIONS(3104), }, - [1965] = { + [STATE(1965)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -266465,7 +266474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [1966] = { + [STATE(1966)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -266535,7 +266544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [1967] = { + [STATE(1967)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -266605,7 +266614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1968] = { + [STATE(1968)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), [aux_sym_preproc_if_token1] = ACTIONS(2903), @@ -266675,7 +266684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2903), [anon_sym_static_assert] = ACTIONS(2903), }, - [1969] = { + [STATE(1969)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -266745,7 +266754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1970] = { + [STATE(1970)] = { [sym_identifier] = ACTIONS(5505), [aux_sym_preproc_def_token1] = ACTIONS(5505), [aux_sym_preproc_if_token1] = ACTIONS(5505), @@ -266815,7 +266824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5505), [anon_sym_static_assert] = ACTIONS(5505), }, - [1971] = { + [STATE(1971)] = { [sym_identifier] = ACTIONS(5509), [aux_sym_preproc_def_token1] = ACTIONS(5509), [aux_sym_preproc_if_token1] = ACTIONS(5509), @@ -266885,7 +266894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5509), [anon_sym_static_assert] = ACTIONS(5509), }, - [1972] = { + [STATE(1972)] = { [sym_identifier] = ACTIONS(5513), [aux_sym_preproc_def_token1] = ACTIONS(5513), [aux_sym_preproc_if_token1] = ACTIONS(5513), @@ -266955,7 +266964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5513), [anon_sym_static_assert] = ACTIONS(5513), }, - [1973] = { + [STATE(1973)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -267025,7 +267034,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [1974] = { + [STATE(1974)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -267095,7 +267104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [1975] = { + [STATE(1975)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -267165,7 +267174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [1976] = { + [STATE(1976)] = { [sym_identifier] = ACTIONS(5521), [aux_sym_preproc_def_token1] = ACTIONS(5521), [aux_sym_preproc_if_token1] = ACTIONS(5521), @@ -267235,7 +267244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5521), [anon_sym_static_assert] = ACTIONS(5521), }, - [1977] = { + [STATE(1977)] = { [sym_identifier] = ACTIONS(5525), [aux_sym_preproc_def_token1] = ACTIONS(5525), [aux_sym_preproc_if_token1] = ACTIONS(5525), @@ -267305,7 +267314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5525), [anon_sym_static_assert] = ACTIONS(5525), }, - [1978] = { + [STATE(1978)] = { [sym_identifier] = ACTIONS(5529), [aux_sym_preproc_def_token1] = ACTIONS(5529), [aux_sym_preproc_if_token1] = ACTIONS(5529), @@ -267375,7 +267384,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5529), [anon_sym_static_assert] = ACTIONS(5529), }, - [1979] = { + [STATE(1979)] = { [sym_identifier] = ACTIONS(5533), [aux_sym_preproc_def_token1] = ACTIONS(5533), [aux_sym_preproc_if_token1] = ACTIONS(5533), @@ -267445,7 +267454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5533), [anon_sym_static_assert] = ACTIONS(5533), }, - [1980] = { + [STATE(1980)] = { [sym_identifier] = ACTIONS(5537), [aux_sym_preproc_def_token1] = ACTIONS(5537), [aux_sym_preproc_if_token1] = ACTIONS(5537), @@ -267515,7 +267524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5537), [anon_sym_static_assert] = ACTIONS(5537), }, - [1981] = { + [STATE(1981)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), [aux_sym_preproc_if_token1] = ACTIONS(2643), @@ -267585,7 +267594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2643), [anon_sym_static_assert] = ACTIONS(2643), }, - [1982] = { + [STATE(1982)] = { [sym_identifier] = ACTIONS(5553), [aux_sym_preproc_def_token1] = ACTIONS(5553), [aux_sym_preproc_if_token1] = ACTIONS(5553), @@ -267655,7 +267664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5553), [anon_sym_static_assert] = ACTIONS(5553), }, - [1983] = { + [STATE(1983)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -267725,7 +267734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1984] = { + [STATE(1984)] = { [sym_identifier] = ACTIONS(5549), [aux_sym_preproc_def_token1] = ACTIONS(5549), [aux_sym_preproc_if_token1] = ACTIONS(5549), @@ -267795,7 +267804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5549), [anon_sym_static_assert] = ACTIONS(5549), }, - [1985] = { + [STATE(1985)] = { [sym_identifier] = ACTIONS(5553), [aux_sym_preproc_def_token1] = ACTIONS(5553), [aux_sym_preproc_if_token1] = ACTIONS(5553), @@ -267865,7 +267874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5553), [anon_sym_static_assert] = ACTIONS(5553), }, - [1986] = { + [STATE(1986)] = { [sym_identifier] = ACTIONS(5561), [aux_sym_preproc_def_token1] = ACTIONS(5561), [aux_sym_preproc_if_token1] = ACTIONS(5561), @@ -267935,7 +267944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5561), [anon_sym_static_assert] = ACTIONS(5561), }, - [1987] = { + [STATE(1987)] = { [sym_identifier] = ACTIONS(5565), [aux_sym_preproc_def_token1] = ACTIONS(5565), [aux_sym_preproc_if_token1] = ACTIONS(5565), @@ -268005,7 +268014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5565), [anon_sym_static_assert] = ACTIONS(5565), }, - [1988] = { + [STATE(1988)] = { [sym_identifier] = ACTIONS(5569), [aux_sym_preproc_def_token1] = ACTIONS(5569), [aux_sym_preproc_if_token1] = ACTIONS(5569), @@ -268075,7 +268084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5569), [anon_sym_static_assert] = ACTIONS(5569), }, - [1989] = { + [STATE(1989)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -268145,7 +268154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [1990] = { + [STATE(1990)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -268215,7 +268224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [1991] = { + [STATE(1991)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -268285,7 +268294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [1992] = { + [STATE(1992)] = { [sym_string_literal] = STATE(2005), [sym_raw_string_literal] = STATE(2005), [aux_sym_concatenated_string_repeat1] = STATE(2005), @@ -268355,7 +268364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5956), [sym_literal_suffix] = ACTIONS(5392), }, - [1993] = { + [STATE(1993)] = { [sym__declaration_modifiers] = STATE(3269), [sym_attribute_specifier] = STATE(3269), [sym_attribute_declaration] = STATE(3269), @@ -268425,7 +268434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(3009), [anon_sym_template] = ACTIONS(1452), }, - [1994] = { + [STATE(1994)] = { [sym_identifier] = ACTIONS(5561), [aux_sym_preproc_def_token1] = ACTIONS(5561), [aux_sym_preproc_if_token1] = ACTIONS(5561), @@ -268495,7 +268504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5561), [anon_sym_static_assert] = ACTIONS(5561), }, - [1995] = { + [STATE(1995)] = { [sym_identifier] = ACTIONS(5573), [aux_sym_preproc_def_token1] = ACTIONS(5573), [aux_sym_preproc_if_token1] = ACTIONS(5573), @@ -268565,7 +268574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5573), [anon_sym_static_assert] = ACTIONS(5573), }, - [1996] = { + [STATE(1996)] = { [sym_identifier] = ACTIONS(5581), [aux_sym_preproc_def_token1] = ACTIONS(5581), [aux_sym_preproc_if_token1] = ACTIONS(5581), @@ -268635,7 +268644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5581), [anon_sym_static_assert] = ACTIONS(5581), }, - [1997] = { + [STATE(1997)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -268705,7 +268714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [1998] = { + [STATE(1998)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -268775,7 +268784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [1999] = { + [STATE(1999)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -268845,7 +268854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [2000] = { + [STATE(2000)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -268915,7 +268924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [2001] = { + [STATE(2001)] = { [sym_identifier] = ACTIONS(5621), [aux_sym_preproc_def_token1] = ACTIONS(5621), [aux_sym_preproc_if_token1] = ACTIONS(5621), @@ -268985,7 +268994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5621), [anon_sym_static_assert] = ACTIONS(5621), }, - [2002] = { + [STATE(2002)] = { [sym_identifier] = ACTIONS(5633), [aux_sym_preproc_def_token1] = ACTIONS(5633), [aux_sym_preproc_if_token1] = ACTIONS(5633), @@ -269055,7 +269064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5633), [anon_sym_static_assert] = ACTIONS(5633), }, - [2003] = { + [STATE(2003)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -269125,7 +269134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [2004] = { + [STATE(2004)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -269195,7 +269204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [2005] = { + [STATE(2005)] = { [sym_string_literal] = STATE(2010), [sym_raw_string_literal] = STATE(2010), [aux_sym_concatenated_string_repeat1] = STATE(2010), @@ -269265,7 +269274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5956), [sym_literal_suffix] = ACTIONS(5398), }, - [2006] = { + [STATE(2006)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), [aux_sym_preproc_if_token1] = ACTIONS(2711), @@ -269335,7 +269344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2711), [anon_sym_static_assert] = ACTIONS(2711), }, - [2007] = { + [STATE(2007)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), @@ -269405,7 +269414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), }, - [2008] = { + [STATE(2008)] = { [sym_identifier] = ACTIONS(5525), [aux_sym_preproc_def_token1] = ACTIONS(5525), [aux_sym_preproc_if_token1] = ACTIONS(5525), @@ -269475,7 +269484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5525), [anon_sym_static_assert] = ACTIONS(5525), }, - [2009] = { + [STATE(2009)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -269545,7 +269554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [2010] = { + [STATE(2010)] = { [sym_string_literal] = STATE(2010), [sym_raw_string_literal] = STATE(2010), [aux_sym_concatenated_string_repeat1] = STATE(2010), @@ -269615,7 +269624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5968), [sym_literal_suffix] = ACTIONS(5405), }, - [2011] = { + [STATE(2011)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), [aux_sym_preproc_if_token1] = ACTIONS(2699), @@ -269685,7 +269694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2699), [anon_sym_static_assert] = ACTIONS(2699), }, - [2012] = { + [STATE(2012)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), [aux_sym_preproc_if_token1] = ACTIONS(2639), @@ -269755,7 +269764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2639), [anon_sym_static_assert] = ACTIONS(2639), }, - [2013] = { + [STATE(2013)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), [aux_sym_preproc_if_token1] = ACTIONS(2955), @@ -269825,7 +269834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2955), [anon_sym_static_assert] = ACTIONS(2955), }, - [2014] = { + [STATE(2014)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), [aux_sym_preproc_if_token1] = ACTIONS(3067), @@ -269895,7 +269904,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3067), [anon_sym_static_assert] = ACTIONS(3067), }, - [2015] = { + [STATE(2015)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), [aux_sym_preproc_if_token1] = ACTIONS(3071), @@ -269965,7 +269974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3071), [anon_sym_static_assert] = ACTIONS(3071), }, - [2016] = { + [STATE(2016)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), [aux_sym_preproc_if_token1] = ACTIONS(2651), @@ -270035,7 +270044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2651), [anon_sym_static_assert] = ACTIONS(2651), }, - [2017] = { + [STATE(2017)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), [aux_sym_preproc_if_token1] = ACTIONS(3079), @@ -270105,7 +270114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3079), [anon_sym_static_assert] = ACTIONS(3079), }, - [2018] = { + [STATE(2018)] = { [sym_identifier] = ACTIONS(2651), [aux_sym_preproc_def_token1] = ACTIONS(2651), [aux_sym_preproc_if_token1] = ACTIONS(2651), @@ -270175,7 +270184,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2651), [anon_sym_static_assert] = ACTIONS(2651), }, - [2019] = { + [STATE(2019)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -270245,7 +270254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [2020] = { + [STATE(2020)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), [aux_sym_preproc_if_token1] = ACTIONS(3112), @@ -270315,7 +270324,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3112), [anon_sym_static_assert] = ACTIONS(3112), }, - [2021] = { + [STATE(2021)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), [aux_sym_preproc_if_token1] = ACTIONS(2771), @@ -270385,7 +270394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2771), [anon_sym_static_assert] = ACTIONS(2771), }, - [2022] = { + [STATE(2022)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), [aux_sym_preproc_if_token1] = ACTIONS(3089), @@ -270455,7 +270464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3089), [anon_sym_static_assert] = ACTIONS(3089), }, - [2023] = { + [STATE(2023)] = { [sym_identifier] = ACTIONS(5545), [aux_sym_preproc_def_token1] = ACTIONS(5545), [aux_sym_preproc_if_token1] = ACTIONS(5545), @@ -270525,7 +270534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5545), [anon_sym_static_assert] = ACTIONS(5545), }, - [2024] = { + [STATE(2024)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), [aux_sym_preproc_if_token1] = ACTIONS(3093), @@ -270595,7 +270604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3093), [anon_sym_static_assert] = ACTIONS(3093), }, - [2025] = { + [STATE(2025)] = { [sym_identifier] = ACTIONS(5557), [aux_sym_preproc_def_token1] = ACTIONS(5557), [aux_sym_preproc_if_token1] = ACTIONS(5557), @@ -270665,7 +270674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5557), [anon_sym_static_assert] = ACTIONS(5557), }, - [2026] = { + [STATE(2026)] = { [sym_identifier] = ACTIONS(5565), [aux_sym_preproc_def_token1] = ACTIONS(5565), [aux_sym_preproc_if_token1] = ACTIONS(5565), @@ -270735,7 +270744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5565), [anon_sym_static_assert] = ACTIONS(5565), }, - [2027] = { + [STATE(2027)] = { [sym_identifier] = ACTIONS(5569), [aux_sym_preproc_def_token1] = ACTIONS(5569), [aux_sym_preproc_if_token1] = ACTIONS(5569), @@ -270805,7 +270814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5569), [anon_sym_static_assert] = ACTIONS(5569), }, - [2028] = { + [STATE(2028)] = { [sym_identifier] = ACTIONS(5573), [aux_sym_preproc_def_token1] = ACTIONS(5573), [aux_sym_preproc_if_token1] = ACTIONS(5573), @@ -270875,7 +270884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5573), [anon_sym_static_assert] = ACTIONS(5573), }, - [2029] = { + [STATE(2029)] = { [sym_identifier] = ACTIONS(3079), [aux_sym_preproc_def_token1] = ACTIONS(3079), [aux_sym_preproc_if_token1] = ACTIONS(3079), @@ -270945,7 +270954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3079), [anon_sym_static_assert] = ACTIONS(3079), }, - [2030] = { + [STATE(2030)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -271015,7 +271024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [2031] = { + [STATE(2031)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), [aux_sym_preproc_if_token1] = ACTIONS(2775), @@ -271085,7 +271094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2775), [anon_sym_static_assert] = ACTIONS(2775), }, - [2032] = { + [STATE(2032)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), [aux_sym_preproc_if_token1] = ACTIONS(2779), @@ -271155,7 +271164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2779), [anon_sym_static_assert] = ACTIONS(2779), }, - [2033] = { + [STATE(2033)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -271225,7 +271234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [2034] = { + [STATE(2034)] = { [sym_string_literal] = STATE(1684), [sym_raw_string_literal] = STATE(1684), [anon_sym_DOT_DOT_DOT] = ACTIONS(5914), @@ -271295,7 +271304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(1982), [sym_literal_suffix] = ACTIONS(5912), }, - [2035] = { + [STATE(2035)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), [aux_sym_preproc_if_token1] = ACTIONS(2919), @@ -271365,7 +271374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2919), [anon_sym_static_assert] = ACTIONS(2919), }, - [2036] = { + [STATE(2036)] = { [sym_identifier] = ACTIONS(5581), [aux_sym_preproc_def_token1] = ACTIONS(5581), [aux_sym_preproc_if_token1] = ACTIONS(5581), @@ -271435,7 +271444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5581), [anon_sym_static_assert] = ACTIONS(5581), }, - [2037] = { + [STATE(2037)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), [aux_sym_preproc_if_token1] = ACTIONS(2923), @@ -271505,7 +271514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2923), [anon_sym_static_assert] = ACTIONS(2923), }, - [2038] = { + [STATE(2038)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), [aux_sym_preproc_if_token1] = ACTIONS(2927), @@ -271575,7 +271584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2927), [anon_sym_static_assert] = ACTIONS(2927), }, - [2039] = { + [STATE(2039)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), [aux_sym_preproc_if_token1] = ACTIONS(2787), @@ -271645,7 +271654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2787), [anon_sym_static_assert] = ACTIONS(2787), }, - [2040] = { + [STATE(2040)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_DOT_DOT_DOT] = ACTIONS(5619), [anon_sym_COMMA] = ACTIONS(5619), @@ -271715,7 +271724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_final] = ACTIONS(5617), [anon_sym_override] = ACTIONS(5617), }, - [2041] = { + [STATE(2041)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), [aux_sym_preproc_if_token1] = ACTIONS(2851), @@ -271785,7 +271794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2851), [anon_sym_static_assert] = ACTIONS(2851), }, - [2042] = { + [STATE(2042)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), [aux_sym_preproc_if_token1] = ACTIONS(2799), @@ -271855,7 +271864,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2799), [anon_sym_static_assert] = ACTIONS(2799), }, - [2043] = { + [STATE(2043)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), [aux_sym_preproc_if_token1] = ACTIONS(2807), @@ -271925,7 +271934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2807), [anon_sym_static_assert] = ACTIONS(2807), }, - [2044] = { + [STATE(2044)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), [aux_sym_preproc_if_token1] = ACTIONS(2931), @@ -271995,7 +272004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2931), [anon_sym_static_assert] = ACTIONS(2931), }, - [2045] = { + [STATE(2045)] = { [sym_identifier] = ACTIONS(5505), [aux_sym_preproc_def_token1] = ACTIONS(5505), [aux_sym_preproc_if_token1] = ACTIONS(5505), @@ -272065,7 +272074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5505), [anon_sym_static_assert] = ACTIONS(5505), }, - [2046] = { + [STATE(2046)] = { [sym_identifier] = ACTIONS(2759), [aux_sym_preproc_def_token1] = ACTIONS(2759), [aux_sym_preproc_if_token1] = ACTIONS(2759), @@ -272135,7 +272144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2759), [anon_sym_static_assert] = ACTIONS(2759), }, - [2047] = { + [STATE(2047)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), [aux_sym_preproc_if_token1] = ACTIONS(2815), @@ -272205,7 +272214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2815), [anon_sym_static_assert] = ACTIONS(2815), }, - [2048] = { + [STATE(2048)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(3820), @@ -272275,7 +272284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5865), [anon_sym_operator] = ACTIONS(1852), }, - [2049] = { + [STATE(2049)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), [aux_sym_preproc_if_token1] = ACTIONS(2935), @@ -272345,7 +272354,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2935), [anon_sym_static_assert] = ACTIONS(2935), }, - [2050] = { + [STATE(2050)] = { [sym_template_argument_list] = STATE(1603), [aux_sym_sized_type_specifier_repeat1] = STATE(2248), [sym_identifier] = ACTIONS(5977), @@ -272415,7 +272424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5977), [anon_sym_decltype] = ACTIONS(5977), }, - [2051] = { + [STATE(2051)] = { [sym_attribute_specifier] = STATE(2233), [sym_enumerator_list] = STATE(2183), [sym_identifier] = ACTIONS(5983), @@ -272485,7 +272494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5983), [anon_sym_decltype] = ACTIONS(5983), }, - [2052] = { + [STATE(2052)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -272555,7 +272564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [2053] = { + [STATE(2053)] = { [sym_identifier] = ACTIONS(5989), [anon_sym_LPAREN2] = ACTIONS(5991), [anon_sym_TILDE] = ACTIONS(5991), @@ -272625,7 +272634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5989), [anon_sym_requires] = ACTIONS(5989), }, - [2054] = { + [STATE(2054)] = { [sym_identifier] = ACTIONS(2767), [aux_sym_preproc_def_token1] = ACTIONS(2767), [aux_sym_preproc_if_token1] = ACTIONS(2767), @@ -272695,7 +272704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2767), [anon_sym_static_assert] = ACTIONS(2767), }, - [2055] = { + [STATE(2055)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [sym_identifier] = ACTIONS(5159), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -272765,7 +272774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5159), [anon_sym_decltype] = ACTIONS(5159), }, - [2056] = { + [STATE(2056)] = { [sym_identifier] = ACTIONS(5993), [anon_sym_LPAREN2] = ACTIONS(5995), [anon_sym_TILDE] = ACTIONS(5995), @@ -272835,7 +272844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(5993), [anon_sym_requires] = ACTIONS(5993), }, - [2057] = { + [STATE(2057)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), [aux_sym_preproc_if_token1] = ACTIONS(2939), @@ -272905,7 +272914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2939), [anon_sym_static_assert] = ACTIONS(2939), }, - [2058] = { + [STATE(2058)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -272975,7 +272984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [2059] = { + [STATE(2059)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -273045,7 +273054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [2060] = { + [STATE(2060)] = { [sym_identifier] = ACTIONS(5609), [aux_sym_preproc_def_token1] = ACTIONS(5609), [aux_sym_preproc_if_token1] = ACTIONS(5609), @@ -273115,7 +273124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5609), [anon_sym_static_assert] = ACTIONS(5609), }, - [2061] = { + [STATE(2061)] = { [sym__declaration_modifiers] = STATE(3269), [sym_attribute_specifier] = STATE(3269), [sym_attribute_declaration] = STATE(3269), @@ -273185,7 +273194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(1914), [anon_sym_template] = ACTIONS(1452), }, - [2062] = { + [STATE(2062)] = { [sym_identifier] = ACTIONS(5613), [aux_sym_preproc_def_token1] = ACTIONS(5613), [aux_sym_preproc_if_token1] = ACTIONS(5613), @@ -273255,7 +273264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5613), [anon_sym_static_assert] = ACTIONS(5613), }, - [2063] = { + [STATE(2063)] = { [sym_identifier] = ACTIONS(5621), [aux_sym_preproc_def_token1] = ACTIONS(5621), [aux_sym_preproc_if_token1] = ACTIONS(5621), @@ -273325,7 +273334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5621), [anon_sym_static_assert] = ACTIONS(5621), }, - [2064] = { + [STATE(2064)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -273395,7 +273404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2065] = { + [STATE(2065)] = { [sym_string_literal] = STATE(1684), [sym_template_argument_list] = STATE(2864), [sym_raw_string_literal] = STATE(1684), @@ -273465,7 +273474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1982), [anon_sym_u8R_DQUOTE] = ACTIONS(1982), }, - [2066] = { + [STATE(2066)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), [aux_sym_preproc_if_token1] = ACTIONS(2827), @@ -273535,7 +273544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2827), [anon_sym_static_assert] = ACTIONS(2827), }, - [2067] = { + [STATE(2067)] = { [sym_identifier] = ACTIONS(3104), [aux_sym_preproc_def_token1] = ACTIONS(3104), [aux_sym_preproc_if_token1] = ACTIONS(3104), @@ -273605,7 +273614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3104), [anon_sym_static_assert] = ACTIONS(3104), }, - [2068] = { + [STATE(2068)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(2048), @@ -273675,7 +273684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5851), [anon_sym_operator] = ACTIONS(1852), }, - [2069] = { + [STATE(2069)] = { [sym_template_argument_list] = STATE(1603), [sym_identifier] = ACTIONS(4963), [anon_sym_LPAREN2] = ACTIONS(4970), @@ -273745,7 +273754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4963), [anon_sym_concept] = ACTIONS(4963), }, - [2070] = { + [STATE(2070)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -273815,7 +273824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [2071] = { + [STATE(2071)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), [aux_sym_preproc_if_token1] = ACTIONS(3083), @@ -273885,7 +273894,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3083), [anon_sym_static_assert] = ACTIONS(3083), }, - [2072] = { + [STATE(2072)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -273955,7 +273964,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [2073] = { + [STATE(2073)] = { [sym_identifier] = ACTIONS(2911), [aux_sym_preproc_def_token1] = ACTIONS(2911), [aux_sym_preproc_if_token1] = ACTIONS(2911), @@ -274025,7 +274034,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2911), [anon_sym_static_assert] = ACTIONS(2911), }, - [2074] = { + [STATE(2074)] = { [sym_identifier] = ACTIONS(5633), [aux_sym_preproc_def_token1] = ACTIONS(5633), [aux_sym_preproc_if_token1] = ACTIONS(5633), @@ -274095,7 +274104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5633), [anon_sym_static_assert] = ACTIONS(5633), }, - [2075] = { + [STATE(2075)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), [aux_sym_preproc_if_token1] = ACTIONS(3035), @@ -274165,7 +274174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3035), [anon_sym_static_assert] = ACTIONS(3035), }, - [2076] = { + [STATE(2076)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), [aux_sym_preproc_if_token1] = ACTIONS(3039), @@ -274235,7 +274244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3039), [anon_sym_static_assert] = ACTIONS(3039), }, - [2077] = { + [STATE(2077)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -274305,7 +274314,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [2078] = { + [STATE(2078)] = { [sym_identifier] = ACTIONS(5446), [aux_sym_preproc_def_token1] = ACTIONS(5446), [aux_sym_preproc_if_token1] = ACTIONS(5446), @@ -274375,7 +274384,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5446), [anon_sym_static_assert] = ACTIONS(5446), }, - [2079] = { + [STATE(2079)] = { [sym_identifier] = ACTIONS(3035), [aux_sym_preproc_def_token1] = ACTIONS(3035), [aux_sym_preproc_if_token1] = ACTIONS(3035), @@ -274445,7 +274454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3035), [anon_sym_static_assert] = ACTIONS(3035), }, - [2080] = { + [STATE(2080)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), [aux_sym_preproc_if_token1] = ACTIONS(2847), @@ -274515,7 +274524,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2847), [anon_sym_static_assert] = ACTIONS(2847), }, - [2081] = { + [STATE(2081)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -274585,7 +274594,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [2082] = { + [STATE(2082)] = { [sym_identifier] = ACTIONS(2915), [aux_sym_preproc_def_token1] = ACTIONS(2915), [aux_sym_preproc_if_token1] = ACTIONS(2915), @@ -274655,7 +274664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2915), [anon_sym_static_assert] = ACTIONS(2915), }, - [2083] = { + [STATE(2083)] = { [sym_identifier] = ACTIONS(5541), [aux_sym_preproc_def_token1] = ACTIONS(5541), [aux_sym_preproc_if_token1] = ACTIONS(5541), @@ -274725,7 +274734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5541), [anon_sym_static_assert] = ACTIONS(5541), }, - [2084] = { + [STATE(2084)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -274795,7 +274804,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [2085] = { + [STATE(2085)] = { [sym_identifier] = ACTIONS(2851), [aux_sym_preproc_def_token1] = ACTIONS(2851), [aux_sym_preproc_if_token1] = ACTIONS(2851), @@ -274865,7 +274874,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2851), [anon_sym_static_assert] = ACTIONS(2851), }, - [2086] = { + [STATE(2086)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), [aux_sym_preproc_if_token1] = ACTIONS(2855), @@ -274935,7 +274944,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2855), [anon_sym_static_assert] = ACTIONS(2855), }, - [2087] = { + [STATE(2087)] = { [sym_identifier] = ACTIONS(2859), [aux_sym_preproc_def_token1] = ACTIONS(2859), [aux_sym_preproc_if_token1] = ACTIONS(2859), @@ -275005,7 +275014,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2859), [anon_sym_static_assert] = ACTIONS(2859), }, - [2088] = { + [STATE(2088)] = { [sym_identifier] = ACTIONS(2771), [aux_sym_preproc_def_token1] = ACTIONS(2771), [aux_sym_preproc_if_token1] = ACTIONS(2771), @@ -275075,7 +275084,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2771), [anon_sym_static_assert] = ACTIONS(2771), }, - [2089] = { + [STATE(2089)] = { [sym_identifier] = ACTIONS(2643), [aux_sym_preproc_def_token1] = ACTIONS(2643), [aux_sym_preproc_if_token1] = ACTIONS(2643), @@ -275145,7 +275154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2643), [anon_sym_static_assert] = ACTIONS(2643), }, - [2090] = { + [STATE(2090)] = { [sym_identifier] = ACTIONS(2699), [aux_sym_preproc_def_token1] = ACTIONS(2699), [aux_sym_preproc_if_token1] = ACTIONS(2699), @@ -275215,7 +275224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2699), [anon_sym_static_assert] = ACTIONS(2699), }, - [2091] = { + [STATE(2091)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -275285,7 +275294,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [2092] = { + [STATE(2092)] = { [sym__declaration_modifiers] = STATE(3269), [sym_attribute_specifier] = STATE(3269), [sym_attribute_declaration] = STATE(3269), @@ -275355,7 +275364,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(3921), [anon_sym_template] = ACTIONS(1452), }, - [2093] = { + [STATE(2093)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), [aux_sym_preproc_if_token1] = ACTIONS(2863), @@ -275425,7 +275434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2863), [anon_sym_static_assert] = ACTIONS(2863), }, - [2094] = { + [STATE(2094)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), [aux_sym_preproc_if_token1] = ACTIONS(2867), @@ -275495,7 +275504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2867), [anon_sym_static_assert] = ACTIONS(2867), }, - [2095] = { + [STATE(2095)] = { [sym_identifier] = ACTIONS(2639), [aux_sym_preproc_def_token1] = ACTIONS(2639), [aux_sym_preproc_if_token1] = ACTIONS(2639), @@ -275565,7 +275574,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2639), [anon_sym_static_assert] = ACTIONS(2639), }, - [2096] = { + [STATE(2096)] = { [sym_identifier] = ACTIONS(2863), [aux_sym_preproc_def_token1] = ACTIONS(2863), [aux_sym_preproc_if_token1] = ACTIONS(2863), @@ -275635,7 +275644,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2863), [anon_sym_static_assert] = ACTIONS(2863), }, - [2097] = { + [STATE(2097)] = { [sym_string_literal] = STATE(1684), [sym_template_argument_list] = STATE(2338), [sym_raw_string_literal] = STATE(1684), @@ -275705,7 +275714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1982), [anon_sym_u8R_DQUOTE] = ACTIONS(1982), }, - [2098] = { + [STATE(2098)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), [aux_sym_preproc_if_token1] = ACTIONS(3319), @@ -275775,7 +275784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3319), [anon_sym_static_assert] = ACTIONS(3319), }, - [2099] = { + [STATE(2099)] = { [sym_string_literal] = STATE(3128), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(3128), @@ -275845,7 +275854,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(6012), [anon_sym_u8R_DQUOTE] = ACTIONS(6012), }, - [2100] = { + [STATE(2100)] = { [sym_identifier] = ACTIONS(2711), [aux_sym_preproc_def_token1] = ACTIONS(2711), [aux_sym_preproc_if_token1] = ACTIONS(2711), @@ -275915,7 +275924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2711), [anon_sym_static_assert] = ACTIONS(2711), }, - [2101] = { + [STATE(2101)] = { [sym_identifier] = ACTIONS(5585), [aux_sym_preproc_def_token1] = ACTIONS(5585), [aux_sym_preproc_if_token1] = ACTIONS(5585), @@ -275985,7 +275994,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5585), [anon_sym_static_assert] = ACTIONS(5585), }, - [2102] = { + [STATE(2102)] = { [sym_identifier] = ACTIONS(2867), [aux_sym_preproc_def_token1] = ACTIONS(2867), [aux_sym_preproc_if_token1] = ACTIONS(2867), @@ -276055,7 +276064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2867), [anon_sym_static_assert] = ACTIONS(2867), }, - [2103] = { + [STATE(2103)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), @@ -276125,7 +276134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), }, - [2104] = { + [STATE(2104)] = { [sym_identifier] = ACTIONS(5601), [aux_sym_preproc_def_token1] = ACTIONS(5601), [aux_sym_preproc_if_token1] = ACTIONS(5601), @@ -276195,7 +276204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5601), [anon_sym_static_assert] = ACTIONS(5601), }, - [2105] = { + [STATE(2105)] = { [sym_identifier] = ACTIONS(3067), [aux_sym_preproc_def_token1] = ACTIONS(3067), [aux_sym_preproc_if_token1] = ACTIONS(3067), @@ -276265,7 +276274,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3067), [anon_sym_static_assert] = ACTIONS(3067), }, - [2106] = { + [STATE(2106)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -276335,7 +276344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2107] = { + [STATE(2107)] = { [sym_attribute_specifier] = STATE(1852), [sym_field_declaration_list] = STATE(2352), [sym_virtual_specifier] = STATE(6930), @@ -276405,7 +276414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6020), [anon_sym_requires] = ACTIONS(5495), }, - [2108] = { + [STATE(2108)] = { [sym_identifier] = ACTIONS(3071), [aux_sym_preproc_def_token1] = ACTIONS(3071), [aux_sym_preproc_if_token1] = ACTIONS(3071), @@ -276475,7 +276484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3071), [anon_sym_static_assert] = ACTIONS(3071), }, - [2109] = { + [STATE(2109)] = { [sym_identifier] = ACTIONS(5513), [aux_sym_preproc_def_token1] = ACTIONS(5513), [aux_sym_preproc_if_token1] = ACTIONS(5513), @@ -276545,7 +276554,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5513), [anon_sym_static_assert] = ACTIONS(5513), }, - [2110] = { + [STATE(2110)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -276615,7 +276624,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [2111] = { + [STATE(2111)] = { [sym_identifier] = ACTIONS(3309), [aux_sym_preproc_def_token1] = ACTIONS(3309), [aux_sym_preproc_if_token1] = ACTIONS(3309), @@ -276685,7 +276694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3309), [anon_sym_static_assert] = ACTIONS(3309), }, - [2112] = { + [STATE(2112)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -276755,7 +276764,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2113] = { + [STATE(2113)] = { [sym_identifier] = ACTIONS(2883), [aux_sym_preproc_def_token1] = ACTIONS(2883), [aux_sym_preproc_if_token1] = ACTIONS(2883), @@ -276825,7 +276834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2883), [anon_sym_static_assert] = ACTIONS(2883), }, - [2114] = { + [STATE(2114)] = { [sym_identifier] = ACTIONS(2955), [aux_sym_preproc_def_token1] = ACTIONS(2955), [aux_sym_preproc_if_token1] = ACTIONS(2955), @@ -276895,7 +276904,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2955), [anon_sym_static_assert] = ACTIONS(2955), }, - [2115] = { + [STATE(2115)] = { [sym_string_literal] = STATE(2189), [sym_template_argument_list] = STATE(3129), [sym_raw_string_literal] = STATE(2189), @@ -276965,7 +276974,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5042), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [2116] = { + [STATE(2116)] = { [sym_attribute_specifier] = STATE(2207), [sym_enumerator_list] = STATE(2173), [sym_identifier] = ACTIONS(6024), @@ -277035,7 +277044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6024), [anon_sym_decltype] = ACTIONS(6024), }, - [2117] = { + [STATE(2117)] = { [sym_template_argument_list] = STATE(1603), [sym_identifier] = ACTIONS(5838), [anon_sym_LPAREN2] = ACTIONS(4172), @@ -277105,7 +277114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5838), [anon_sym_concept] = ACTIONS(5838), }, - [2118] = { + [STATE(2118)] = { [sym_identifier] = ACTIONS(5541), [aux_sym_preproc_def_token1] = ACTIONS(5541), [aux_sym_preproc_if_token1] = ACTIONS(5541), @@ -277175,7 +277184,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5541), [anon_sym_static_assert] = ACTIONS(5541), }, - [2119] = { + [STATE(2119)] = { [sym_identifier] = ACTIONS(2775), [aux_sym_preproc_def_token1] = ACTIONS(2775), [aux_sym_preproc_if_token1] = ACTIONS(2775), @@ -277245,7 +277254,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2775), [anon_sym_static_assert] = ACTIONS(2775), }, - [2120] = { + [STATE(2120)] = { [sym_identifier] = ACTIONS(5585), [aux_sym_preproc_def_token1] = ACTIONS(5585), [aux_sym_preproc_if_token1] = ACTIONS(5585), @@ -277315,7 +277324,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5585), [anon_sym_static_assert] = ACTIONS(5585), }, - [2121] = { + [STATE(2121)] = { [sym_identifier] = ACTIONS(2779), [aux_sym_preproc_def_token1] = ACTIONS(2779), [aux_sym_preproc_if_token1] = ACTIONS(2779), @@ -277385,7 +277394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2779), [anon_sym_static_assert] = ACTIONS(2779), }, - [2122] = { + [STATE(2122)] = { [sym_identifier] = ACTIONS(5601), [aux_sym_preproc_def_token1] = ACTIONS(5601), [aux_sym_preproc_if_token1] = ACTIONS(5601), @@ -277455,7 +277464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5601), [anon_sym_static_assert] = ACTIONS(5601), }, - [2123] = { + [STATE(2123)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -277525,7 +277534,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [2124] = { + [STATE(2124)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), [aux_sym_preproc_if_token1] = ACTIONS(2783), @@ -277595,7 +277604,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2783), [anon_sym_static_assert] = ACTIONS(2783), }, - [2125] = { + [STATE(2125)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -277665,7 +277674,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [2126] = { + [STATE(2126)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -277735,7 +277744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [2127] = { + [STATE(2127)] = { [sym_identifier] = ACTIONS(5529), [aux_sym_preproc_def_token1] = ACTIONS(5529), [aux_sym_preproc_if_token1] = ACTIONS(5529), @@ -277805,7 +277814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5529), [anon_sym_static_assert] = ACTIONS(5529), }, - [2128] = { + [STATE(2128)] = { [sym_identifier] = ACTIONS(5456), [aux_sym_preproc_def_token1] = ACTIONS(5456), [aux_sym_preproc_if_token1] = ACTIONS(5456), @@ -277875,7 +277884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5456), [anon_sym_static_assert] = ACTIONS(5456), }, - [2129] = { + [STATE(2129)] = { [sym_identifier] = ACTIONS(2787), [aux_sym_preproc_def_token1] = ACTIONS(2787), [aux_sym_preproc_if_token1] = ACTIONS(2787), @@ -277945,7 +277954,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2787), [anon_sym_static_assert] = ACTIONS(2787), }, - [2130] = { + [STATE(2130)] = { [sym_identifier] = ACTIONS(5597), [aux_sym_preproc_def_token1] = ACTIONS(5597), [aux_sym_preproc_if_token1] = ACTIONS(5597), @@ -278015,7 +278024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5597), [anon_sym_static_assert] = ACTIONS(5597), }, - [2131] = { + [STATE(2131)] = { [sym_string_literal] = STATE(1992), [sym_template_argument_list] = STATE(2338), [sym_raw_string_literal] = STATE(1992), @@ -278085,7 +278094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(5956), [anon_sym_u8R_DQUOTE] = ACTIONS(5956), }, - [2132] = { + [STATE(2132)] = { [sym_identifier] = ACTIONS(2791), [aux_sym_preproc_def_token1] = ACTIONS(2791), [aux_sym_preproc_if_token1] = ACTIONS(2791), @@ -278155,7 +278164,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2791), [anon_sym_static_assert] = ACTIONS(2791), }, - [2133] = { + [STATE(2133)] = { [sym_identifier] = ACTIONS(5533), [aux_sym_preproc_def_token1] = ACTIONS(5533), [aux_sym_preproc_if_token1] = ACTIONS(5533), @@ -278225,7 +278234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5533), [anon_sym_static_assert] = ACTIONS(5533), }, - [2134] = { + [STATE(2134)] = { [sym_identifier] = ACTIONS(2855), [aux_sym_preproc_def_token1] = ACTIONS(2855), [aux_sym_preproc_if_token1] = ACTIONS(2855), @@ -278295,7 +278304,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2855), [anon_sym_static_assert] = ACTIONS(2855), }, - [2135] = { + [STATE(2135)] = { [sym_identifier] = ACTIONS(6028), [anon_sym_LPAREN2] = ACTIONS(6030), [anon_sym_TILDE] = ACTIONS(6030), @@ -278365,7 +278374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_concept] = ACTIONS(6028), [anon_sym_requires] = ACTIONS(6028), }, - [2136] = { + [STATE(2136)] = { [sym__declaration_modifiers] = STATE(3269), [sym_attribute_specifier] = STATE(3269), [sym_attribute_declaration] = STATE(3269), @@ -278435,7 +278444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_typename] = ACTIONS(131), [anon_sym_template] = ACTIONS(1452), }, - [2137] = { + [STATE(2137)] = { [sym_identifier] = ACTIONS(2799), [aux_sym_preproc_def_token1] = ACTIONS(2799), [aux_sym_preproc_if_token1] = ACTIONS(2799), @@ -278505,7 +278514,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2799), [anon_sym_static_assert] = ACTIONS(2799), }, - [2138] = { + [STATE(2138)] = { [sym_identifier] = ACTIONS(2807), [aux_sym_preproc_def_token1] = ACTIONS(2807), [aux_sym_preproc_if_token1] = ACTIONS(2807), @@ -278575,7 +278584,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2807), [anon_sym_static_assert] = ACTIONS(2807), }, - [2139] = { + [STATE(2139)] = { [sym_identifier] = ACTIONS(3108), [aux_sym_preproc_def_token1] = ACTIONS(3108), [aux_sym_preproc_if_token1] = ACTIONS(3108), @@ -278645,7 +278654,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3108), [anon_sym_static_assert] = ACTIONS(3108), }, - [2140] = { + [STATE(2140)] = { [sym_identifier] = ACTIONS(3039), [aux_sym_preproc_def_token1] = ACTIONS(3039), [aux_sym_preproc_if_token1] = ACTIONS(3039), @@ -278715,7 +278724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3039), [anon_sym_static_assert] = ACTIONS(3039), }, - [2141] = { + [STATE(2141)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -278785,7 +278794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [2142] = { + [STATE(2142)] = { [sym_identifier] = ACTIONS(3063), [aux_sym_preproc_def_token1] = ACTIONS(3063), [aux_sym_preproc_if_token1] = ACTIONS(3063), @@ -278855,7 +278864,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3063), [anon_sym_static_assert] = ACTIONS(3063), }, - [2143] = { + [STATE(2143)] = { [sym_identifier] = ACTIONS(2815), [aux_sym_preproc_def_token1] = ACTIONS(2815), [aux_sym_preproc_if_token1] = ACTIONS(2815), @@ -278925,7 +278934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2815), [anon_sym_static_assert] = ACTIONS(2815), }, - [2144] = { + [STATE(2144)] = { [sym_identifier] = ACTIONS(3112), [aux_sym_preproc_def_token1] = ACTIONS(3112), [aux_sym_preproc_if_token1] = ACTIONS(3112), @@ -278995,7 +279004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3112), [anon_sym_static_assert] = ACTIONS(3112), }, - [2145] = { + [STATE(2145)] = { [sym_identifier] = ACTIONS(2903), [aux_sym_preproc_def_token1] = ACTIONS(2903), [aux_sym_preproc_if_token1] = ACTIONS(2903), @@ -279065,7 +279074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2903), [anon_sym_static_assert] = ACTIONS(2903), }, - [2146] = { + [STATE(2146)] = { [sym_identifier] = ACTIONS(5537), [aux_sym_preproc_def_token1] = ACTIONS(5537), [aux_sym_preproc_if_token1] = ACTIONS(5537), @@ -279135,7 +279144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5537), [anon_sym_static_assert] = ACTIONS(5537), }, - [2147] = { + [STATE(2147)] = { [sym_identifier] = ACTIONS(2783), [aux_sym_preproc_def_token1] = ACTIONS(2783), [aux_sym_preproc_if_token1] = ACTIONS(2783), @@ -279205,7 +279214,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2783), [anon_sym_static_assert] = ACTIONS(2783), }, - [2148] = { + [STATE(2148)] = { [sym_identifier] = ACTIONS(3083), [aux_sym_preproc_def_token1] = ACTIONS(3083), [aux_sym_preproc_if_token1] = ACTIONS(3083), @@ -279275,7 +279284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3083), [anon_sym_static_assert] = ACTIONS(3083), }, - [2149] = { + [STATE(2149)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(2155), @@ -279345,7 +279354,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [2150] = { + [STATE(2150)] = { [sym_identifier] = ACTIONS(2827), [aux_sym_preproc_def_token1] = ACTIONS(2827), [aux_sym_preproc_if_token1] = ACTIONS(2827), @@ -279415,7 +279424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2827), [anon_sym_static_assert] = ACTIONS(2827), }, - [2151] = { + [STATE(2151)] = { [sym_identifier] = ACTIONS(5509), [aux_sym_preproc_def_token1] = ACTIONS(5509), [aux_sym_preproc_if_token1] = ACTIONS(5509), @@ -279485,7 +279494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5509), [anon_sym_static_assert] = ACTIONS(5509), }, - [2152] = { + [STATE(2152)] = { [sym_identifier] = ACTIONS(5517), [aux_sym_preproc_def_token1] = ACTIONS(5517), [aux_sym_preproc_if_token1] = ACTIONS(5517), @@ -279555,7 +279564,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5517), [anon_sym_static_assert] = ACTIONS(5517), }, - [2153] = { + [STATE(2153)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -279625,7 +279634,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [2154] = { + [STATE(2154)] = { [sym_identifier] = ACTIONS(2843), [aux_sym_preproc_def_token1] = ACTIONS(2843), [aux_sym_preproc_if_token1] = ACTIONS(2843), @@ -279695,7 +279704,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2843), [anon_sym_static_assert] = ACTIONS(2843), }, - [2155] = { + [STATE(2155)] = { [sym_ms_based_modifier] = STATE(8106), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(3820), @@ -279765,7 +279774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [2156] = { + [STATE(2156)] = { [sym_identifier] = ACTIONS(2847), [aux_sym_preproc_def_token1] = ACTIONS(2847), [aux_sym_preproc_if_token1] = ACTIONS(2847), @@ -279835,7 +279844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2847), [anon_sym_static_assert] = ACTIONS(2847), }, - [2157] = { + [STATE(2157)] = { [sym_identifier] = ACTIONS(3089), [aux_sym_preproc_def_token1] = ACTIONS(3089), [aux_sym_preproc_if_token1] = ACTIONS(3089), @@ -279905,7 +279914,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3089), [anon_sym_static_assert] = ACTIONS(3089), }, - [2158] = { + [STATE(2158)] = { [sym_identifier] = ACTIONS(5545), [aux_sym_preproc_def_token1] = ACTIONS(5545), [aux_sym_preproc_if_token1] = ACTIONS(5545), @@ -279975,7 +279984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(5545), [anon_sym_static_assert] = ACTIONS(5545), }, - [2159] = { + [STATE(2159)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1669), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5156), @@ -280045,7 +280054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5159), [anon_sym_decltype] = ACTIONS(5159), }, - [2160] = { + [STATE(2160)] = { [sym_identifier] = ACTIONS(2919), [aux_sym_preproc_def_token1] = ACTIONS(2919), [aux_sym_preproc_if_token1] = ACTIONS(2919), @@ -280115,7 +280124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2919), [anon_sym_static_assert] = ACTIONS(2919), }, - [2161] = { + [STATE(2161)] = { [sym_identifier] = ACTIONS(2923), [aux_sym_preproc_def_token1] = ACTIONS(2923), [aux_sym_preproc_if_token1] = ACTIONS(2923), @@ -280185,7 +280194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2923), [anon_sym_static_assert] = ACTIONS(2923), }, - [2162] = { + [STATE(2162)] = { [sym_identifier] = ACTIONS(2927), [aux_sym_preproc_def_token1] = ACTIONS(2927), [aux_sym_preproc_if_token1] = ACTIONS(2927), @@ -280255,7 +280264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2927), [anon_sym_static_assert] = ACTIONS(2927), }, - [2163] = { + [STATE(2163)] = { [sym_identifier] = ACTIONS(3093), [aux_sym_preproc_def_token1] = ACTIONS(3093), [aux_sym_preproc_if_token1] = ACTIONS(3093), @@ -280325,7 +280334,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3093), [anon_sym_static_assert] = ACTIONS(3093), }, - [2164] = { + [STATE(2164)] = { [sym_identifier] = ACTIONS(2703), [aux_sym_preproc_def_token1] = ACTIONS(2703), [aux_sym_preproc_if_token1] = ACTIONS(2703), @@ -280395,7 +280404,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2703), [anon_sym_static_assert] = ACTIONS(2703), }, - [2165] = { + [STATE(2165)] = { [sym_identifier] = ACTIONS(2931), [aux_sym_preproc_def_token1] = ACTIONS(2931), [aux_sym_preproc_if_token1] = ACTIONS(2931), @@ -280465,7 +280474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2931), [anon_sym_static_assert] = ACTIONS(2931), }, - [2166] = { + [STATE(2166)] = { [sym_identifier] = ACTIONS(2935), [aux_sym_preproc_def_token1] = ACTIONS(2935), [aux_sym_preproc_if_token1] = ACTIONS(2935), @@ -280535,7 +280544,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2935), [anon_sym_static_assert] = ACTIONS(2935), }, - [2167] = { + [STATE(2167)] = { [sym_identifier] = ACTIONS(2939), [aux_sym_preproc_def_token1] = ACTIONS(2939), [aux_sym_preproc_if_token1] = ACTIONS(2939), @@ -280605,7 +280614,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(2939), [anon_sym_static_assert] = ACTIONS(2939), }, - [2168] = { + [STATE(2168)] = { [sym_identifier] = ACTIONS(3319), [aux_sym_preproc_def_token1] = ACTIONS(3319), [aux_sym_preproc_if_token1] = ACTIONS(3319), @@ -280675,7 +280684,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_protected] = ACTIONS(3319), [anon_sym_static_assert] = ACTIONS(3319), }, - [2169] = { + [STATE(2169)] = { [sym_attribute_declaration] = STATE(2270), [sym_parameter_list] = STATE(2298), [aux_sym_attributed_declarator_repeat1] = STATE(2270), @@ -280744,7 +280753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6040), [sym_comment] = ACTIONS(3), }, - [2170] = { + [STATE(2170)] = { [sym_type_qualifier] = STATE(2180), [sym_alignas_qualifier] = STATE(2229), [aux_sym__type_definition_type_repeat1] = STATE(2180), @@ -280813,7 +280822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5088), [anon_sym_GT2] = ACTIONS(5086), }, - [2171] = { + [STATE(2171)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -280882,7 +280891,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2172] = { + [STATE(2172)] = { [sym_decltype_auto] = STATE(2253), [sym_identifier] = ACTIONS(5589), [anon_sym_DOT_DOT_DOT] = ACTIONS(5591), @@ -280951,7 +280960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5831), [anon_sym_decltype] = ACTIONS(5833), }, - [2173] = { + [STATE(2173)] = { [sym_attribute_specifier] = STATE(2289), [sym_identifier] = ACTIONS(6058), [anon_sym_DOT_DOT_DOT] = ACTIONS(6060), @@ -281020,7 +281029,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6058), [anon_sym_decltype] = ACTIONS(6058), }, - [2174] = { + [STATE(2174)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -281089,7 +281098,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5450), [anon_sym_decltype] = ACTIONS(5450), }, - [2175] = { + [STATE(2175)] = { [sym_attribute_specifier] = STATE(2225), [sym_identifier] = ACTIONS(6062), [anon_sym_DOT_DOT_DOT] = ACTIONS(6064), @@ -281158,7 +281167,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6062), [anon_sym_decltype] = ACTIONS(6062), }, - [2176] = { + [STATE(2176)] = { [sym_attribute_declaration] = STATE(2270), [sym_parameter_list] = STATE(2298), [aux_sym_attributed_declarator_repeat1] = STATE(2270), @@ -281227,7 +281236,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6068), [sym_comment] = ACTIONS(3), }, - [2177] = { + [STATE(2177)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -281296,7 +281305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2178] = { + [STATE(2178)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -281365,7 +281374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2179] = { + [STATE(2179)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -281434,7 +281443,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2180] = { + [STATE(2180)] = { [sym_type_qualifier] = STATE(1926), [sym_alignas_qualifier] = STATE(2229), [aux_sym__type_definition_type_repeat1] = STATE(1926), @@ -281503,7 +281512,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_decltype] = ACTIONS(5102), [anon_sym_GT2] = ACTIONS(5100), }, - [2181] = { + [STATE(2181)] = { [sym_attribute_specifier] = STATE(2283), [sym_identifier] = ACTIONS(6090), [anon_sym_DOT_DOT_DOT] = ACTIONS(6092), @@ -281572,7 +281581,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6090), [anon_sym_decltype] = ACTIONS(6090), }, - [2182] = { + [STATE(2182)] = { [sym_string_literal] = STATE(2196), [sym_raw_string_literal] = STATE(2196), [aux_sym_concatenated_string_repeat1] = STATE(2196), @@ -281641,7 +281650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(5396), [sym_literal_suffix] = ACTIONS(5398), }, - [2183] = { + [STATE(2183)] = { [sym_attribute_specifier] = STATE(2251), [sym_identifier] = ACTIONS(6096), [anon_sym_DOT_DOT_DOT] = ACTIONS(6098), @@ -281710,7 +281719,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6096), [anon_sym_decltype] = ACTIONS(6096), }, - [2184] = { + [STATE(2184)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -281779,7 +281788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2185] = { + [STATE(2185)] = { [sym_attribute_declaration] = STATE(2270), [sym_parameter_list] = STATE(2298), [aux_sym_attributed_declarator_repeat1] = STATE(2270), @@ -281848,7 +281857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6102), [sym_comment] = ACTIONS(3), }, - [2186] = { + [STATE(2186)] = { [sym_attribute_specifier] = STATE(2221), [sym_identifier] = ACTIONS(6104), [anon_sym_DOT_DOT_DOT] = ACTIONS(6106), @@ -281917,7 +281926,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6104), [anon_sym_decltype] = ACTIONS(6104), }, - [2187] = { + [STATE(2187)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -281986,7 +281995,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2188] = { + [STATE(2188)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -282055,7 +282064,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2189] = { + [STATE(2189)] = { [sym_string_literal] = STATE(2182), [sym_raw_string_literal] = STATE(2182), [aux_sym_concatenated_string_repeat1] = STATE(2182), @@ -282124,7 +282133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(5390), [sym_literal_suffix] = ACTIONS(5392), }, - [2190] = { + [STATE(2190)] = { [sym_attribute_specifier] = STATE(2227), [sym_identifier] = ACTIONS(6117), [anon_sym_DOT_DOT_DOT] = ACTIONS(6119), @@ -282193,7 +282202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6117), [anon_sym_decltype] = ACTIONS(6117), }, - [2191] = { + [STATE(2191)] = { [sym_attribute_specifier] = STATE(2232), [sym_identifier] = ACTIONS(6121), [anon_sym_DOT_DOT_DOT] = ACTIONS(6123), @@ -282262,7 +282271,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6121), [anon_sym_decltype] = ACTIONS(6121), }, - [2192] = { + [STATE(2192)] = { [sym_attribute_specifier] = STATE(2243), [sym_identifier] = ACTIONS(6125), [anon_sym_DOT_DOT_DOT] = ACTIONS(6127), @@ -282331,7 +282340,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6125), [anon_sym_decltype] = ACTIONS(6125), }, - [2193] = { + [STATE(2193)] = { [sym_attribute_specifier] = STATE(2246), [sym_identifier] = ACTIONS(6129), [anon_sym_DOT_DOT_DOT] = ACTIONS(6131), @@ -282400,7 +282409,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6129), [anon_sym_decltype] = ACTIONS(6129), }, - [2194] = { + [STATE(2194)] = { [sym_attribute_declaration] = STATE(2270), [sym_parameter_list] = STATE(2298), [aux_sym_attributed_declarator_repeat1] = STATE(2270), @@ -282469,7 +282478,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6135), [sym_comment] = ACTIONS(3), }, - [2195] = { + [STATE(2195)] = { [sym_identifier] = ACTIONS(5629), [anon_sym_DOT_DOT_DOT] = ACTIONS(5631), [anon_sym_COMMA] = ACTIONS(5631), @@ -282538,7 +282547,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5629), [anon_sym_decltype] = ACTIONS(5629), }, - [2196] = { + [STATE(2196)] = { [sym_string_literal] = STATE(2196), [sym_raw_string_literal] = STATE(2196), [aux_sym_concatenated_string_repeat1] = STATE(2196), @@ -282607,7 +282616,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(5403), [sym_literal_suffix] = ACTIONS(5405), }, - [2197] = { + [STATE(2197)] = { [sym_template_argument_list] = STATE(1941), [aux_sym_sized_type_specifier_repeat1] = STATE(2312), [anon_sym_DOT_DOT_DOT] = ACTIONS(4152), @@ -282676,7 +282685,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(4152), [anon_sym_decltype] = ACTIONS(4152), }, - [2198] = { + [STATE(2198)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -282745,7 +282754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5072), [anon_sym_requires] = ACTIONS(5070), }, - [2199] = { + [STATE(2199)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -282814,7 +282823,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2200] = { + [STATE(2200)] = { [sym_attribute_specifier] = STATE(2257), [sym_identifier] = ACTIONS(6151), [anon_sym_DOT_DOT_DOT] = ACTIONS(6153), @@ -282883,7 +282892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6151), [anon_sym_decltype] = ACTIONS(6151), }, - [2201] = { + [STATE(2201)] = { [sym_attribute_specifier] = STATE(2263), [sym_identifier] = ACTIONS(6155), [anon_sym_DOT_DOT_DOT] = ACTIONS(6157), @@ -282952,7 +282961,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6155), [anon_sym_decltype] = ACTIONS(6155), }, - [2202] = { + [STATE(2202)] = { [sym_string_literal] = STATE(2370), [sym_template_argument_list] = STATE(3664), [sym_raw_string_literal] = STATE(2370), @@ -283021,7 +283030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(4413), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [2203] = { + [STATE(2203)] = { [sym_attribute_declaration] = STATE(2270), [sym_parameter_list] = STATE(2298), [aux_sym_attributed_declarator_repeat1] = STATE(2270), @@ -283090,7 +283099,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6166), [sym_comment] = ACTIONS(3), }, - [2204] = { + [STATE(2204)] = { [sym_string_literal] = STATE(2189), [sym_template_argument_list] = STATE(3129), [sym_raw_string_literal] = STATE(2189), @@ -283159,7 +283168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5042), [anon_sym_DASH_GT_STAR] = ACTIONS(4146), }, - [2205] = { + [STATE(2205)] = { [sym_template_argument_list] = STATE(1603), [aux_sym_sized_type_specifier_repeat1] = STATE(2312), [anon_sym_DOT_DOT_DOT] = ACTIONS(5979), @@ -283228,7 +283237,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5979), [anon_sym_decltype] = ACTIONS(5979), }, - [2206] = { + [STATE(2206)] = { [sym_attribute_specifier] = STATE(2290), [sym_identifier] = ACTIONS(6168), [anon_sym_DOT_DOT_DOT] = ACTIONS(6170), @@ -283297,7 +283306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6168), [anon_sym_decltype] = ACTIONS(6168), }, - [2207] = { + [STATE(2207)] = { [sym_identifier] = ACTIONS(5810), [anon_sym_DOT_DOT_DOT] = ACTIONS(5812), [anon_sym_COMMA] = ACTIONS(5812), @@ -283365,7 +283374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5810), [anon_sym_decltype] = ACTIONS(5810), }, - [2208] = { + [STATE(2208)] = { [sym_string_literal] = STATE(3517), [sym_template_argument_list] = STATE(4509), [sym_raw_string_literal] = STATE(3517), @@ -283433,7 +283442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(5068), [anon_sym_u8R_DQUOTE] = ACTIONS(5068), }, - [2209] = { + [STATE(2209)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(5484), [anon_sym_COMMA] = ACTIONS(5484), [anon_sym_RPAREN] = ACTIONS(5484), @@ -283501,7 +283510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5484), [sym_literal_suffix] = ACTIONS(5482), }, - [2210] = { + [STATE(2210)] = { [sym_argument_list] = STATE(2464), [sym_initializer_list] = STATE(2464), [sym_identifier] = ACTIONS(6172), @@ -283569,7 +283578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6174), [sym_comment] = ACTIONS(3), }, - [2211] = { + [STATE(2211)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5910), [anon_sym_DOT_DOT_DOT] = ACTIONS(5908), @@ -283637,7 +283646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5910), [anon_sym_decltype] = ACTIONS(5910), }, - [2212] = { + [STATE(2212)] = { [sym_identifier] = ACTIONS(5080), [anon_sym_DOT_DOT_DOT] = ACTIONS(5082), [anon_sym_COMMA] = ACTIONS(5082), @@ -283705,7 +283714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5082), [anon_sym_requires] = ACTIONS(5080), }, - [2213] = { + [STATE(2213)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(5480), [anon_sym_COMMA] = ACTIONS(5480), [anon_sym_RPAREN] = ACTIONS(5480), @@ -283773,7 +283782,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5480), [sym_literal_suffix] = ACTIONS(5478), }, - [2214] = { + [STATE(2214)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5918), [anon_sym_DOT_DOT_DOT] = ACTIONS(5916), @@ -283841,7 +283850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5918), [anon_sym_decltype] = ACTIONS(5918), }, - [2215] = { + [STATE(2215)] = { [sym_identifier] = ACTIONS(6178), [anon_sym_LPAREN2] = ACTIONS(6180), [anon_sym_TILDE] = ACTIONS(6180), @@ -283909,7 +283918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(6178), [anon_sym_concept] = ACTIONS(6178), }, - [2216] = { + [STATE(2216)] = { [sym_attribute_specifier] = STATE(1887), [sym_enumerator_list] = STATE(2360), [anon_sym_DOT_DOT_DOT] = ACTIONS(6026), @@ -283977,7 +283986,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6026), [anon_sym_requires] = ACTIONS(6026), }, - [2217] = { + [STATE(2217)] = { [sym_argument_list] = STATE(2481), [sym_initializer_list] = STATE(2481), [sym_identifier] = ACTIONS(6188), @@ -284045,7 +284054,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6190), [sym_comment] = ACTIONS(3), }, - [2218] = { + [STATE(2218)] = { [sym_identifier] = ACTIONS(6192), [anon_sym_DOT_DOT_DOT] = ACTIONS(6194), [anon_sym_COMMA] = ACTIONS(6194), @@ -284113,7 +284122,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6192), }, - [2219] = { + [STATE(2219)] = { [sym_identifier] = ACTIONS(6196), [anon_sym_DOT_DOT_DOT] = ACTIONS(6198), [anon_sym_COMMA] = ACTIONS(6198), @@ -284181,7 +284190,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6196), }, - [2220] = { + [STATE(2220)] = { [sym_identifier] = ACTIONS(6200), [anon_sym_DOT_DOT_DOT] = ACTIONS(6202), [anon_sym_COMMA] = ACTIONS(6202), @@ -284249,7 +284258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6200), }, - [2221] = { + [STATE(2221)] = { [sym_identifier] = ACTIONS(5667), [anon_sym_DOT_DOT_DOT] = ACTIONS(5669), [anon_sym_COMMA] = ACTIONS(5669), @@ -284317,7 +284326,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5667), [anon_sym_decltype] = ACTIONS(5667), }, - [2222] = { + [STATE(2222)] = { [sym_argument_list] = STATE(2477), [sym_initializer_list] = STATE(2477), [sym_identifier] = ACTIONS(6204), @@ -284385,7 +284394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6206), [sym_comment] = ACTIONS(3), }, - [2223] = { + [STATE(2223)] = { [sym_identifier] = ACTIONS(5681), [anon_sym_DOT_DOT_DOT] = ACTIONS(5683), [anon_sym_COMMA] = ACTIONS(5683), @@ -284453,7 +284462,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5681), [anon_sym_decltype] = ACTIONS(5681), }, - [2224] = { + [STATE(2224)] = { [sym_identifier] = ACTIONS(6208), [anon_sym_DOT_DOT_DOT] = ACTIONS(6210), [anon_sym_COMMA] = ACTIONS(6210), @@ -284521,7 +284530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6208), }, - [2225] = { + [STATE(2225)] = { [sym_identifier] = ACTIONS(5778), [anon_sym_DOT_DOT_DOT] = ACTIONS(5780), [anon_sym_COMMA] = ACTIONS(5780), @@ -284589,7 +284598,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5778), [anon_sym_decltype] = ACTIONS(5778), }, - [2226] = { + [STATE(2226)] = { [sym_identifier] = ACTIONS(5728), [anon_sym_DOT_DOT_DOT] = ACTIONS(5730), [anon_sym_COMMA] = ACTIONS(5730), @@ -284657,7 +284666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5728), [anon_sym_decltype] = ACTIONS(5728), }, - [2227] = { + [STATE(2227)] = { [sym_identifier] = ACTIONS(5732), [anon_sym_DOT_DOT_DOT] = ACTIONS(5734), [anon_sym_COMMA] = ACTIONS(5734), @@ -284725,7 +284734,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5732), [anon_sym_decltype] = ACTIONS(5732), }, - [2228] = { + [STATE(2228)] = { [sym_identifier] = ACTIONS(5736), [anon_sym_DOT_DOT_DOT] = ACTIONS(5738), [anon_sym_COMMA] = ACTIONS(5738), @@ -284793,7 +284802,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5736), [anon_sym_decltype] = ACTIONS(5736), }, - [2229] = { + [STATE(2229)] = { [sym_identifier] = ACTIONS(2573), [anon_sym_DOT_DOT_DOT] = ACTIONS(2563), [anon_sym_COMMA] = ACTIONS(2563), @@ -284861,7 +284870,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(2563), [anon_sym_requires] = ACTIONS(2573), }, - [2230] = { + [STATE(2230)] = { [sym_template_argument_list] = STATE(1941), [aux_sym_sized_type_specifier_repeat1] = STATE(2248), [sym_identifier] = ACTIONS(4144), @@ -284929,7 +284938,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(4144), [anon_sym_decltype] = ACTIONS(4144), }, - [2231] = { + [STATE(2231)] = { [sym_identifier] = ACTIONS(5750), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), [anon_sym_COMMA] = ACTIONS(5752), @@ -284997,7 +285006,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5750), [anon_sym_decltype] = ACTIONS(5750), }, - [2232] = { + [STATE(2232)] = { [sym_identifier] = ACTIONS(5754), [anon_sym_DOT_DOT_DOT] = ACTIONS(5756), [anon_sym_COMMA] = ACTIONS(5756), @@ -285065,7 +285074,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5754), [anon_sym_decltype] = ACTIONS(5754), }, - [2233] = { + [STATE(2233)] = { [sym_identifier] = ACTIONS(5758), [anon_sym_DOT_DOT_DOT] = ACTIONS(5760), [anon_sym_COMMA] = ACTIONS(5760), @@ -285133,7 +285142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5758), [anon_sym_decltype] = ACTIONS(5758), }, - [2234] = { + [STATE(2234)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5890), [anon_sym_DOT_DOT_DOT] = ACTIONS(5888), @@ -285201,7 +285210,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5890), [anon_sym_decltype] = ACTIONS(5890), }, - [2235] = { + [STATE(2235)] = { [sym_identifier] = ACTIONS(5802), [anon_sym_DOT_DOT_DOT] = ACTIONS(5804), [anon_sym_COMMA] = ACTIONS(5804), @@ -285269,7 +285278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5802), [anon_sym_decltype] = ACTIONS(5802), }, - [2236] = { + [STATE(2236)] = { [sym_string_literal] = STATE(2285), [sym_raw_string_literal] = STATE(2285), [aux_sym_concatenated_string_repeat1] = STATE(2285), @@ -285337,7 +285346,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(6216), [sym_literal_suffix] = ACTIONS(5392), }, - [2237] = { + [STATE(2237)] = { [sym_identifier] = ACTIONS(6218), [anon_sym_DOT_DOT_DOT] = ACTIONS(6220), [anon_sym_COMMA] = ACTIONS(6220), @@ -285405,7 +285414,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6218), }, - [2238] = { + [STATE(2238)] = { [sym_identifier] = ACTIONS(6222), [anon_sym_DOT_DOT_DOT] = ACTIONS(6224), [anon_sym_COMMA] = ACTIONS(6224), @@ -285473,7 +285482,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6222), }, - [2239] = { + [STATE(2239)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -285541,7 +285550,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2240] = { + [STATE(2240)] = { [sym_identifier] = ACTIONS(5782), [anon_sym_DOT_DOT_DOT] = ACTIONS(5784), [anon_sym_COMMA] = ACTIONS(5784), @@ -285609,7 +285618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5782), [anon_sym_decltype] = ACTIONS(5782), }, - [2241] = { + [STATE(2241)] = { [sym_identifier] = ACTIONS(5786), [anon_sym_DOT_DOT_DOT] = ACTIONS(5788), [anon_sym_COMMA] = ACTIONS(5788), @@ -285677,7 +285686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5786), [anon_sym_decltype] = ACTIONS(5786), }, - [2242] = { + [STATE(2242)] = { [sym_string_literal] = STATE(1684), [sym_template_argument_list] = STATE(2338), [sym_raw_string_literal] = STATE(1684), @@ -285745,7 +285754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(1982), [anon_sym_u8R_DQUOTE] = ACTIONS(1982), }, - [2243] = { + [STATE(2243)] = { [sym_identifier] = ACTIONS(5790), [anon_sym_DOT_DOT_DOT] = ACTIONS(5792), [anon_sym_COMMA] = ACTIONS(5792), @@ -285813,7 +285822,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5790), [anon_sym_decltype] = ACTIONS(5790), }, - [2244] = { + [STATE(2244)] = { [sym_identifier] = ACTIONS(4959), [anon_sym_LPAREN2] = ACTIONS(4961), [anon_sym_TILDE] = ACTIONS(4961), @@ -285881,7 +285890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4959), [anon_sym_concept] = ACTIONS(4959), }, - [2245] = { + [STATE(2245)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -285949,7 +285958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5450), [anon_sym_decltype] = ACTIONS(5450), }, - [2246] = { + [STATE(2246)] = { [sym_identifier] = ACTIONS(5794), [anon_sym_DOT_DOT_DOT] = ACTIONS(5796), [anon_sym_COMMA] = ACTIONS(5796), @@ -286017,7 +286026,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5794), [anon_sym_decltype] = ACTIONS(5794), }, - [2247] = { + [STATE(2247)] = { [sym_attribute_declaration] = STATE(2247), [aux_sym_attributed_declarator_repeat1] = STATE(2247), [sym_identifier] = ACTIONS(2051), @@ -286085,7 +286094,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6235), [sym_comment] = ACTIONS(3), }, - [2248] = { + [STATE(2248)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5900), [anon_sym_DOT_DOT_DOT] = ACTIONS(5898), @@ -286153,7 +286162,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5900), [anon_sym_decltype] = ACTIONS(5900), }, - [2249] = { + [STATE(2249)] = { [sym_identifier] = ACTIONS(5786), [anon_sym_DOT_DOT_DOT] = ACTIONS(5788), [anon_sym_COMMA] = ACTIONS(5788), @@ -286221,7 +286230,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5786), [anon_sym_decltype] = ACTIONS(5786), }, - [2250] = { + [STATE(2250)] = { [sym_identifier] = ACTIONS(5605), [anon_sym_LPAREN2] = ACTIONS(5607), [anon_sym_TILDE] = ACTIONS(5607), @@ -286289,7 +286298,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5605), [anon_sym_concept] = ACTIONS(5605), }, - [2251] = { + [STATE(2251)] = { [sym_identifier] = ACTIONS(5637), [anon_sym_DOT_DOT_DOT] = ACTIONS(5639), [anon_sym_COMMA] = ACTIONS(5639), @@ -286357,7 +286366,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5637), [anon_sym_decltype] = ACTIONS(5637), }, - [2252] = { + [STATE(2252)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(5579), [anon_sym_COMMA] = ACTIONS(5579), [anon_sym_RPAREN] = ACTIONS(5579), @@ -286425,7 +286434,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5579), [sym_literal_suffix] = ACTIONS(5577), }, - [2253] = { + [STATE(2253)] = { [sym_identifier] = ACTIONS(5798), [anon_sym_DOT_DOT_DOT] = ACTIONS(5800), [anon_sym_COMMA] = ACTIONS(5800), @@ -286493,7 +286502,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5798), [anon_sym_decltype] = ACTIONS(5798), }, - [2254] = { + [STATE(2254)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2265), [sym_identifier] = ACTIONS(5938), [anon_sym_DOT_DOT_DOT] = ACTIONS(5936), @@ -286561,7 +286570,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5938), [anon_sym_decltype] = ACTIONS(5938), }, - [2255] = { + [STATE(2255)] = { [sym_identifier] = ACTIONS(5651), [anon_sym_DOT_DOT_DOT] = ACTIONS(5653), [anon_sym_COMMA] = ACTIONS(5653), @@ -286629,7 +286638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5651), [anon_sym_decltype] = ACTIONS(5651), }, - [2256] = { + [STATE(2256)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2269), [sym_identifier] = ACTIONS(5932), [anon_sym_DOT_DOT_DOT] = ACTIONS(5930), @@ -286697,7 +286706,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5932), [anon_sym_decltype] = ACTIONS(5932), }, - [2257] = { + [STATE(2257)] = { [sym_identifier] = ACTIONS(5655), [anon_sym_DOT_DOT_DOT] = ACTIONS(5657), [anon_sym_COMMA] = ACTIONS(5657), @@ -286765,7 +286774,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5655), [anon_sym_decltype] = ACTIONS(5655), }, - [2258] = { + [STATE(2258)] = { [sym_identifier] = ACTIONS(5659), [anon_sym_DOT_DOT_DOT] = ACTIONS(5661), [anon_sym_COMMA] = ACTIONS(5661), @@ -286833,7 +286842,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5659), [anon_sym_decltype] = ACTIONS(5659), }, - [2259] = { + [STATE(2259)] = { [sym_identifier] = ACTIONS(4988), [anon_sym_LPAREN2] = ACTIONS(4990), [anon_sym_TILDE] = ACTIONS(4990), @@ -286901,7 +286910,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4988), [anon_sym_concept] = ACTIONS(4988), }, - [2260] = { + [STATE(2260)] = { [sym_identifier] = ACTIONS(5625), [anon_sym_LPAREN2] = ACTIONS(5627), [anon_sym_TILDE] = ACTIONS(5627), @@ -286969,7 +286978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5625), [anon_sym_concept] = ACTIONS(5625), }, - [2261] = { + [STATE(2261)] = { [sym_identifier] = ACTIONS(5673), [anon_sym_DOT_DOT_DOT] = ACTIONS(5675), [anon_sym_COMMA] = ACTIONS(5675), @@ -287037,7 +287046,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5673), [anon_sym_decltype] = ACTIONS(5673), }, - [2262] = { + [STATE(2262)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -287105,7 +287114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5677), [anon_sym_decltype] = ACTIONS(5677), }, - [2263] = { + [STATE(2263)] = { [sym_identifier] = ACTIONS(5685), [anon_sym_DOT_DOT_DOT] = ACTIONS(5687), [anon_sym_COMMA] = ACTIONS(5687), @@ -287173,7 +287182,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5685), [anon_sym_decltype] = ACTIONS(5685), }, - [2264] = { + [STATE(2264)] = { [sym_identifier] = ACTIONS(5692), [anon_sym_DOT_DOT_DOT] = ACTIONS(5694), [anon_sym_COMMA] = ACTIONS(5694), @@ -287241,7 +287250,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5692), [anon_sym_decltype] = ACTIONS(5692), }, - [2265] = { + [STATE(2265)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5944), [anon_sym_DOT_DOT_DOT] = ACTIONS(5942), @@ -287309,7 +287318,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5944), [anon_sym_decltype] = ACTIONS(5944), }, - [2266] = { + [STATE(2266)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -287377,7 +287386,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2267] = { + [STATE(2267)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -287445,7 +287454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5677), [anon_sym_decltype] = ACTIONS(5677), }, - [2268] = { + [STATE(2268)] = { [sym_identifier] = ACTIONS(5677), [anon_sym_DOT_DOT_DOT] = ACTIONS(5679), [anon_sym_COMMA] = ACTIONS(5679), @@ -287513,7 +287522,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5677), [anon_sym_decltype] = ACTIONS(5677), }, - [2269] = { + [STATE(2269)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5896), [anon_sym_DOT_DOT_DOT] = ACTIONS(5894), @@ -287581,7 +287590,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5896), [anon_sym_decltype] = ACTIONS(5896), }, - [2270] = { + [STATE(2270)] = { [sym_attribute_declaration] = STATE(2247), [aux_sym_attributed_declarator_repeat1] = STATE(2247), [sym_identifier] = ACTIONS(6249), @@ -287649,7 +287658,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6251), [sym_comment] = ACTIONS(3), }, - [2271] = { + [STATE(2271)] = { [sym_identifier] = ACTIONS(6253), [anon_sym_LPAREN2] = ACTIONS(6255), [anon_sym_TILDE] = ACTIONS(6255), @@ -287717,7 +287726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(6253), [anon_sym_concept] = ACTIONS(6253), }, - [2272] = { + [STATE(2272)] = { [sym_identifier] = ACTIONS(5641), [anon_sym_DOT_DOT_DOT] = ACTIONS(5643), [anon_sym_COMMA] = ACTIONS(5643), @@ -287785,7 +287794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5641), [anon_sym_decltype] = ACTIONS(5641), }, - [2273] = { + [STATE(2273)] = { [sym_identifier] = ACTIONS(5450), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -287853,7 +287862,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5450), [anon_sym_decltype] = ACTIONS(5450), }, - [2274] = { + [STATE(2274)] = { [sym_identifier] = ACTIONS(5647), [anon_sym_DOT_DOT_DOT] = ACTIONS(5649), [anon_sym_COMMA] = ACTIONS(5649), @@ -287921,7 +287930,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5647), [anon_sym_decltype] = ACTIONS(5647), }, - [2275] = { + [STATE(2275)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2211), [sym_identifier] = ACTIONS(5904), [anon_sym_DOT_DOT_DOT] = ACTIONS(5902), @@ -287989,7 +287998,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5904), [anon_sym_decltype] = ACTIONS(5904), }, - [2276] = { + [STATE(2276)] = { [sym_argument_list] = STATE(2455), [sym_initializer_list] = STATE(2455), [sym_identifier] = ACTIONS(6263), @@ -288057,7 +288066,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6265), [sym_comment] = ACTIONS(3), }, - [2277] = { + [STATE(2277)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2214), [sym_identifier] = ACTIONS(5922), [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), @@ -288125,7 +288134,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5922), [anon_sym_decltype] = ACTIONS(5922), }, - [2278] = { + [STATE(2278)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5928), [anon_sym_DOT_DOT_DOT] = ACTIONS(5926), @@ -288193,7 +288202,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5928), [anon_sym_decltype] = ACTIONS(5928), }, - [2279] = { + [STATE(2279)] = { [sym_identifier] = ACTIONS(6269), [anon_sym_DOT_DOT_DOT] = ACTIONS(6271), [anon_sym_COMMA] = ACTIONS(6271), @@ -288261,7 +288270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6269), }, - [2280] = { + [STATE(2280)] = { [sym_identifier] = ACTIONS(6273), [anon_sym_DOT_DOT_DOT] = ACTIONS(6275), [anon_sym_COMMA] = ACTIONS(6275), @@ -288329,7 +288338,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6273), }, - [2281] = { + [STATE(2281)] = { [sym_attribute_specifier] = STATE(1872), [sym_enumerator_list] = STATE(2350), [anon_sym_DOT_DOT_DOT] = ACTIONS(5985), @@ -288397,7 +288406,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(5985), [anon_sym_requires] = ACTIONS(5985), }, - [2282] = { + [STATE(2282)] = { [anon_sym_DOT_DOT_DOT] = ACTIONS(5491), [anon_sym_COMMA] = ACTIONS(5491), [anon_sym_RPAREN] = ACTIONS(5491), @@ -288465,7 +288474,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5491), [sym_literal_suffix] = ACTIONS(5489), }, - [2283] = { + [STATE(2283)] = { [sym_identifier] = ACTIONS(5806), [anon_sym_DOT_DOT_DOT] = ACTIONS(5808), [anon_sym_COMMA] = ACTIONS(5808), @@ -288533,7 +288542,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5806), [anon_sym_decltype] = ACTIONS(5806), }, - [2284] = { + [STATE(2284)] = { [sym_identifier] = ACTIONS(6277), [anon_sym_DOT_DOT_DOT] = ACTIONS(6279), [anon_sym_COMMA] = ACTIONS(6279), @@ -288601,7 +288610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6277), }, - [2285] = { + [STATE(2285)] = { [sym_string_literal] = STATE(2301), [sym_raw_string_literal] = STATE(2301), [aux_sym_concatenated_string_repeat1] = STATE(2301), @@ -288669,7 +288678,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(6216), [sym_literal_suffix] = ACTIONS(5398), }, - [2286] = { + [STATE(2286)] = { [sym_string_literal] = STATE(2236), [sym_template_argument_list] = STATE(3335), [sym_raw_string_literal] = STATE(2236), @@ -288737,7 +288746,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(6216), [anon_sym_u8R_DQUOTE] = ACTIONS(6216), }, - [2287] = { + [STATE(2287)] = { [sym_identifier] = ACTIONS(6286), [anon_sym_DOT_DOT_DOT] = ACTIONS(6288), [anon_sym_COMMA] = ACTIONS(6288), @@ -288805,7 +288814,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6286), }, - [2288] = { + [STATE(2288)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2234), [sym_identifier] = ACTIONS(5750), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), @@ -288873,7 +288882,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5750), [anon_sym_decltype] = ACTIONS(5750), }, - [2289] = { + [STATE(2289)] = { [sym_identifier] = ACTIONS(5740), [anon_sym_DOT_DOT_DOT] = ACTIONS(5742), [anon_sym_COMMA] = ACTIONS(5742), @@ -288941,7 +288950,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5740), [anon_sym_decltype] = ACTIONS(5740), }, - [2290] = { + [STATE(2290)] = { [sym_identifier] = ACTIONS(5663), [anon_sym_DOT_DOT_DOT] = ACTIONS(5665), [anon_sym_COMMA] = ACTIONS(5665), @@ -289009,7 +289018,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5663), [anon_sym_decltype] = ACTIONS(5663), }, - [2291] = { + [STATE(2291)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_LPAREN2] = ACTIONS(5619), [anon_sym_TILDE] = ACTIONS(5619), @@ -289077,7 +289086,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5617), [anon_sym_concept] = ACTIONS(5617), }, - [2292] = { + [STATE(2292)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_LPAREN2] = ACTIONS(5619), [anon_sym_TILDE] = ACTIONS(5619), @@ -289145,7 +289154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5617), [anon_sym_concept] = ACTIONS(5617), }, - [2293] = { + [STATE(2293)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2293), [sym_identifier] = ACTIONS(5070), [anon_sym_DOT_DOT_DOT] = ACTIONS(5072), @@ -289213,7 +289222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5070), [anon_sym_decltype] = ACTIONS(5070), }, - [2294] = { + [STATE(2294)] = { [sym_identifier] = ACTIONS(5762), [anon_sym_DOT_DOT_DOT] = ACTIONS(5764), [anon_sym_COMMA] = ACTIONS(5764), @@ -289281,7 +289290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5762), [anon_sym_decltype] = ACTIONS(5762), }, - [2295] = { + [STATE(2295)] = { [sym_template_argument_list] = STATE(2338), [sym_identifier] = ACTIONS(4972), [anon_sym_DOT_DOT_DOT] = ACTIONS(4965), @@ -289349,7 +289358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(4965), [sym_comment] = ACTIONS(3), }, - [2296] = { + [STATE(2296)] = { [sym_identifier] = ACTIONS(5617), [anon_sym_LPAREN2] = ACTIONS(5619), [anon_sym_TILDE] = ACTIONS(5619), @@ -289417,7 +289426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(5617), [anon_sym_concept] = ACTIONS(5617), }, - [2297] = { + [STATE(2297)] = { [sym_string_literal] = STATE(1992), [sym_raw_string_literal] = STATE(1992), [anon_sym_DOT_DOT_DOT] = ACTIONS(5914), @@ -289485,7 +289494,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5956), [sym_literal_suffix] = ACTIONS(5912), }, - [2298] = { + [STATE(2298)] = { [sym_identifier] = ACTIONS(6295), [anon_sym_DOT_DOT_DOT] = ACTIONS(6297), [anon_sym_COMMA] = ACTIONS(6297), @@ -289553,7 +289562,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [anon_sym_try] = ACTIONS(6295), }, - [2299] = { + [STATE(2299)] = { [sym_identifier] = ACTIONS(5766), [anon_sym_DOT_DOT_DOT] = ACTIONS(5768), [anon_sym_COMMA] = ACTIONS(5768), @@ -289621,7 +289630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5766), [anon_sym_decltype] = ACTIONS(5766), }, - [2300] = { + [STATE(2300)] = { [sym_string_literal] = STATE(2624), [sym_template_argument_list] = STATE(3588), [sym_raw_string_literal] = STATE(2624), @@ -289689,7 +289698,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_UR_DQUOTE] = ACTIONS(3627), [anon_sym_u8R_DQUOTE] = ACTIONS(3627), }, - [2301] = { + [STATE(2301)] = { [sym_string_literal] = STATE(2301), [sym_raw_string_literal] = STATE(2301), [aux_sym_concatenated_string_repeat1] = STATE(2301), @@ -289757,7 +289766,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(6305), [sym_literal_suffix] = ACTIONS(5405), }, - [2302] = { + [STATE(2302)] = { [sym_identifier] = ACTIONS(5770), [anon_sym_DOT_DOT_DOT] = ACTIONS(5772), [anon_sym_COMMA] = ACTIONS(5772), @@ -289825,7 +289834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5770), [anon_sym_decltype] = ACTIONS(5770), }, - [2303] = { + [STATE(2303)] = { [sym_identifier] = ACTIONS(5774), [anon_sym_DOT_DOT_DOT] = ACTIONS(5776), [anon_sym_COMMA] = ACTIONS(5776), @@ -289893,7 +289902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5774), [anon_sym_decltype] = ACTIONS(5774), }, - [2304] = { + [STATE(2304)] = { [sym_identifier] = ACTIONS(4955), [anon_sym_LPAREN2] = ACTIONS(4957), [anon_sym_TILDE] = ACTIONS(4957), @@ -289961,7 +289970,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4955), [anon_sym_concept] = ACTIONS(4955), }, - [2305] = { + [STATE(2305)] = { [sym_identifier] = ACTIONS(4984), [anon_sym_LPAREN2] = ACTIONS(4986), [anon_sym_TILDE] = ACTIONS(4986), @@ -290029,7 +290038,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4984), [anon_sym_concept] = ACTIONS(4984), }, - [2306] = { + [STATE(2306)] = { [sym_identifier] = ACTIONS(4980), [anon_sym_LPAREN2] = ACTIONS(4982), [anon_sym_TILDE] = ACTIONS(4982), @@ -290097,7 +290106,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4980), [anon_sym_concept] = ACTIONS(4980), }, - [2307] = { + [STATE(2307)] = { [sym_identifier] = ACTIONS(4992), [anon_sym_LPAREN2] = ACTIONS(4994), [anon_sym_TILDE] = ACTIONS(4994), @@ -290165,7 +290174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4992), [anon_sym_concept] = ACTIONS(4992), }, - [2308] = { + [STATE(2308)] = { [sym_identifier] = ACTIONS(4951), [anon_sym_LPAREN2] = ACTIONS(4953), [anon_sym_TILDE] = ACTIONS(4953), @@ -290233,7 +290242,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_friend] = ACTIONS(4951), [anon_sym_concept] = ACTIONS(4951), }, - [2309] = { + [STATE(2309)] = { [sym_identifier] = ACTIONS(5699), [anon_sym_DOT_DOT_DOT] = ACTIONS(5701), [anon_sym_COMMA] = ACTIONS(5701), @@ -290301,7 +290310,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5699), [anon_sym_decltype] = ACTIONS(5699), }, - [2310] = { + [STATE(2310)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5894), [anon_sym_COMMA] = ACTIONS(5894), @@ -290368,7 +290377,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5894), [anon_sym_decltype] = ACTIONS(5894), }, - [2311] = { + [STATE(2311)] = { [sym_attribute_specifier] = STATE(1886), [anon_sym_DOT_DOT_DOT] = ACTIONS(6092), [anon_sym_COMMA] = ACTIONS(6092), @@ -290435,7 +290444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6092), [anon_sym_requires] = ACTIONS(6092), }, - [2312] = { + [STATE(2312)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5898), [anon_sym_COMMA] = ACTIONS(5898), @@ -290502,7 +290511,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5898), [anon_sym_decltype] = ACTIONS(5898), }, - [2313] = { + [STATE(2313)] = { [sym_template_argument_list] = STATE(2324), [sym_identifier] = ACTIONS(6310), [anon_sym_DOT_DOT_DOT] = ACTIONS(6312), @@ -290569,7 +290578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6312), [sym_comment] = ACTIONS(3), }, - [2314] = { + [STATE(2314)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5926), [anon_sym_COMMA] = ACTIONS(5926), @@ -290636,7 +290645,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5926), [anon_sym_decltype] = ACTIONS(5926), }, - [2315] = { + [STATE(2315)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5888), [anon_sym_COMMA] = ACTIONS(5888), @@ -290703,7 +290712,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5888), [anon_sym_decltype] = ACTIONS(5888), }, - [2316] = { + [STATE(2316)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2315), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -290770,7 +290779,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5452), [anon_sym_decltype] = ACTIONS(5452), }, - [2317] = { + [STATE(2317)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2356), [anon_sym_DOT_DOT_DOT] = ACTIONS(5902), [anon_sym_COMMA] = ACTIONS(5902), @@ -290837,7 +290846,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5902), [anon_sym_decltype] = ACTIONS(5902), }, - [2318] = { + [STATE(2318)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5916), [anon_sym_COMMA] = ACTIONS(5916), @@ -290904,7 +290913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5916), [anon_sym_decltype] = ACTIONS(5916), }, - [2319] = { + [STATE(2319)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(2340), @@ -290971,7 +290980,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [2320] = { + [STATE(2320)] = { [sym_type_qualifier] = STATE(1633), [sym_alignas_qualifier] = STATE(1658), [aux_sym__type_definition_type_repeat1] = STATE(1633), @@ -291038,7 +291047,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5100), [anon_sym_operator] = ACTIONS(5102), }, - [2321] = { + [STATE(2321)] = { [sym_attribute_specifier] = STATE(2258), [sym_enumerator_list] = STATE(2191), [sym__enum_base_clause] = STATE(2051), @@ -291105,7 +291114,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6336), [anon_sym_decltype] = ACTIONS(6336), }, - [2322] = { + [STATE(2322)] = { [sym_attribute_specifier] = STATE(2228), [sym_enumerator_list] = STATE(2181), [sym__enum_base_clause] = STATE(2116), @@ -291172,7 +291181,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(6342), [anon_sym_decltype] = ACTIONS(6342), }, - [2323] = { + [STATE(2323)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2332), [anon_sym_DOT_DOT_DOT] = ACTIONS(5452), [anon_sym_COMMA] = ACTIONS(5452), @@ -291239,7 +291248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5452), [anon_sym_requires] = ACTIONS(5452), }, - [2324] = { + [STATE(2324)] = { [sym_identifier] = ACTIONS(6348), [anon_sym_DOT_DOT_DOT] = ACTIONS(6350), [anon_sym_COMMA] = ACTIONS(6350), @@ -291306,7 +291315,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6350), [sym_comment] = ACTIONS(3), }, - [2325] = { + [STATE(2325)] = { [sym_new_declarator] = STATE(2397), [sym_identifier] = ACTIONS(6352), [anon_sym_DOT_DOT_DOT] = ACTIONS(6354), @@ -291373,7 +291382,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6354), [sym_comment] = ACTIONS(3), }, - [2326] = { + [STATE(2326)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5916), [anon_sym_COMMA] = ACTIONS(5916), @@ -291440,7 +291449,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5916), [anon_sym_requires] = ACTIONS(5916), }, - [2327] = { + [STATE(2327)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5942), [anon_sym_COMMA] = ACTIONS(5942), @@ -291507,7 +291516,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5942), [anon_sym_decltype] = ACTIONS(5942), }, - [2328] = { + [STATE(2328)] = { [sym_attribute_specifier] = STATE(2686), [sym_field_declaration_list] = STATE(2637), [sym_virtual_specifier] = STATE(7044), @@ -291574,7 +291583,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5495), [anon_sym_requires] = ACTIONS(5495), }, - [2329] = { + [STATE(2329)] = { [sym_attribute_specifier] = STATE(1871), [anon_sym_DOT_DOT_DOT] = ACTIONS(6123), [anon_sym_COMMA] = ACTIONS(6123), @@ -291641,7 +291650,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6123), [anon_sym_requires] = ACTIONS(6123), }, - [2330] = { + [STATE(2330)] = { [sym_attribute_specifier] = STATE(1842), [anon_sym_DOT_DOT_DOT] = ACTIONS(6170), [anon_sym_COMMA] = ACTIONS(6170), @@ -291708,7 +291717,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6170), [anon_sym_requires] = ACTIONS(6170), }, - [2331] = { + [STATE(2331)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2318), [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), [anon_sym_COMMA] = ACTIONS(5920), @@ -291775,7 +291784,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5920), [anon_sym_decltype] = ACTIONS(5920), }, - [2332] = { + [STATE(2332)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5888), [anon_sym_COMMA] = ACTIONS(5888), @@ -291842,7 +291851,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5888), [anon_sym_requires] = ACTIONS(5888), }, - [2333] = { + [STATE(2333)] = { [sym_identifier] = ACTIONS(5577), [anon_sym_DOT_DOT_DOT] = ACTIONS(5579), [anon_sym_COMMA] = ACTIONS(5579), @@ -291909,7 +291918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5579), [sym_literal_suffix] = ACTIONS(5577), }, - [2334] = { + [STATE(2334)] = { [sym_attribute_specifier] = STATE(1865), [anon_sym_DOT_DOT_DOT] = ACTIONS(6119), [anon_sym_COMMA] = ACTIONS(6119), @@ -291976,7 +291985,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6119), [anon_sym_requires] = ACTIONS(6119), }, - [2335] = { + [STATE(2335)] = { [sym_attribute_specifier] = STATE(1840), [anon_sym_DOT_DOT_DOT] = ACTIONS(6153), [anon_sym_COMMA] = ACTIONS(6153), @@ -292043,7 +292052,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6153), [anon_sym_requires] = ACTIONS(6153), }, - [2336] = { + [STATE(2336)] = { [sym_attribute_specifier] = STATE(1850), [anon_sym_DOT_DOT_DOT] = ACTIONS(6157), [anon_sym_COMMA] = ACTIONS(6157), @@ -292110,7 +292119,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6157), [anon_sym_requires] = ACTIONS(6157), }, - [2337] = { + [STATE(2337)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2326), [anon_sym_DOT_DOT_DOT] = ACTIONS(5920), [anon_sym_COMMA] = ACTIONS(5920), @@ -292177,7 +292186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5920), [anon_sym_requires] = ACTIONS(5920), }, - [2338] = { + [STATE(2338)] = { [sym_identifier] = ACTIONS(5005), [anon_sym_DOT_DOT_DOT] = ACTIONS(4998), [anon_sym_COMMA] = ACTIONS(4998), @@ -292244,7 +292253,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(4998), [sym_comment] = ACTIONS(3), }, - [2339] = { + [STATE(2339)] = { [sym_identifier] = ACTIONS(5489), [anon_sym_DOT_DOT_DOT] = ACTIONS(5491), [anon_sym_COMMA] = ACTIONS(5491), @@ -292311,7 +292320,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5491), [sym_literal_suffix] = ACTIONS(5489), }, - [2340] = { + [STATE(2340)] = { [sym_ms_based_modifier] = STATE(8682), [sym_ms_unaligned_ptr_modifier] = STATE(4043), [sym_ms_pointer_modifier] = STATE(3820), @@ -292378,7 +292387,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_template] = ACTIONS(1452), [anon_sym_operator] = ACTIONS(1852), }, - [2341] = { + [STATE(2341)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2332), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), [anon_sym_COMMA] = ACTIONS(5752), @@ -292445,7 +292454,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5752), [anon_sym_requires] = ACTIONS(5752), }, - [2342] = { + [STATE(2342)] = { [sym_identifier] = ACTIONS(5478), [anon_sym_DOT_DOT_DOT] = ACTIONS(5480), [anon_sym_COMMA] = ACTIONS(5480), @@ -292512,7 +292521,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5480), [sym_literal_suffix] = ACTIONS(5478), }, - [2343] = { + [STATE(2343)] = { [sym_attribute_specifier] = STATE(1877), [anon_sym_DOT_DOT_DOT] = ACTIONS(6064), [anon_sym_COMMA] = ACTIONS(6064), @@ -292579,7 +292588,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6064), [anon_sym_requires] = ACTIONS(6064), }, - [2344] = { + [STATE(2344)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5926), [anon_sym_COMMA] = ACTIONS(5926), @@ -292646,7 +292655,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5926), [anon_sym_requires] = ACTIONS(5926), }, - [2345] = { + [STATE(2345)] = { [sym_identifier] = ACTIONS(5482), [anon_sym_DOT_DOT_DOT] = ACTIONS(5484), [anon_sym_COMMA] = ACTIONS(5484), @@ -292713,7 +292722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_u8R_DQUOTE] = ACTIONS(5484), [sym_literal_suffix] = ACTIONS(5482), }, - [2346] = { + [STATE(2346)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2315), [anon_sym_DOT_DOT_DOT] = ACTIONS(5752), [anon_sym_COMMA] = ACTIONS(5752), @@ -292780,7 +292789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5752), [anon_sym_decltype] = ACTIONS(5752), }, - [2347] = { + [STATE(2347)] = { [sym_template_argument_list] = STATE(2324), [sym_identifier] = ACTIONS(6368), [anon_sym_DOT_DOT_DOT] = ACTIONS(6370), @@ -292847,7 +292856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT] = ACTIONS(6370), [sym_comment] = ACTIONS(3), }, - [2348] = { + [STATE(2348)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2361), [anon_sym_DOT_DOT_DOT] = ACTIONS(5936), [anon_sym_COMMA] = ACTIONS(5936), @@ -292914,7 +292923,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5936), [anon_sym_requires] = ACTIONS(5936), }, - [2349] = { + [STATE(2349)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2362), [anon_sym_DOT_DOT_DOT] = ACTIONS(5930), [anon_sym_COMMA] = ACTIONS(5930), @@ -292981,7 +292990,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5930), [anon_sym_requires] = ACTIONS(5930), }, - [2350] = { + [STATE(2350)] = { [sym_attribute_specifier] = STATE(1834), [anon_sym_DOT_DOT_DOT] = ACTIONS(6098), [anon_sym_COMMA] = ACTIONS(6098), @@ -293048,7 +293057,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6098), [anon_sym_requires] = ACTIONS(6098), }, - [2351] = { + [STATE(2351)] = { [sym_attribute_specifier] = STATE(1882), [anon_sym_DOT_DOT_DOT] = ACTIONS(6131), [anon_sym_COMMA] = ACTIONS(6131), @@ -293115,7 +293124,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6131), [anon_sym_requires] = ACTIONS(6131), }, - [2352] = { + [STATE(2352)] = { [sym_attribute_specifier] = STATE(1881), [anon_sym_DOT_DOT_DOT] = ACTIONS(6127), [anon_sym_COMMA] = ACTIONS(6127), @@ -293182,7 +293191,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6127), [anon_sym_requires] = ACTIONS(6127), }, - [2353] = { + [STATE(2353)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2327), [anon_sym_DOT_DOT_DOT] = ACTIONS(5936), [anon_sym_COMMA] = ACTIONS(5936), @@ -293249,7 +293258,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5936), [anon_sym_decltype] = ACTIONS(5936), }, - [2354] = { + [STATE(2354)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2310), [anon_sym_DOT_DOT_DOT] = ACTIONS(5930), [anon_sym_COMMA] = ACTIONS(5930), @@ -293316,7 +293325,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5930), [anon_sym_decltype] = ACTIONS(5930), }, - [2355] = { + [STATE(2355)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5898), [anon_sym_COMMA] = ACTIONS(5898), @@ -293383,7 +293392,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5898), [anon_sym_requires] = ACTIONS(5898), }, - [2356] = { + [STATE(2356)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(1585), [anon_sym_DOT_DOT_DOT] = ACTIONS(5908), [anon_sym_COMMA] = ACTIONS(5908), @@ -293450,7 +293459,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_auto] = ACTIONS(5908), [anon_sym_decltype] = ACTIONS(5908), }, - [2357] = { + [STATE(2357)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5908), [anon_sym_COMMA] = ACTIONS(5908), @@ -293517,7 +293526,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5908), [anon_sym_requires] = ACTIONS(5908), }, - [2358] = { + [STATE(2358)] = { [sym_string_literal] = STATE(2189), [sym_raw_string_literal] = STATE(2189), [anon_sym_DOT_DOT_DOT] = ACTIONS(5914), @@ -293584,7 +293593,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_DASH_GT_STAR] = ACTIONS(5914), [sym_literal_suffix] = ACTIONS(5912), }, - [2359] = { + [STATE(2359)] = { [sym_type_qualifier] = STATE(2320), [sym_alignas_qualifier] = STATE(1658), [aux_sym__type_definition_type_repeat1] = STATE(2320), @@ -293651,7 +293660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5086), [anon_sym_operator] = ACTIONS(5088), }, - [2360] = { + [STATE(2360)] = { [sym_attribute_specifier] = STATE(1867), [anon_sym_DOT_DOT_DOT] = ACTIONS(6060), [anon_sym_COMMA] = ACTIONS(6060), @@ -293718,7 +293727,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_override] = ACTIONS(6060), [anon_sym_requires] = ACTIONS(6060), }, - [2361] = { + [STATE(2361)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5942), [anon_sym_COMMA] = ACTIONS(5942), @@ -293785,7 +293794,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5942), [anon_sym_requires] = ACTIONS(5942), }, - [2362] = { + [STATE(2362)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2198), [anon_sym_DOT_DOT_DOT] = ACTIONS(5894), [anon_sym_COMMA] = ACTIONS(5894), @@ -293852,7 +293861,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5894), [anon_sym_requires] = ACTIONS(5894), }, - [2363] = { + [STATE(2363)] = { [aux_sym_sized_type_specifier_repeat1] = STATE(2357), [anon_sym_DOT_DOT_DOT] = ACTIONS(5902), [anon_sym_COMMA] = ACTIONS(5902), @@ -293919,7 +293928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_GT2] = ACTIONS(5902), [anon_sym_requires] = ACTIONS(5902), }, - [2364] = { + [STATE(2364)] = { [sym_attribute_specifier] = STATE(1843), [anon_sym_DOT_DOT_DOT] = ACTIONS(6106), [anon_sym_COMMA] = ACTIONS(6106), @@ -540957,7 +540966,7 @@ void tree_sitter_cpp_external_scanner_deserialize(void *, const char *, unsigned TS_PUBLIC const TSLanguage *tree_sitter_cpp(void) { static const TSLanguage language = { - .version = LANGUAGE_VERSION, + .abi_version = LANGUAGE_VERSION, .symbol_count = SYMBOL_COUNT, .alias_count = ALIAS_COUNT, .token_count = TOKEN_COUNT, @@ -540979,7 +540988,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_cpp(void) { .public_symbol_map = ts_symbol_map, .alias_map = ts_non_terminal_alias_map, .alias_sequences = &ts_alias_sequences[0][0], - .lex_modes = ts_lex_modes, + .lex_modes = (const void*)ts_lex_modes, .lex_fn = ts_lex, .keyword_lex_fn = ts_lex_keywords, .keyword_capture_token = sym_identifier, diff --git a/src/tree_sitter/array.h b/src/tree_sitter/array.h index 15a3b233..a17a574f 100644 --- a/src/tree_sitter/array.h +++ b/src/tree_sitter/array.h @@ -14,6 +14,7 @@ extern "C" { #include #ifdef _MSC_VER +#pragma warning(push) #pragma warning(disable : 4101) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic push @@ -278,7 +279,7 @@ static inline void _array__splice(Array *self, size_t element_size, #define _compare_int(a, b) ((int)*(a) - (int)(b)) #ifdef _MSC_VER -#pragma warning(default : 4101) +#pragma warning(pop) #elif defined(__GNUC__) || defined(__clang__) #pragma GCC diagnostic pop #endif diff --git a/src/tree_sitter/parser.h b/src/tree_sitter/parser.h index 799f599b..858107de 100644 --- a/src/tree_sitter/parser.h +++ b/src/tree_sitter/parser.h @@ -18,6 +18,11 @@ typedef uint16_t TSStateId; typedef uint16_t TSSymbol; typedef uint16_t TSFieldId; typedef struct TSLanguage TSLanguage; +typedef struct TSLanguageMetadata { + uint8_t major_version; + uint8_t minor_version; + uint8_t patch_version; +} TSLanguageMetadata; #endif typedef struct { @@ -26,10 +31,11 @@ typedef struct { bool inherited; } TSFieldMapEntry; +// Used to index the field and supertype maps. typedef struct { uint16_t index; uint16_t length; -} TSFieldMapSlice; +} TSMapSlice; typedef struct { bool visible; @@ -79,6 +85,12 @@ typedef struct { uint16_t external_lex_state; } TSLexMode; +typedef struct { + uint16_t lex_state; + uint16_t external_lex_state; + uint16_t reserved_word_set_id; +} TSLexerMode; + typedef union { TSParseAction action; struct { @@ -93,7 +105,7 @@ typedef struct { } TSCharacterRange; struct TSLanguage { - uint32_t version; + uint32_t abi_version; uint32_t symbol_count; uint32_t alias_count; uint32_t token_count; @@ -109,13 +121,13 @@ struct TSLanguage { const TSParseActionEntry *parse_actions; const char * const *symbol_names; const char * const *field_names; - const TSFieldMapSlice *field_map_slices; + const TSMapSlice *field_map_slices; const TSFieldMapEntry *field_map_entries; const TSSymbolMetadata *symbol_metadata; const TSSymbol *public_symbol_map; const uint16_t *alias_map; const TSSymbol *alias_sequences; - const TSLexMode *lex_modes; + const TSLexerMode *lex_modes; bool (*lex_fn)(TSLexer *, TSStateId); bool (*keyword_lex_fn)(TSLexer *, TSStateId); TSSymbol keyword_capture_token; @@ -129,15 +141,23 @@ struct TSLanguage { void (*deserialize)(void *, const char *, unsigned); } external_scanner; const TSStateId *primary_state_ids; + const char *name; + const TSSymbol *reserved_words; + uint16_t max_reserved_word_set_size; + uint32_t supertype_count; + const TSSymbol *supertype_symbols; + const TSMapSlice *supertype_map_slices; + const TSSymbol *supertype_map_entries; + TSLanguageMetadata metadata; }; -static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { +static inline bool set_contains(const TSCharacterRange *ranges, uint32_t len, int32_t lookahead) { uint32_t index = 0; uint32_t size = len - index; while (size > 1) { uint32_t half_size = size / 2; uint32_t mid_index = index + half_size; - TSCharacterRange *range = &ranges[mid_index]; + const TSCharacterRange *range = &ranges[mid_index]; if (lookahead >= range->start && lookahead <= range->end) { return true; } else if (lookahead > range->end) { @@ -145,7 +165,7 @@ static inline bool set_contains(TSCharacterRange *ranges, uint32_t len, int32_t } size -= half_size; } - TSCharacterRange *range = &ranges[index]; + const TSCharacterRange *range = &ranges[index]; return (lookahead >= range->start && lookahead <= range->end); }